Configuring Messages Using the WSDL View
See Also
You can use the WSDL Editor to create, edit, and delete messages.
In a WSDL file, a port type contains one or more related operations that the web service can perform.
An operation receives a message, sends a message, or does both.
Each message contains one or more logical parts.
For each part, you must specify the name and the type of content.
If you change the name of a message or part,
then the WSDL Editor renames all occurrences in the same file.
To rename all occurrences in associated XSD, WSDL, and BPEL files as well,
right-click the component node and choose Refactor > Rename.
To create a message:
- In the WSDL view, right-click the Messages node and choose Add Message.
A message node appears. The message contains one part. The part's type of content is undefined.
- If the Properties window is not visible, choose Window > Properties.
- The Element or Type property specifies the type of content.
To set the value, click the ellipsis (...) button.
The Element or Type dialog box enables you to select any of the built-in types in W3C XML Schema.
If you added an inline schema or imported a schema, then you can select an element or type from the schema.
To add a part to a message:
- Right-click the message node and choose Add > Part.
A part node appears. The type of content is undefined.
To change the name of a message or part:
- If the Properties window is not visible, choose Window > Properties.
- Select the message or part node.
- Set the Name property to the new name.
To delete a message or part:
- Select the message or part node.
- Press Delete.
- See Also
- About the WSDL View
- Configuring Port Types Using the WSDL View
Legal Notices