How can client connect to webservice that uses integrated windows authentication security throug

I'm very new to CSF, and try to develop solution as below:

1. We have existing Web Service that use just only Windown Integrated Security

2. We want to use CSF as to connect to the existing Web Service

3. The client talks to CSF using WSE3.0

4. If client connects to web service directly, I just write "proxy.Credentials=....."

The question is... how can I pass client credential to the existing web service? Is there any example? Thanks.

Regards,

Chank.

[514 byte] By [Sirichai] at [2008-2-5]
# 1

Hi Chank,

You can refer to the sample called syncsession and StockQuoteSamples.It will give you an idea how it happens. Custompolicy mapping file will be where you can have a look how policies are set.

You can download samples from the following link :

http://www.microsoft.com/downloads/details.aspx?FamilyId=A72AC7CF-1E0E-4EA5-A248-BFC5106C1231&displaylang=en

Venu

Venug at 2007-8-31 > top of Msdn Tech,Connected Services Framework,Connected Services Framework...
# 2

Thank you very much Venu.

I tried to config the StockQuoteSample to run, but cannot. Anyway I got some concept from that example. But I still have a problem then I created a new thread as follow:

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=748094&SiteID=1

Sirichai at 2007-8-31 > top of Msdn Tech,Connected Services Framework,Connected Services Framework...