I am creating a web service in Visual Studio 2005 using the WSE 3.0.
However, we have an older solution which was built in Visual Studio
2003. How can I set up my 2003 project to consume the new Visual
Studio Web Service? It seems like it should be possible, but any
guidance would be appreciated.
Hi,
You will need a WSE client to consume the web service.
Visual Studio 2003 only supports WSE 2.0 but unfortunately WSE 2.0 and WSE
3.0 don't interop very well.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
http://www.lagash.com
>I am creating a web service in Visual Studio 2005 using the WSE 3.0.
> However, we have an older solution which was built in Visual Studio
> 2003. How can I set up my 2003 project to consume the new Visual
> Studio Web Service? It seems like it should be possible, but any
> guidance would be appreciated.