cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP response to file

Former Member
0 Kudos

Hello,

i am working on scenario as given below.

JDBC to SOAP synchronous.

So once i got the response i need to save as file (XML format).

please let me know the stpes to capture the SOAP response payload from SXMB_MONI and save as XML file.

Thanks in advance...SARAN

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi Saran,

Follow the below steps:

1. Goto the T-code SXMB_MONI.

2. Select the Interface Namespace and time

3. Press F8 to execute.

4. Select the Message.

5. In the Left Navigation Bar, you would be able to find Response, under that click on SOAP Header.

6. Right on "Main" and select the option to download.

7. Save the file as you would like.

Thanks,

Former Member
0 Kudos

Hi Hareenkumar,

thanks for the reply...but my requirement is not to save as manually. i need to capture the response payload (from SOAP) and by using file receiver i need to save as file or send as mail by mail receiver.

please let me know how to proceed.

Best Regards,

SARAN

stefan_grube
Active Contributor
0 Kudos

You need a BPM for this.

You could do also a mapping look-up in a JDBC - File async scenario, but I recommend not doing it that way as the error handling for mapping look-ups is poor.

Former Member
0 Kudos

Saran,

Your scenario will be -

JDBC (async) -> PI -> SOAP (sync) -> PI -> File (async)

Use IP to handle this.

Regards,

Neetesh