function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
venkatSanthanamvenkatSanthanam 

No Operation Available for Request

No operation available for request {urn:partner.soap.sforce.com}getUserInfo

 

I get the following AxisFault error Message when I am using a Partner WSDL.

 

Anyone have anythoughts about going around this problem ?

 

https://cs2.salesforce.com/services/Soap/c/14.0/4e0200DR00000007p6w

 

Thanks

 

SuperfellSuperfell
You're sending a partner API request to the enterprise API endpoint, and so it can't work out what to do. send it to the right URL (see the partner WSDL).
venkatSanthanamvenkatSanthanam

Wow ! That really helped. I used !API.Partner_Server_Url_50 as I found in one of the forums for the targer url. I think, I should be using, !API.Partner_Server_Url_150, as I am using the Version 15.0. But, using the _50 API call worked and let me complete the process.

 

Thankyou very much Simon.

 

Also, it would be great if you can clarify my understanding between  API.Partner_Server_Url_50 and API.Partner_Server_Url_150

SuperfellSuperfell
API.Partner_Server_Url_50 is the partner API endpoint for API v5.0, API.Partner_Server_Url_150 is the partner API endpoint for API v15.0 (i.e. the latest version)