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
bvdbbvdb 

Calling Apex webService method externally (not with Ajax)

We've created a webService method within an Apex class and downloaded the resulting WSDL.

 

How do we call this externally, for example using PHP and SOAP? I don't understand how we can login and maintain the web service session when the generated WSDL only contains info about the custom Apex webService method, not the enter WSDL.

 

Thoughts?

Best Answer chosen by Admin (Salesforce Developers) 
Novo_ArtisNovo_Artis

Google is your friend.

 

Message Edited by Novo_Artis on 03-29-2010 07:31 PM

All Answers

Novo_ArtisNovo_Artis

Google is your friend.

 

Message Edited by Novo_Artis on 03-29-2010 07:31 PM
This was selected as the best answer
bvdbbvdb

Touche. Novo_Artis is my friend. Although a link to the solution (6th result when searching for "php apex web service" instead of "php apex webservice" ) would have made you my BFF.

 

:smileyhappy: 

Message Edited by bvdb on 03-31-2010 11:31 AM