I am using VS2010 and I am making a call to a vendor's web service, which they use WSE i web services. I can not find in "Add references" to add the namespace/dll. It works when i created a project in VS2005. I Found this blog and it indicated on how to get it recognized. http://www.junasoftware.com/blog/how-to-use-wse-3-in-visual-studio-2010.aspx but after trying that it still doesn't work for me. Anyone have any ideas for me?
Thanks, Marios
I solved this problem by downloading the WSE Runtime from here
The way to fix this is to generate the Webservice in Visual Studio 2005 then copy the code into just a class in VS2010 and use it as a class instead as a Webservice. It's not the best wey for keeping things standard but it works flawlessly!
For me, even after adding the reference to the local copy of Microsoft.Web.Service3.dll, I still had to change the project to be geared for .NET 4.0 and not .NET 4.0 Client.
Microsoft.Web.Service3.dll has a dependency on System.Web, which doesn't exist in the .NET 4.0 Client, but does in .NET 4.0.
This factoid was noted in the Error List, in the Warnings. Only the fact that the Microsoft.Web namescape could not be found was in the Errors.
-Jesse
I ran into the same problem when used SAP Business object dlls. I installed WSE from (http://www.microsoft.com/downloads/en/details.aspx?FamilyID=018a09fd-3a74-43c5-8ec1-8d789091255d&displaylang=en) and added reference to my project. It solved the issue
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With