Skip to content

Commit

Permalink
Disable MTOM for now, as it throws an exception
Browse files Browse the repository at this point in the history
  • Loading branch information
shred committed Aug 12, 2017
1 parent 1acfa2d commit dcd2488
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cilla-ws-client/src/main/resources/cilla/wsClientContext.xml
Expand Up @@ -43,12 +43,10 @@

<jaxws:client id="headerWs" address="${remoteWsUrl}/HeaderWs" serviceClass="org.shredzone.cilla.ws.header.HeaderWs">
<jaxws:outInterceptors><ref bean="securityOutInterceptor"/></jaxws:outInterceptors>
<jaxws:properties><entry key="mtom-enabled" value="true"/></jaxws:properties>
</jaxws:client>

<jaxws:client id="pageWs" address="${remoteWsUrl}/PageWs" serviceClass="org.shredzone.cilla.ws.page.PageWs">
<jaxws:outInterceptors><ref bean="securityOutInterceptor"/></jaxws:outInterceptors>
<jaxws:properties><entry key="mtom-enabled" value="true"/></jaxws:properties>
</jaxws:client>

<jaxws:client id="systemWs" address="${remoteWsUrl}/SystemWs" serviceClass="org.shredzone.cilla.ws.system.SystemWs">
Expand Down

0 comments on commit dcd2488

Please sign in to comment.