cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to SOAP syncrounous interface but no payload or message in sxmb_moni ?

Former Member
0 Kudos

Hi

we are sending from a thirdparty system SOAP-> to SAP PI SOAP/ABAP proxy in a sync scenarion. SENDER CC uses BEST EFFORT. We see the message getting through with a fine response but we see no payload and no messages in SXMB_MONI?

If we switch to ASYNC "EXACTLY ONCE" the message and the payload pops up but we want it SYNC: What are we doing wrong?

We are using PI 7.11

Appreciate some help. Thx in advance

Edited by: bohamo on Dec 20, 2010 8:14 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Can be many reasons,

check whether the data is secured, and enable security profile.

trying checking keep headers, do not use soap envelope options and reprocess.

Check the transport protocol, if its HTTPS you will need to install their certs in key store.

Regards,

Pavan

Answers (1)

Answers (1)

Former Member
0 Kudos

Your synchronous logging should be off in the configuration .

Transaction - sxmb_adm - specify confoguration - set the sync logging to 1 .

Former Member
0 Kudos

Thank you. It indeed was the logging that was switched off.

It took a little digging to find out how to set it. It must be set in both SAP backend AND SAP PI in order to see the SYNC messages.

1) Go to SXMB_ADM

2) select "Integration Engine Configuration"

3) select "Specific configuration"

4) enter EDIT mode and "New Entries"

5) Category=RUNTIME, Parameters=LOGGING_SYNC,subparameter='',Current Value=1

and you are done

Edited by: bohamo on Dec 21, 2010 6:09 AM