Skip to content

Instantly share code, notes, and snippets.

@estebanroblesluna
Created July 11, 2011 08:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save estebanroblesluna/1075559 to your computer and use it in GitHub Desktop.
Save estebanroblesluna/1075559 to your computer and use it in GitHub Desktop.
<http:inbound-endpoint address="http://localhost:1234/webServiceUrl" exchange-pattern="request-response">
<cxf:jaxws-service serviceClass="com.WebService">
<cxf:inInterceptors>
<spring:bean class="org.mule.module.cxf.support.CopyAttachmentInInterceptor"/>
</cxf:inInterceptors>
</cxf:jaxws-service>
</http:inbound-endpoint>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment