Hi all,

 

We have a program that consumes external web services using Axis. I am
currently upgrading the program to use Axis2. Our program works with Web
Services that are of RPC Encoded Style as well ( besides doc/literal). I
followed the examples and the java documentation but I am not clear how
this works with RPC encoded styles. Most examples require me to change
the WSDL from rpc/encoded to doc/literal. But since we are consuming
external web services, we cannot do that. 

 

I looked at the Axis 2 API and it is unclear whether I can use
ServiceClient for this. There is also another object RPCServiceClient.
Does anyone know if this can be used for RPC Encoded Styles? The doc
indicates that I pass in arg[] - if I have an OMElement then how do I
use RPCServiceClient?

 

Thanks,

 

--ki

Reply via email to