Dynamicl invoking web services, what is the argument in the method call.addParameter("String_1", QNA
- by Milan
call.addParameter("String_1", QNAME_TYPE_STRING,ParameterMode.IN);
I want to invoke web service and I'm lost in the request/response thing.
I have WSDL and I wonder how I can put the requested arguments and read the response.
What does "String_1" means? its name of what?
Please help me,
Thank you in advance