Skip to content

Instantly share code, notes, and snippets.

@zygm0nt
Created May 2, 2011 11:29
Show Gist options
  • Save zygm0nt/951474 to your computer and use it in GitHub Desktop.
Save zygm0nt/951474 to your computer and use it in GitHub Desktop.
xbean file for servicemix-http based component
<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