cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous SOAP sender

Former Member
0 Kudos

HI Guys,

I had created a synchronous SOAP sender adapter (Webservice -> RFC), the interface is working and it is updating the records in SAP using RFC but iam not getting the response back from SAP. And the other thing which i noticed is when i change the QOS as Best Effort, Iam not getting any message into SXMB_MONI,but the record is updating in SAP. If is use the QOS as Exactly once the message is showing up in SXMB_MONI. Can anyone let me know regarding the config / design steps for the synchronous response ?

regards,

kittu.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The synchronous messages cannot be seen in SXMB_MONI if it is successful...Only when an error occur, it is shown in SXMB_MONI....This is the default behaviour...

You have to configure the integration engine to log sync messages if you want to see them in SXMB_MONI

Thanks,

Renjith

Answers (2)

Answers (2)

former_member91687
Active Contributor
0 Kudos

Hi,

To be able to see successfully processed sync messages you need to set the logging_sync value, to do this go to <b>sxmb_adm</b>><b>integration engine configuration</b>><b>specific configuration</b>-->add new entry in category <b>Runtime</b>, and set the <b>logging_sync</b> parameter to <b>'1'</b>

>>the interface is working and it is updating the records in SAP using RFC but iam not getting the response back from SAP

Have you done the response mapping, check this.

Regards,

Chandra

Former Member
0 Kudos

Hi,

please see the below links

Troubleshooting SOAP Message - XI - /people/varadharajan.krishnasamy/blog/2007/01/09/troubleshooting-soap-message--xi

Troubleshooting - RFC and SOAP scenarios-/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

http://help.sap.com/saphelp_nw04/helpdata/en/c8/e80440a832e369e10000000a155106/frameset.htm

Consuming XI Web Services using Web Dynpro – Part II-/people/riyaz.sayyad/blog/2006/05/08/consuming-xi-web-services-using-web-dynpro-150-part-ii

Consuming XI Web Services using Web Dynpro – Part I -/people/riyaz.sayyad/blog/2006/05/07/consuming-xi-web-services-using-web-dynpro-150-part-i

SOAP webservice directly to IE - /people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine

Regards

Chilla.