How do you set up whoami service?

P

Philip Colmer

Paul B said:
Hi

I have had a look at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwebsrv/html/httpsecurity.asp
but i still have no idea how to setup the whoami service or how to link it
to
infopath.

can some please help

You need Visual Studio. You create a web service project, put the code into
there, build it and copy the files onto a web server.

In InfoPath, you add a web service reference that points at the URL for the
code you've just put onto the server. It then fetchs the web service methods
and you can then create an instance of that service in your managed code and
call the methods.

--Philip
 
Top