You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by "Johnson, Eric" <Er...@iona.com> on 2007/05/17 16:10:56 UTC

SOAP Configuration

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....

RE: SOAP Configuration

Posted by "Johnson, Eric" <Er...@iona.com>.
Can I also use this in the jaxws:endpoint bean?
What is the difference between the jaxws:server and jaxws:endpoint
config beans?
Does an end user really need to know about jaxws:server since all the
CXF documentation deals with jaxws:endpoint? 

> -----Original Message-----
> From: Dan Diephouse [mailto:dan@envoisolutions.com] 
> Sent: Thursday, May 17, 2007 11:04 AM
> To: cxf-dev@incubator.apache.org
> Subject: Re: SOAP Configuration
> 
> 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 <Er...@iona.com> 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
> 

Re: SOAP Configuration

Posted by Dan Diephouse <da...@envoisolutions.com>.
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 <Er...@iona.com> 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