cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to SOAP asynchronous scenario

Former Member
0 Kudos

Dear all,

we are working on RFC to SOAP scenario asynchronous. client has given web service. we are successfully posting the data to the web service.

In return web service is sending response message, which is actually not required. because of this response im getting error messages in monitoring for this, because it did not find any mapping program.

To stop this synchronous call from the web service, what should we do.

can we do it from PI or we have to inform web service provider.

Accepted Solutions (0)

Answers (4)

Answers (4)

ambrish_mishra
Active Contributor
0 Kudos

Hi Krishna,

In order to avoid the response, you may simply map the webservice response to a file structure and create the file in a temporary location. For housekeeping, the files can be deleted periodically.

Ambrish

Former Member
0 Kudos

From the thread above, choose one from what Raja has replied

From Business point of view , I recommend to ask your webservice team to disable the response when it is not actually required... but the choice is yours..

have you created service interface as a Sync for inbound? if you change that one to Async then it works.

or

Ask your web service team to disable the response (

or

seupress response in PI integratio enginelevel and create sender interface as a Async and receiver as a Sync

gagandeep_batra
Active Contributor
0 Kudos

Hi Krishna,

check below thread  that may help:

http://scn.sap.com/message/13458009#13458009

Regards

Gagan

allamudi_loordh
Active Participant
0 Kudos

Hi ,

can you please ask either from Web service not create response structure or otherwise ask ABAP people to add some dummy response structure at RFC..so you create response message ..don't pass anything ..and make sure let response mapping execute.

Regards,

Loordh.

Former Member
0 Kudos

Hi Loordh,

Thank you very much for your response..

May i know, how to create dummy response structure at RFC.

so if we do this, do we need to create another mapping in ESR?

i will check with the Web service, whether it is possible or not..?

allamudi_loordh
Active Participant
0 Kudos

yes ,, create some thing in RFC as table strcture..when you import it will show in response.. So you have to create new response mapping . Don't pass any value's here just map the root tag's alone (Message type's).

Regards,

Loordh.