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
BondicloudBondicloud 

405 GET not supported, this is a SOAP service, please use POST.

Hi ,

 

    i created one webservises and i generated WSDL file after that  when i run that address url it showing  like

    

405 GET not supported, this is a SOAP service, please use POST. what is the problem can any budy suggest ....   

 

my wsdl url is:

 

https://ap1-api.salesforce.com/services/Soap/class/AccountPlan?wsdl

SuperfellSuperfell

Seems right, SOAP requests should be HTTP POSTs, if you're trying to load the service endpoint in a browser, it'll send a GET request.

BondicloudBondicloud

thanks for replay.........

                                  so for that where i have to change.......can u send example code....i am new to webservises....

Umer NaseerUmer Naseer

I am into the same problem here is the webservice that i want to call? can i get a php sample to call it.. ?

 

https://cs14-api.salesforce.com/services/Soap/class/ProductCatalogWebService

 

please help its very very urgent!