views:

5

answers:

0
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