Accessing a .NET 2 webservice from a .NET1 client

A

Accomplice

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/mi...ervices/browse_thread/thread/3f1bf8c81e252643
 
R

Robson Siqueira

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top