Hi there,

the non-ars web service I'm trying to consume requires a basic
authentication.

As far I understand I need to set the Authentication to Username Token
in the filter that call the remote Web Service. Is this correct?

Anyway it isn't working.


FAILING REQUEST FROM ARS

POST /ws/bla HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related,
text/*
User-Agent: Axis/1.4
Host: localhost:4544
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "tns:WSDocLitInterfaceDoc"
Content-Length: 8104


SUCCESSFUL REQUEST FROM A THIRD PARTY CLIENT

POST /ws/bla HTTP/1.1
Content-type: text/xml;charset="utf-8"
Authorization: Basic xyz
Soapaction: "tns:WSDocLitInterfaceDoc"
Accept: text/xml, multipart/related, text/html, image/gif, image/jpeg,
*; q=.2, */*; q=.2
User-Agent: JAX-WS RI 2.1.5-b03-
Host: localhost:4544
Connection: keep-alive
Content-Length: 7667

I'm missing the Authorization: Basic xyz line in the request ARS is
generating. Any idea why?


Thanks

Mark

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

Reply via email to