Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there,

I have an XSD file that discribes the interface to a http service and have to connect to the service from SAP ERP. Can anybody tell me how I can generate Datatypes and elements from this file in SAP?

Thank you very much in advice :-)

What I have tried:

I tried to import the xsd via webservice generation, but this didn't work because I have no wsdl file.
Posted
Updated 12-May-20 22:22pm

1 solution

If you've got xsd file for request and response, follow the instruction from here: Creating WSDL using XSD in Eclipse | HelloWorld[^]

If you're familiar with Apache, use tool called: Apache CXF -- XSD to WSDL[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900