Async Webservices

A

Arne

I created a webservice with Visual Studio 2005. A synchronous call worked
just fine.
I tried to make an asynchronous call but is doesn't compile in my cluent. I
thought the asynchronus call would always be available.
What am I doing wrong?
 
C

Chad Z. Hower aka Kudzu

=?Utf-8?B?QXJuZQ==?= said:
I tried to make an asynchronous call but is doesn't compile in my
cluent. I thought the asynchronus call would always be available.

It might help if you specified why it does not compile.
 
A

Arne

The compiler says the my asynchronous method doesn't exist. I have looked in
the proxy class. The method does exist.
 
C

Chad Z. Hower aka Kudzu

=?Utf-8?B?QXJuZQ==?= said:
The compiler says the my asynchronous method doesn't exist. I have
looked in the proxy class. The method does exist.

Are there any other errors listed in the error window?
 
A

Arne

The signature of asynchronous web services have changed in .Net 2.0. Now I am
trying to find some documentation on how to make an asynchronous web services
in Net 2.0.
 

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

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top