Dealing with SOAP encoding in RPC/Encoded Web Service
I can't manage to create code from WSDL that is in RPC/encoded style - does anyone know which framewok can do that?
Axis2 with adb and xmlbeans maping aint worki开发者_如何转开发ng (can't deal with soap-encoding in response) straightforeward use of XMLbeans doesn't generate request messages (as they are not types in wsdl) -so I'm not as far as that...
Any suggestions?
RPC encoding is obsolete and not used any more.
Axis 2.0 does not support it but previous versions of Axis should do the job. Check axi2 rpc support
精彩评论