Search code examples
javaxmlweb-servicesxmlbeans

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 working (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?


Solution

  • 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