How to convert rpc/literal wsdl to document/literal automatically

317 Views Asked by At

Is there some tool available or code or library to convert rpc/literal wsdl to document/literal style

1

There are 1 best solutions below

0
Mahdi Karami On

you can combine your soapui with apache axis v1 and v2 to work with the RPC WSDL service. I used axis v1 to generate java code from the RPC WSDL service easily.