Dynamicl invoking web services, what is the argument in the method call.addParameter("String_1", QNA
Posted
by Milan
on Stack Overflow
See other posts from Stack Overflow
or by Milan
Published on 2010-03-24T20:32:01Z
Indexed on
2010/03/24
20:33 UTC
Read the original article
Hit count: 316
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
© Stack Overflow or respective owner