Header Authentication Web Service Visual Studio 2010
-
Friday, February 17, 2012 6:00 PM
Hi,
I have an application (Add-in Outlook 2007 done with Visual Studio 2008) that consume a web service, now i want to migrate it in Visual Studio 2010 for Outlook 2010.
For the authentification on the header webservice, i have used WSE 3 for Visual Studio 2008, but the problem is, it's no enable in Visual Studio 2010.
I want to know how i can do to complete the webservice header in Visual Studio 2010.
Thanks a lot
All Replies
-
Sunday, February 19, 2012 3:40 PMModerator
Were you aware that WSE is obsolete? That's why there is no support for it.
I recommend you try to use WCF instead.
John Saunders
WCF is Web Services. They are not two separate things.
Use WCF for All New Web Service Development, instead of legacy ASMX or obsolete WSE
Use File->New Project to create Web Service Projects -
Monday, February 20, 2012 9:24 AM
Hi
Please, can you explain me how i can use the WCF for the Authentification one the header of webservice
- Edited by bndiaye Monday, February 20, 2012 10:37 AM
-
Monday, February 20, 2012 7:54 PMModerator
I don't know exactly what you mean by "header authentication". Most likely, you'll only need to use the "Add Service Reference" command in Visual Studio to create a proxy class that will handle the authentication for you.
See the Beginner's Guide.
John Saunders
WCF is Web Services. They are not two separate things.
Use WCF for All New Web Service Development, instead of legacy ASMX or obsolete WSE
Use File->New Project to create Web Service Projects -
Monday, February 27, 2012 9:33 AM
Thank for your reply
The explain how to use WCF for a For a WSE 3.0 Web service (PeopleSoft)
http://msdn.microsoft.com/en-us/library/ms730299.aspx#Y228
- Edited by bndiaye Monday, February 27, 2012 3:56 PM

