Created
July 25, 2012 21:20
-
-
Save ddossot/3178740 to your computer and use it in GitHub Desktop.
FedACH CXF secured proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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