Skip to content

Instantly share code, notes, and snippets.

@estebanroblesluna
Created July 11, 2011 08:54
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/1075561 to your computer and use it in GitHub Desktop.
Save estebanroblesluna/1075561 to your computer and use it in GitHub Desktop.
<custom-processor class="com.AddAttachmentMessageProcessor" />
<cxf:jaxws-client serviceClass="com.SampleWebService" operation="processAttachedPayload">
<cxf:outInterceptors>
<spring:bean class="org.mule.module.cxf.support.CopyAttachmentOutInterceptor"/>
</cxf:outInterceptors>
</cxf:jaxws-client>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment