cancel
Showing results for 
Search instead for 
Did you mean: 

MTOM support in the integration engine

Former Member
0 Kudos

Hi,

Short description of the process.

3rd party application -> PI WSDL -> SAP ERP

A 3rd party application sents a request to our WSDL on PI and the PI

starts a process (BPM). After the process is finished, PI sents the

result to SAP ERP over XI adapter.

Because the 3rd party application cannot add authentication parameters

for our Web Service we changed our URL to a service in SICF.

sap->xi->engine and added default authentication parameters. So that when the 3rd party application sents a request to PI, PI will not ask for

authentication.

(this

thread explains the problem with authentication and why we did used the

SICF solution. first entry by Michal Krawczyk)

Now, when the 3rd party sent a message (SOAP message with MTOM) with

attachment it is recognized by PI as a Multipart message.

The Service in SICF which gets executed when the message comes calls a

class inside. (cl_xms_http_handler) This class gets an exception while

parsing the MTOM enabled message. And it does not sent the message to the

PI engine.

Is the MTOM feature supported by this class? If yes, what may be the problem.

Thanks.

Sample MTOM Message:

--MIMEBoundaryurn_uuid_B7A0A8F29AF9AF0E5F1285180614419

content-type: application/xopxml; charset=UTF-8; type="application/soapxml"

content-transfer-encoding: binary

content-id: ïş

¢Sr ñ Fu02C6...

MIMEBoundaryurn_uuid_B7A0A8F29AF9AF0E5F1285180614419

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Moved to Axis adapter which solved our problem