cancel
Showing results for 
Search instead for 
Did you mean: 

Response Payload (Mapped XML) in SXMB_MONI

Former Member
0 Kudos

Hi,

I found many posts with the same question and but couldn't get an answer

Posting it again!

I can find the request and response( XML after mapping) if it is a X - IDoc scenario. But for IDoc - X scenarios I can find only the request payload which is the IDoc XML not the mapped XML.

Is there any way I can get the mapped XML also in SXMB_MONI?

Could you throw some light towards where these XML is stored in J2EE engine?

Regards,

Anish

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

"Is there any way I can get the mapped XML also in SXMB_MONI?"

in a IDOC-XI-? scenario u get the mapped XML in MONI...just see "Request Message Mapping">Paylloads>MainDocument...... this XML is after the message mapping

Former Member
0 Kudos

Hi,

In the SXMB_MONI I get only 3 menus

Inbound Message(CENTRAL)

-SOAP Header

-SOAP Body

- Payloads

Receiver Grouping

-SOAP Header

-SOAP Body

- Payloads

Response

-SOAP Header

-SOAP Body

Payloads option is not there in the last menu and I need that payload XML and that too in the Runtime.

Any help on the same?

Regards,

Anish

Former Member
0 Kudos

Anish,

You have to include this paramter in SXMB_ADM-->Integration Engine Configuration

Category Runtime

Parameter LOGGING_PROPOGATION

Value 1

Now you will be able to see all the steps in the pipeline as well as the response payload.

Regards,

Jai Shankar

bhavesh_kantilal
Active Contributor
0 Kudos

Anish,

Oncrease Trace_Level to 3 in SXMB_ADM --> Integration Engine Configuration --> Specific Configuration and then you will be able to see the Response of the mapping under the Request Mapping Pipeline step as the Response Payload.

Regards

Bhavesh

bhavesh_kantilal
Active Contributor
0 Kudos

This will be available under the payload in the request message mapping piple line step in MONI.

Regards

Bhavesh

Former Member
0 Kudos

If I got your question right -You want to see the Mapped XML.

Take the request payload from SXMB_MONI and copy it in the mapping and test it.It will generate the XML which you can see in the mapping.

Go to the designer and open the mapping.

Test and click on SrcView ,copy the request xml and test.Check the Source text view to get the mapped XML.

Is that what you looking for?

Prashanta