WOWebServiceClient and .Net Auth Header
WOWebServiceClient and .Net Auth Header
- Subject: WOWebServiceClient and .Net Auth Header
- From: Philippe Lafoucrière <email@hidden>
- Date: Thu, 19 Oct 2006 10:13:13 +0200
Hi,
we need to consume a .net webservice which require the use of a auth
header in a SOAP envelop :
<soap:Envelope
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<AuthHeader xmlns="http://mywebservice.com/wsapiv2/">
<sLogin>string</sLogin>
<sPassword>string</sPassword>
</AuthHeader>
</soap:Header>
<soap:Body>
…
</soap:Body>
</soap:Envelope>
Is there a way to do this with WOWebServiceClient ?
Thank you by advance
Philippe
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden