Loading

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

게시 일자: Oct 13, 2022
상세 설명

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}
 
솔루션

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 기사 번호

000387772

 
로드 중
Salesforce Help | Article