PrakashKannan
7 years agoContributor
Update Wsdl binding style with retaining the message content
We have bunch of projects created in 'rpc_literal' wsdl binding style. We would like to migrate all the existing projects from 'rpc_literal' binding style to 'doc_literal_wrapped'. i.e Updating the w...
- 7 years ago
hi Prakash,
Thank you for your post. Please try refactoring instead of updating. Use the refactoring when:
-
parameter names were changed.
-
requests were renamed.
-
a resource or operation name was changed.
Refactoring SOAP APIs: https://support.smartbear.com/readyapi/docs/projects/update/refactor-soap.html
-