SWS-177
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
|
||||
<target name="run" depends="build">
|
||||
<java classname="org.springframework.ws.samples.mtom.client.jaxws.Main" fork="true" failonerror="true">
|
||||
<jvmarg value="-Djava.awt.headless=true"/>
|
||||
<arg path="../spring-ws-logo.png"/>
|
||||
<classpath refid="compile.classpath"/>
|
||||
<classpath refid="runtime.classpath"/>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
<bean id="marshaller" class="org.springframework.oxm.jaxb.Jaxb2Marshaller">
|
||||
<property name="contextPath" value="org.springframework.ws.samples.mtom.schema"/>
|
||||
<property name="mtomEnabled" value="true"/>
|
||||
</bean>
|
||||
|
||||
<bean id="mtom" class="org.springframework.ws.wsdl.wsdl11.DynamicWsdl11Definition">
|
||||
|
||||
Reference in New Issue
Block a user