cancel
Showing results for 
Search instead for 
Did you mean: 

MTOM from SOAMANAGER to PO

l_molenaar
Participant
0 Kudos

Hello Experts,

We are really stuck on this one so help is really appriciated.

For a requirement we need to move an interface from SOAMANAGER to PO.

This interface is setup using MTOM XML Transfer.

We have setup SOAMANAGER as follows:

This will generate an message with:

--------------------------------------

--C7608580D7B36A4E533A7E6C8508C8AC0 Content-Type: application/xop+xml; charset=utf-8; type="text/xml" Content-Length: 2508 <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"><soap-env:Header/><soap-env:Body>

XML Message

</soap-env:Body></soap-env:Envelope> --C7608580D7B36A4E533A7E6C8508C8AC0 Content-Type: application/octet-stream Content-Length: 6299 content-id: <005056931E5A1EECA8F27CD1F94202EA@sap.com> content-transfer-encoding: binary

Attachment (which is present in the XML using the base64Binary format)

--------------------------------------

Now using the following documention:
https://launchpad.support.sap.com/#/notes/2082212
https://archive.sap.com/discussions/message/16692437#16692437
https://blogs.sap.com/2009/02/03/soap-with-attachments-made-easy-with-ce/https://help.sap.com/doc/sa...

We have tried to setup SAP PO using the axis adapter to do the following:
1) Sent a message with MTOM with soap-Body / soap-env
2) extract the base64Binary from the XML message.

We have failed both.

Messages come out without MTOM

and the attachment was not picked up.

We have setup PO as follows (based on abap proxie):

It is most likely that we have wrong module configurations but after playing arround with this

How can help us out with this because we are truly stuck on this.

Thanks a lot,

Lukas

Accepted Solutions (0)

Answers (1)

Answers (1)

l_molenaar
Participant
0 Kudos

Hello,

For those who are wondering;

There were two things going on:

1) The order of the WSDL was different than the AXIS adaptor expected. SAP is working on a fix.

2) We removed the hdrtrans from the PRocessing sequence:

Regards Lukas