Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Sunrise UPC GmbH
CH
Last activity: 16 Apr 2018 9:53 EDT
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)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Sunrise UPC GmbH
CH
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
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
JPMorgan Chase & Company
US
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.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Sunrise UPC GmbH
CH
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
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
JPMorgan Chase & Company
US
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689966000/ede3ed07-adac-4f99-9c8c-3887cdbab962.jpg?itok=pQG2hsix)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689966000/ede3ed07-adac-4f99-9c8c-3887cdbab962.jpg?itok=pQG2hsix)
Pegasystems Inc.
IN
You can enable the same from Service SOAP rules under Processing options.
Accepted Solution
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Sunrise UPC GmbH
CH
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