
Originally Posted by
Arjen Poutsma
I've created that sample. It's called 'mtom' (quite a fitting name

), and has a JAX-WS client, so it's pretty interoperable.
Are you sure that:
Code:
17 <bean id="marshaller" class="org.springframework.oxm.jaxb.Jaxb2Marshaller">
18 <property name="contextPath" value="org.springframework.ws.samples.mtom.schema"/>
19 </bean>
in /samples/mtom/src/main/webapp/WEB-INF/spring-ws-servlet.xml is correct?
It works, but this won't create attachment (just will send base64 encoded content).
As it is mtom example i think that mtomEnabled property should be set to true. Default value is false.