Created
May 2, 2011 11:29
-
-
Save zygm0nt/951474 to your computer and use it in GitHub Desktop.
xbean file for servicemix-http based component
This file contains 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
<beans xmlns:http="http://servicemix.apache.org/http/1.0" | |
xmlns:my="http://example.pl/abc"> | |
<http:endpoint | |
endpoint="default" | |
locationURI="https://abc.host.pl" | |
role="provider" | |
service="my:service-1" | |
soap="true" | |
soapVersion="1.1"> | |
<http:ssl> | |
<http:sslParameters | |
keyStore="classpath:keystore.jks" | |
keyStorePassword="servicemix"/> | |
</http:ssl> | |
</http:endpoint> | |
</beans> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment