[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

[SoapRpcMethod(OneWay=true)] problem

dvsmoto

7/9/2003 4:10:00 PM

Hi,

I'm using the fire forget one way call to a webservice passing
in an array into the web service method. But for some reason
when it makes a call to the web service, the server never receives
the call. And sometimes I get an incomplete array.

I am running both client and server web service locally so it
is not a network problem.

Has anyone had problems using [SoapRpcMethod(OneWay=true)] that
have seen these problems?

Chris