A
alti
i have a web service.i do it with .net 2003.
i'm using w server 2003 and W 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 ......
....
in function,
if i use "cn.commandtext" and "cn.executenonquery",it's OK.
if i use "cn.begintransaction" and store procedures,i have error : "The
operation has timed-out".
what can i do ? help pls..
i'm using w server 2003 and W 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 ......
....
in function,
if i use "cn.commandtext" and "cn.executenonquery",it's OK.
if i use "cn.begintransaction" and store procedures,i have error : "The
operation has timed-out".
what can i do ? help pls..