SOAP-ENV:Server com.glide.processors.soap.SOAPProcessingException: Web service not found

ChokkamS
Giga Contributor

Here i am getting the below error

 

 

SOAP-ENV:Server com.glide.processors.soap.SOAPProcessingException: Web service not found: api/now/table/incident com.glide.processors.soap.SOAPProcessingException: Web service not found: api/now/table/incident

1 REPLY 1

JC Moller
Giga Sage

Are you using a valid SOAP endpoint? The error message contains the default Table API URL formatting used in REST calls.

If your goal is to call SOAP, you will need to use the SOAP WSDL URL for the incident table or a specific SOAP Message definition. SOAP endpoints in Servicenow typically look like https://<instance>.service-now.com/<some_namespace>.do?WSDL or are defined through a custom SOAP web service.

So start by looking into how you are calling the instance/service endpoint.

- Jan