New WSDL definition wizard: Specify WSDL details

New WSDL definition wizard, specify WSDL details reference material.

New WSDL definition wizard

List of panels:

Panel properties

Style
The style determines the format of the runtime SOAP messages described by the generated WSDL. The choices are:
  • rpc
  • document
WSDL Namespace
This must be a valid URI and becomes the target namespace for the WSDL definitions. This value has no particular significance outside of the WSDL definition itself and does not correspond to the namespace of SOAP messages described by the generated WSDL. A default value of http://tempuri.org/<message set name> is set.
RPC Namespace
This field is only enabled if you selected the Style as rpc. It is the namespace for the immediate children of your SOAP body. The value must be a valid URI. A default value of http://tempuri.org/<message set name> is set.
Definition Name
This is used in deriving the names of the WSDL file or files to be created, The default value is the name of your message set.
Documentation
Optional: This text is included as documentation for the PortType element on the generated WSDL. It has no implications for the SOAP messages described by the generated WSDL.
Related tasks
Generating a Web Service Definition from a message set
Related reference
New WSDL definition wizard