cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to see payload under Response tab

Former Member
0 Kudos

Hi,

When Iam checking in SXI_MONITOR i was able to see 3 tabs as below.

INBOUND MESSAGE

SOAP HEADER

SOAP BODY

PAY LOAD

RECEIVING GROUPING

SOAP HEADER

SOAP BODY

PAY LOAD

RESPONSE

SOAP HEADER

SOAP BODY

But, PAYLOAD missing in RESPONSE TAB.

Will it come like that only or any settings to be done.

Working on PI 7.0

Scenario is Asynchronous.

Thanks in advance,

Swapna.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi

It will be always in similar fashion for Asynchornous scenario.

But if you are dealing with synchornous scenario you will get Pyaload in Response.

The payload will not be available in response as you will be not responding with any data in asynchronous scenario. This acknowledgment is for integration Engine to confirm the successful status fo interface.

Thanks

Swarup

Former Member
0 Kudos

Hi Swarup,

Then where can I see the receiver side payload in XML structure.

Swapna.

Former Member
0 Kudos

Hi Swapna,

Practically there will not be any response available in XML structure for Asynchornous scenario. You have not passed any data in response so no payload will get generated.

thus you will get only SOAP Header and SOAP body. In this you will have sender and receiver information which is for the internal use of integration Engine.

If its to be Synchronous scenario, then in SXMB_MONI you will get two messages one for request and another for response.

Request ---

Response---

If yopu click on any of it you will get relevant payload

In that the XML structure of both Request and Response will be available with the Payload conatining the transaction data.

Thanks

Swarup

Former Member
0 Kudos

Hi Swarup,

I mean where can I see the receiver specific XML message not Response.

Former Member
0 Kudos

Ohhh ok I got it..:-) sorry for confusion,

In SXMB_MONIDouble click on message and then at left most side select the tab XML Original Message0 In below window you will get tab in "Technical Routing".

In this you will get the payload which is used for receiver end with Receiver XML structure.

Even in Call Adapter tab at end you will get the relevant Payload

Request Message Mapping , Technical Routing and call Adapter tab containe Receiver end Payload and remaining will have Sender side Payload XML structure

Thanks

Swarup

Edited by: Swarup Sawant on Feb 13, 2008 6:42 AM

Former Member
0 Kudos

In the SXMB_ADM - > IE configuration -> specific configuration -> set TRACE_LEVEL from default 0 to 1 - you will be able to see the XML structure formed on the receiver ie inbound side.

Former Member
0 Kudos

Hi Swarup,

These all tabs are not visible.

I think need to do some settings as mentioned by Priyanka.

Swapna.

Former Member
0 Kudos

Hi Swarup,

I am sending the screen shot of the message to your gmail. please help.

Swapna.

prateek
Active Contributor
0 Kudos

Go to sxmb_adm - Integration Engine Cnfiguration - Specific Confuguration - Add Category Runtime, Parameter LOGGING with Current Value 1. Then send message again. Now u ll b able to c the payload at all individual steps

Regards,

Prateek

Former Member
0 Kudos

hi,

I had send the snap-shots to activate the Trace level

Thanks

Swarup