cancel
Showing results for 
Search instead for 
Did you mean: 

Structure is different while importing the wsdl in soap ui and sap pi po mapping esr

0 Kudos

Hi Experts,

Need your kind help here we are given a wsdl for the target structure but while importing in SOAP UI we got the correct structure but while importing the same in external definetion of ESR in mapping then we got the different which is not OK and different as well can you please help here....

AlexGourdet
Community Manager
Community Manager
0 Kudos

Thank you for visiting SAP Community to get answers to your questions.

As you're looking to get most out of your community membership, please consider include a profile picture to increase user engagement & additional resources to your reference that can really benefit you:

I hope you find this advice useful, and we're happy to have you as part of SAP Community!

All the best,

Alex

Accepted Solutions (0)

Answers (2)

Answers (2)

Andrzej_Filusz
Contributor
0 Kudos

Hello,

I'm not sure if I understood your issue correctly but your WSDL file can be defined using RPC style or document style.

When you use RPC style then:

- your operation name and the root tag of your request message are the same,

- the root tag of your response message is like <operation name>Response.

In case of document style, you can define the root tag of your request and response messages, for example ABCReq and ABCResp).

So if the structure of your message is different in SoapUI and ESR then please open your external definition in ESR and choose the correct style in the "Messages" drop-down list. Note that you may need to update your service interface after you change the style.

BR,

Andrzej

amysh95
Participant
0 Kudos

Hello,

It would be great if you can share some screenshots of your errors.

anyway, please cross-check that you have imported the correct WSDL file in External Definition and choose the type as wsdl from the drop-down and use this created external definition in you mapping.

Thanks