Hello,
I am trying to create a dynamic client that uses WSDL and SOAP 1.2. Is this
possible? I have looked through all of the constructors for Client and can't
seem to find anything useful. There seems to be only one constructor which
takes a WSDL URL. Am I missing something? This is my code:
Client client = new Client(new URL(wsdURL)); // constructor which takes a
WSDL URL
Object[] results = client.invoke("mySOAPFunction", new Object[] {});
System.out.println((Double) results[0]);
Any help would be appreciated,
Thanks.
--
View this message in context:
http://www.nabble.com/Can-the-Client-use-SOAP-1.2-with-WSDL--tf3977454.html#a11290419
Sent from the XFire - User mailing list archive at Nabble.com.