Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

[Web Services] WSDL -> SIDL Conversion guide

guillaume-hrc
Active Contributor
0 Likes
756

Hi,

Is there a conversion guide, an How To... or something that would help developers to modify WSDL so as to make it compliant with the SIDL format? (check this OSS note [1327511 - Limitations and common problems in ABAP WSDL processing|https://service.sap.com/sap/support/notes/1327511] for reference)

The standard program RSSIDL_DESERIALIZE_DEMO is okay for validating the WSDL once modified but without any methodology, the try-and-test approach can be really time-consuming...

Many thanks in advance for your pointers.

Best regards,

Guillaume

Hi,

Is there a conversion guide, an How To... or something that would help developers to modify WSDL so as to make it compliant with the SIDL format? (check this OSS note [1327511 - Limitations and common problems in ABAP WSDL processing|https://service.sap.com/sap/support/notes/1327511] for reference)

The standard program RSSIDL_DESERIALIZE_DEMO is okay for validating the WSDL once modified but without any methodology, the try-and-test approach can be really time-consuming...

Many thanks in advance for your pointers.

Best regards,

Guillaume

1 REPLY 1
Read only

brad_bohn
Active Contributor
0 Likes
524

I've never seen one, except in the form of OSS notes such as the one you pointed out. It's often a trial and error process by running the proxy generation or that program. The more you do it, the more you know what to look for and strip out if necessary, such as those non-SOAP bindings. Might be a good topic for a blog if you're so inclined...