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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top