推 liunate:在提供webservice的那一端設中斷點看看... 04/02 11:10
我是在PDA上開發的SmartDeviceApplication
我現在要把在pda上的資料 利用web Service的方式傳回我PC端上的電腦
可是卻跳出來下列這段訊息:
An unhandled exception of type 'System.Net.WebException'occur in
System.Web.Service.dll
Additional information:Unable to read data from the transport connection
我現在那webmethod裡只有寫
[Webmethod]
public string SendData(ArrayList temp)
{
return temp[0].Tostring();
}
請問Unable to read data from the transport connection
這是哪裡出了問題???
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.135.234.87