cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.3.1 message view - request and response

former_member183906
Active Contributor
0 Kudos

hi,

in PI 7.1 we are able to see message payload at 4 different steps:
request message before mapping
request message after mapping
response message before mapping
response message after mapping

in PI 7.3.1 we're able to see a payload only at 3 different steps:
request message before mapping
request message after mapping
response message before mapping

Not being able to see response message payload after the mapping step is becoming a problem when we do testing ,  so could you please let me know if there is a way to enable it in PI 7.3.1 ?

regards

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi,

Check Vadim Klimov's blog http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/11/06/message-staging-and-logging-optio...

Try with the parameter xiadapter.logger.conf or xiadapter.stage.conf

Regards,

former_member183906
Active Contributor
0 Kudos

Hi,

I am in PI 7.3 Single stack. This blog is really helpful.

I set the parameter xiadapter.logger.conf as MS=3,BI=3,AM=3

I have a query for synchronous messages loggin in this case.

The Sync message request is showing right - MS (mesage before mapping), BI (Initial message), AM (message after mapping).

The problem i am facing in synchronous message response - The response message came in PI is showing below :

After setting this parameter, I am getting response to PI shown in AM , and in BI i am getting the message after mapping in PI which is to be sent to customer.

Can you please help me to know why logging is working reverse way for Synchronous response messages ?

Rgds

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please do the below settings in NWA.

Go to NWA -> Services -> XPI Service: Messaging System.

Filter the properties by Sync and change the property value of messaging.syncMessageRemover.removeBody to false.

Regards,

Veerendra.

Muniyappan
Active Contributor
0 Kudos