cancel
Showing results for 
Search instead for 
Did you mean: 

Extracting XSD from WSDL

Former Member
0 Kudos

Hi Everyone,

I am looking at a very simple scenario: Flat file to Web Service Through SAP XI.

I have created a web service in SAP ECC system. With the help of WSDL document of the web service i created a Message Interface(External Definitions).

On the other hand, i created the data type, message type and message interface for the flat file. Now, When i want to do the message mapping, I only have one message type.

I want to Extract XSD from the WSDL document of the webservice in order to do the message mapping. Can you help me out with this.

Thanks

chan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

you dont need XSD,you can just import WSDL itself as you import XSD in the IR.but make sure you select WSDL as the structure.I mean you will have options like DTD,XSD,WSDL.here select WSDL.

and you would get the structure for the other message structure.you can use it as either Ooutbound or inbound.