Loading
Salesforce now sends email only from verified domains. Read More

Error 'No operation available for request' when sending SOAP request

Publish Date: Oct 13, 2022
Description

When I send a SOAP request from a third party application into salesforce, I receive the following error message

No operation available for request {urn:enterprise.soap.sforce.com}
 
Resolution

This can occur when you are sending the request to the wrong endpoint. For example, depending on which WSDL you are using, the endpoint will be different, as follows

Partner WSDL: /services/Soap/u/xx.0 
Enterprise WSDL: /services/Soap/c/xx.0

Notice how the Partner WSDL has a 'u' in the path whereas the Enterprise WSDL has a 'c'. If you log in using the Enterprise WSDL and then use the Partner WSDL endpoint to make API calls, you will see this error. Make sure your API calls are sent to the correct endpoint, based on what WSDL you've chosen to use. 
Knowledge Article Number

000387772

 
Loading
Salesforce Help | Article