Johannes,
Does the example in the unit tests [1] help you? The username and
password are being retrieved from the container's config files
(users-passwords.properties and groups.properties).
Regards,
Gert
[1]
http://svn.eu.apache.org/viewvc/servicemix/components/bindings/servicemix-http/trunk/src/test/resources/org/apache/servicemix/http/security/secure.xml?view=markup
Johannes Elsinghorst wrote:
Hi,
can someone post a basic example of how to configure an http-provider-bc
with ws-security?
In the documentation i only find this:
<http:policies>
<soap:ws-addressing />
<!-- Enable ws-sec with UsernameToken -->
<soap:ws-security receiveAction="UsernameToken" />
</http:policies>
My Question is where to put username and password.
thanks, Johannes