The Service web service contains methods that provide access to Service data and related information.
Sample Code: services.aspx
GetServiceDetail
Returns detailed information for the given sServiceNo. The Xml Response may contain multiple ServiceField nodes. If the sDotConnectExample parameter is not ‘Y’, the Xml response will not contain the dotConnectExample node. If the sGWOrderFieldsExample parameter is not ‘Y’, the Xml response will not contain the GWOrderFieldsExample node.
GetServices
Returns a list of the services available to the sCustID passed in. The Xml Response may contain multiple Service nodes.
Additional information, including each methods response XML structure, is provided in the documentation and more example code is provided in the Gateway Sample application.