我使用Microsoft.Web.Service2 做了附件上传的webservice,默认网站下一切正常,可我把它做为默认网站的虚拟目录,客户端调用就出错
服务器无法处理请求。 ---> The value can not be null or an empty string.
在 System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
在 System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
在 testWebbWinUpload.localhost.WebbWinUpload.CreateUploadInstance(String filePrefix, String extension) 位置 D:\Roboth\ppppppppppppppppppppppppppproject\SinaEC.WebSvc\testWebbWinUpload\Web References\localhost\Reference.cs:行号 100
在 testWebbWinUpload.Form1.button2_Click(Object sender, EventArgs e) 位置 D:\Roboth\ppppppppppppppppppppppppppproject\SinaEC.WebSvc\testWebbWinUpload\Form1.cs:行号 50
在 System.Windows.Forms.Control.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
在 System.Windows.Forms.Button.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
请各位大侠帮忙。
The value can not be null or an empty string
这不是说了,让你检查代码中的值不能为Null或空。
检查代码中的值不能为Null或空,或者协议问题