Connect-SOAP MTOM
Hi,
I need to use a service expecting MTOM requests (we are using pega 7.2)
I have set the "Enable MTOM" on the SOAP connector, but the request is not "split" (attachment is included in the request)
How can I set the "MTOMForced" option?
Thanks a lot
Paolo
***Updated by moderator: Lochan to add Categories***
-
Like (0)
-
Accepted Solution
Ok, finally I got this to work.
In order to align to the CMIS1.1 we had to add one java step in the InvokeAxis2 activity, after the "Initialize client options" step
The content of the step is here:
Ok, finally I got this to work.
In order to align to the CMIS1.1 we had to add one java step in the InvokeAxis2 activity, after the "Initialize client options" step
The content of the step is here:
This generates a proper CMIS1.1 request

Hi,
Are you facing any issue while consuming SOAP service using Connect-SOAP, is it upgraded application ?
If yes please check invokeaxis2 activity version which you are using.
Hi,
yes, I am using Connect-SOAP, not sure what you mean with "upgraded application"?
The invokeAxis2 is based on version Pega-IntegrationEngine:07-10-24
Thanks a lot
Paolo


You can enable the same from Service SOAP rules under Processing options.
Accepted Solution
Ok, finally I got this to work.
In order to align to the CMIS1.1 we had to add one java step in the InvokeAxis2 activity, after the "Initialize client options" step
The content of the step is here:
Ok, finally I got this to work.
In order to align to the CMIS1.1 we had to add one java step in the InvokeAxis2 activity, after the "Initialize client options" step
The content of the step is here:
This generates a proper CMIS1.1 request