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
sfdcDeveloper 12sfdcDeveloper 12 

Error in SOAP API Unit

I'm getting below error when I'm trying to create new account record using SOAPUI using SOAP API.
Error 405 GET not supported

I'm not able to change GET method to POST method.
SandhyaSandhya (Salesforce Developers) 
Hi Narendra Singh,

I was able to solve this error after creating the soap project again. I mean just log out from SOAP UI without saving anything and open the SOAP UI again and start doing everything again.

Hope this helps you!

Please accept my solution as Best Answer if my reply was helpful. It will make it available for other as the proper solution. If you felt I went above and beyond, you can give me kudos.
 
Thanks and Regards
Sandhya

 
sfdcDeveloper 12sfdcDeveloper 12
Hi Sandhya

Thanks for help but I'm still facing same problem but with some strange behaviour.

When my endpoint URL is login.salesforce.com then it is showing "Destination URL not reset."error and when endpoint url is my cutom domain then I'm getting "Error 405 GET not supported" error and when endpoint url is ap1.salesforce.com then I'm getting "Invalid session Id error"
SandhyaSandhya (Salesforce Developers) 
Hi Narendra Singh,

I would suggest you to do it new DE org without custom domain and follow the steps in trailhead.You will be able to through it.

Thanks and Regards
Sandhya