|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Accessing a .NET 2 webservice from a .NET1 clientGreetings!
I am trying to access a webservice developed in MS .NET Framework 2 from a .NET 1.1 client. The service works fine when I access it on my local server. However, once it has been published to the remote web server the following occurs: 1. It takes a long time to actually locate the service. It is instantaneous in IE or Firefox 2. The webmethods are listed but the Add Reference button is disabled Any help would be greatly appreciated. Alternatively, is there a way to wrap the service in a class that can be used by a .NET 1.1 client. Thanks in advance. Posted here as well http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet.webservices/browse_thread/thread/3f1bf8c81e252643 Accomplice,
Web services are made to be even not platform related - to not say language. You are probably facing connection problems. What about the WSDL? Is it working fine for that web service? I hope it helps. -- Show quoteRegards, Robson Siqueira Enterprise Architect "Accomplice" <accompl***@maimojo.com> wrote in message news:1170326267.360687.145750@a34g2000cwb.googlegroups.com... > Greetings! > > I am trying to access a webservice developed in MS .NET Framework 2 > from a .NET 1.1 client. The service works fine when I access it on my > local server. However, once it has been published to the remote web > server the following occurs: > > 1. It takes a long time to actually locate the service. It is > instantaneous in IE or Firefox > 2. The webmethods are listed but the Add Reference button is disabled > > Any help would be greatly appreciated. Alternatively, is there a way > to wrap the service in a class that can be used by a .NET 1.1 client. > > Thanks in advance. > > Posted here as well > http://groups.google.co.uk/group/microsoft.public.dotnet.framework.aspnet.webservices/browse_thread/thread/3f1bf8c81e252643 > |
|||||||||||||||||||||||