Web Service fields definition

This table shows the Web Service fields definition for Receive channel objects.

In Partner Admin tool menu, select Manage > Web Service Definitions. Create a new, or select an existing WSDL file to update.

In the Basic pane, create a new, or select a Web Service Definitions to edit.

Note: Except for the name and description fields, all the rest are auto-filled with data based on your uploaded wsdl file. When editing these open text fields, ensure that the information corresponds to your selected wsdl file details.

After creating a new or editing an existing Definition, select a receive channel to use from the list of available channels in the Channel Assignments pane.

Field Description
Name Specify a descriptive name for this definition.
Description Optionally, specify a brief description for this WSD.
Service Namespace WSDL Service namespace to use.
Service Name

Required WSDL Service name.

For example:


<wsdl:service name="PartStoreRequiredService">
		<wsdl:port name="PartStoreRequiredServiceSOAP11port_http"
			 binding="ns5:PartStoreRequiredServiceSOAP11Binding">
			<soap:address
				location="http://midtierws.cat.com:80/webapp/services/PartStoreRequiredService" />
		</wsdl:port>
	</wsdl:service>
Port Namespace WSDL Port namespace. an abstract set of operations supported by one or more endpoints.
Port name

Required WSDL port name, for example, see this excerpt from Service Name above.

	<wsdl:port name="PartStoreRequiredServiceSOAP11port_http"
			 binding="ns5:PartStoreRequiredServiceSOAP11Binding">
Definition file

You can import new, or edit existing, definition files.

For more information, see Exporting Web Service definitions and Editing Web Service definitions.