Only one sample that I know of and its in the
/org/apache/cxf/jaxws/spring/servers.xml file:


 <jaxws:server id="inlineSoapBinding"
   serviceClass="org.apache.cxf.jaxws.service.Hello"
   address="http://localhost:8080/test";>
   <jaxws:binding>
     <soap:soapBinding mtomEnabled="true" version="1.2"/>
   </jaxws:binding>
 </jaxws:server>

- Dan

On 5/17/07, Johnson, Eric <[EMAIL PROTECTED]> wrote:

is there any spring configuration for the SOAP bindings? I found a
spring schema for SOAP, but could not find any place where it was
used....




--
Dan Diephouse
Envoi Solutions
http://envoisolutions.com | http://netzooid.com/blog

Reply via email to