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
armenarmen 

call apex webservice method ...

Hi!
can anyone tell me how can I invoke  an apex webservice method from a java client..  here is my code in apex
global class myClass{
webService static void myWebService(){
//some code here
...
}
}
I've generated the appropriate java class from the WSDL...
and now when I'm calling the method I'm getting an exception...
show me how should I do that , please (an example or somethong like that) ...

Thanks in advance ...
arm


Message Edited by armen on 12-13-2007 06:49 AM