I am using the http-consumer. this is the configuration:
<beans xmlns:http="http://servicemix.apache.org/http/1.0";
       xmlns:hello="http://servicemix.in2m.com/samples/http";>

  <http:endpoint service="hello:MyConsumerService"
                 endpoint="providerEndpoint"
                     role="consumer"
                         targetService="hello:MyProviderService"
                 locationURI="http://0.0.0.0:8192/example/";
                 defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
          authMethod="BASIC">
          </http:endpoint>

</beans>

Pratibha

-- 
View this message in context: 
http://www.nabble.com/How-to-handle-unauthorized-user-tp17771342p17772719.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to