求怎样解决System.Web.Services.Protocols.SoapException: 服务器未能识别 HTTP 头 SOAPAction 的值: http://tempuri.org/GetUserAddOrde
GetUserAddOrderAwokedata 是我写的一个接口方法,在调用webservers是出现这个问题.具体信息如下:System.Web.Services.Protocols.SoapException: 服务器未能识别 HTTP 头 SOAPAction 的值: http://tempuri.org/GetUserAddOrderAwokedata。
在 System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()
在 System.Web.Services.Protocols.SoapServerProtocol.RouteRequest(SoapServerMessage message)
在 System.Web.Services.Protocols.SoapServerProtocol.Initialize()
在 System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
请各位大大帮忙!!
--------------------编程问答-------------------- 我也遇到了同样的问题
期待 高手解决~~ --------------------编程问答-------------------- 客户端调用时也遇到同类的问题,另外
我测试时出现这个一样错误:
System.Data.OracleClient.OracleException: ORA-06550: 第 1 行, 第 35 列:
PLS-00103: 出现符号 "="在需要下列之一时:
. ( * @ % & = -
+ ; < / > at in is mod not rem <an exponent (**)>
<> or != or ~= >= <= <> and or like between || indicator
符号 ";在 "=" 继续之前已插入。
期待高手解决。 --------------------编程问答-------------------- UP --------------------编程问答-------------------- 是你发给服务器的saopaction 没设置对,或者没赋值造成的 --------------------编程问答-------------------- 应该是你命名空间设置的问题。
请帮服务端修改NameSpace,并在客户端再引用.
--------------------编程问答-------------------- 如果服务器端不是自己的呢?
这个问题这么久了还没解决啊。 --------------------编程问答-------------------- 5年前的老问题了。
补充:.NET技术 , Web Services