Web Services naming conventions for SOAP

The request and response names use the literal strings of the Action Name and Object Name defined in the extaccess record. The name of the Request and Response methods within Service Manager’s Web Services are constructed by combining the Action Name with the Object Name and Request or Response.

Note These names are case sensitive.

For example, the method to add a new incident to the system is:

Action Name Object Name Request Response
Create Incident CreateIncidentRequest CreateIncidentResponse

If your Object Name for the Incident object starts with a lower case “i” (incident) the request is CreateincidentRequest and the response is CreateincidentResponse.