Loading

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

Publiceringsdatum: Oct 13, 2022
Beskrivning

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}
 
Lösning

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-artikelnummer

000387772

 
Laddar
Salesforce Help | Article