G
Gabriel
Hello,
I'm trying to do my first web service.
It's a small test, a method receive 2 int and return the sum.
The client is a winforms application. That's work fine but the form freeze
during the web service answer.
The method is total, in the proxy class there is a totalAsync, I tried to
use it but the method return a void type and me I'd like a int, I tried a
casting but without any success
Any idea ?
Thanks,
I'm trying to do my first web service.
It's a small test, a method receive 2 int and return the sum.
The client is a winforms application. That's work fine but the form freeze
during the web service answer.
The method is total, in the proxy class there is a totalAsync, I tried to
use it but the method return a void type and me I'd like a int, I tried a
casting but without any success
Any idea ?
Thanks,