Yeah, but try instead: <http:consumer service="hello:MyConsumerService" endpoint="providerEndpoint" targetService="xxx" ... />
On Wed, Jun 11, 2008 at 10:34 AM, pratibhaG <[EMAIL PROTECTED]> wrote: > > 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. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
