cancel
Showing results for 
Search instead for 
Did you mean: 

Do we need to mapp the SOAP Response to any thing in mapping???

Former Member
0 Kudos

Hi,

I have a scenario like IDOC----SOAP

In this we have the WSDl file for SOAP webservice, this contains Request and the response structures.

We are not mapping the response to any thing, why because we dont want any response and the IDOC is not ment for Sync process.

So what will happen in this case, any error will occure??

Regards

Suman

Accepted Solutions (0)

Answers (2)

Answers (2)

justin_santhanam
Active Contributor
0 Kudos

Suman,

As well said by Prateek, your response will come only based on your QOS. So I would say you no need to worry. You can go ahead with your scenario.

You can create your Inbound Interface as either Synch or Asynch, no issues.

raj.

prateek
Active Contributor
0 Kudos

NO error will occur. Just proceed with ur scenario.

The QOS depends upon the requesst from sender. In ur case, sender is idoc which by default requests EO QOS which is async. So no response will be provided by SOAP

Regards,

Prateek

Former Member
0 Kudos

Hi,

So we need not worry abt the Response structure mapping??

Regards

Suman

prateek
Active Contributor
0 Kudos

No mapping required. We had recently used the same scenario.

Regards,

Prateek

Former Member
0 Kudos

Hi,

i have one more doubt on this scenario,

Our Webservice team is saying that you dont mapp the Response structure in mapping and we will send the response msg to XI and Xi will show u the response msg in XI.

Is this possible by any chance

Regards

Suman

justin_santhanam
Active Contributor
0 Kudos

Suman,

In your normal scenario , it's not possible . But if you use BPM, then certainly you can!

raj.