New WSDL definition wizard, specify the service properties for
SOAP/JMS reference material.
New WSDL definition wizard
List
of panels:
Panel properties
- Service Name
- The Service Name will be the value of the name attribute on the service
element in the generated WSDL. The exact use of the name depends on products
that subsequently use the WSDL such as the SOAP toolkits and UDDI repositories.
For example if you subsequently use a SOAP toolkit to generate Java from your
WSDL, the Service Name is likely to become the Java interface name.
- Port Name
- This is the name of a specific WSDL port for this service and would usually
be derived from the Service Name. One convention would be to provide a Service
Name of <xyz> Service and a Port Name of <xyz> Provider.
The Port
Name will be the value of name attribute on the port element in the generated
WSDL. The exact use of the name depends on products that subsequently use
the WSDL such as the SOAP toolkits and UDDI repositories. For example if you
use a SOAP toolkit to generate Java from your WSDL, the Port Name could become
a Java class name.