|
This is what i get when i try to invoke a method from my service.
Tried to invoke method public java.lang.String ro.csean.andrei.codallocserver.return_string() with arguments . The arguments do not match the signature.;
WHAAAAAAAAAT arguments!!!
I don't have any arguments. 0 arguments. A null collection of arguments. NO ARGUMENTS!!!
I'm using axis 1.1. I've retreived the classes from the service using wsdl2java and then used them
Here is the code:
CodallocserverServiceLocator codallocserverservicelocator=new CodallocserverServiceLocator();
Codallocserver codallocserver=codallocserverservicelocator.getcodallocserver();
String result=codallocserver.return_string(); |