cancel
Showing results for 
Search instead for 
Did you mean: 

Download XSD for Enterprise Services (ES) consumer without PI

former_member376453
Contributor
0 Kudos

Hello,

I have a situation when I am trying to communicate with a third party middleware without PI in between. For an ES consumer which has a very complex input / output structure, we need to provide the XSD to third party middleware system. But as PI is not there in the landscape, we are not sure how we can get the XSD for specific ES.

For example, if I need to get the XSD for ES - BusinessPartnerSUITEBulkReplicateRequest_Out without PI in landscape, what should be the best approach to do this?

Any pointer will be very helpful.

Thanks,

Kuntal

View Entire Topic
r_herrmann
Active Contributor
0 Kudos

Hi Kuntal,

have you tried to generate/get the WSDL as described here: https://wiki.scn.sap.com/wiki/display/ABAPConn/How+to+find+Web+Service+WSDL+in+SOA+Manager ?

The WSDL itself then contains the XSDs for the request and response.

Regards,
Raffael

former_member376453
Contributor
0 Kudos

Hi Raffael,

Sorry for late reply. This WSDL finding process will work for Provider, where we will be able to create an end point binding. But in my scenario, we are the consumer and need to provide the structure to 3rd party system so that they can create the WSDL which I can consume.

Thanks,

Kuntal