cancel
Showing results for 
Search instead for 
Did you mean: 

multiRef SOAP response

Former Member
0 Kudos

Hi all,

I am using  receiver soap axis adapter to consume the axis webservice. Webservice uses RPC style and the response includes multiref response.In monitoring i can see the payload like this:

main payload:

the rest of response content is in attachment :

document-4.xml :

How can i map the  attachements file content and how can i merge all files to one file?

PS: we use PO 7.4

Thank you,

Nurhan

Accepted Solutions (1)

Accepted Solutions (1)

engswee
Active Contributor
0 Kudos

Hi Nurhan

There is no standard way to map the attachments and merge them. You will need to use a custom Java mapping to do so. The attachments can be accessed via InputAttachments interface.

You can search in SCN for sample coding on how to access input attachments. Here are just a few of such blogs.

I noticed that your attachments are XML files. Note that you cannot just merge XML files as is because the merged file would no longer be a well-formed XML file. You will need to think through how to extract the content from the four XML files to create the target XML file.

Rgds

Eng Swee

Former Member
0 Kudos

Hi Eng,

Thanks for your answer. We installed IIS server on sap PI . We made .Net Webservice. This service parses the response. SAP PI calls .Net service.

Regards,

Nurhan

Answers (0)