Configuring WSDL Data Types
See Also
The WSDL Editor provides support for the built-in simple types in W3C XML Schema.
The built-in simple types include such types as string, date, and integer.
You can define your own data types by adding an inline schema.
The WSDL Editor allows you to configure one or more global properties and to define the structure.
To add an inline schema:
- In the WSDL view, right-click the Types node and choose Add > Inline Schema.
The inline schema node appears.
To configure the global properties of the inline schema:
- If the Properties window is not visible, choose Window > Properties.
- Select the inline schema node.
- You can perform one or more of the following optional tasks:
- Specify a unique ID.
- Specify whether locally declared attributes must be qualified with the namespace prefix.
- Specify whether locally declared elements must be qualified with the namespace prefix.
- Specify the default value of the block attribute, which controls the use of substitution.
- Specify the default value of the final attribute, which controls the use of type derivation.
- Specify the version of the schema.
- Specify the target namespace of the schema.
To define the structure of the inline schema:
- Add one or more of the following XML Schema components as necessary.
The interface is the same as the Schema view that appears when you edit an XML schema.
- Complex types
- Simple types
- Elements
- Attributes
- Attribute groups
- Global group
- See Also
- Configuring WSDL Messages
- Configuring WSDL Port Types
- Configuring WSDL Bindings
- Configuring WSDL Services
Legal Notices