Hi All,
I have to to act as webservice client and have to invoke method exposed by web service.
I know the wsdl url . Also in wsdl
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
that is it uses rpc-encoded style.
Also it requires BASIC authentication for which i know the userid and password.
Can anyone please suggest me how to generate client and use this web service using the client.
My application will be deployed in
Jboss.
I have to invoke web service from a
java class
Please let me know if anything else i need to share.