Skip to content

Instantly share code, notes, and snippets.

@ddossot
Created July 25, 2012 21:20
Show Gist options
  • Save ddossot/3178740 to your computer and use it in GitHub Desktop.
Save ddossot/3178740 to your computer and use it in GitHub Desktop.
FedACH CXF secured proxy
<http:inbound-endpoint
address="http://localhost:8080/fed-ach"
exchange-pattern="request-response">
<cxf:proxy-service
wsdlLocation="classpath:FedACH-Extended.wsdl"
namespace="http://www.webservicex.net/"
service="FedACH"
payload="body">
<cxf:ws-security>
<cxf:mule-security-manager />
<cxf:ws-config>
<cxf:property key="action" value="UsernameToken" />
</cxf:ws-config>
</cxf:ws-security>
</cxf:proxy-service>
</http:inbound-endpoint>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment