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
EPSWDEVEPSWDEV 

Calling APEX class webservice with parameters.

Hi I have a APEX class whose method I have exposed as a webservice. This method takes two parameters.

my websvc client uses the phptoolkit and Soapclient to send messages to the webservice, howerver when I try to sent the message the parameters (set as an associative array) are not being recieved by the webservice. I am suspecting that the header/msg body being generated by the client is somehow incorrect. I am looking to find a way to see what is being sent. and why its not being recieved. Any help on this matter is appreciated.

Thanks