RPC encoded wsdl example in axis2

2008-08-21 Thread Shovan Kanjilal
Can anybody point me to an example of rpc encoded sample wsdl and how stub is generated from that and an example client written? I see all the examples are document type? Does axis2 not support rpc-encoded?

Re: RPC encoded wsdl example in axis2

2008-08-21 Thread Detelin Yordanov
Hi Shovan, I think that Axis2 does not support rpc-encoded. It supports rpc-literal WSDLs, but converts them to doc-lit wrapped on deploy. However, we have found out that it is possible to deploy a service with rpc-encoded WSDL on Axis2 1.4. But you will need to write your own message receiver

Re: RPC encoded wsdl example in axis2

2008-08-21 Thread Shovan Kanjilal
Datelin, Thanks for your detailed response. It's really helpful. I am new to these things; one newbie question comes to my mind. If I have a third party service which gives me RPC-encoded wsdl; does it mean I can't write axis2 client for that service and have to choose some other