How to use Web Services with Visual Studio 2010 VB .NET
As the title says, I am struggling to get Web Services to work with Primavera. I am using VB .NET 2010.
It is important to know that I am brand new to Web Services and SOAP.
I have been researching and digging to find information, but so far what I have discovered is that the examples given for Primavera are using WSE 3.0. Microsoft, however, prefers you to use WCF starting with VS 2005. Additionally, most of the examples in Primavera use cookie authentication, and then the documentation goes on to say that the is no longer the preferred method. And if that isn't enough, most of the documentation for Web Services assume one is using ASP .NET hehe.
0