A
alti
i have a web service.i do it with .net 2003.
i'm using windows server 2003 and Windows Mobile 5.0.
my web service :
<SoapDocumentService(SoapBindingUse.Literal,
SoapParameterStyle.Wrapped,
RoutingStyle:=SoapServiceRoutingStyle.RequestElement),
System.Web.Services.WebService(Namespace:="http://tempuri.org...>
<WebMethod(enablesession:=True)> _
Public Function InsertRec(Byval myDataset as dataset) as boolen
i'm calling web service from my ppc:
if myservice.InsertRec(myDataset) = True then
......
But,when i call this function return me " The operation has timed-out".
And when i send mydataset,i think it's don't work.
I think,this is about parameter dataset.But i can't understand,WHY?
anybody can help me?
thanx
alti
i'm using windows server 2003 and Windows Mobile 5.0.
my web service :
<SoapDocumentService(SoapBindingUse.Literal,
SoapParameterStyle.Wrapped,
RoutingStyle:=SoapServiceRoutingStyle.RequestElement),
System.Web.Services.WebService(Namespace:="http://tempuri.org...>
<WebMethod(enablesession:=True)> _
Public Function InsertRec(Byval myDataset as dataset) as boolen
i'm calling web service from my ppc:
if myservice.InsertRec(myDataset) = True then
......
But,when i call this function return me " The operation has timed-out".
And when i send mydataset,i think it's don't work.
I think,this is about parameter dataset.But i can't understand,WHY?
anybody can help me?
thanx
alti