Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/34.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
从ASP.Net调用SOAP web服务(用PHP编写)时出现问题_Php_Asp.net_Web Services_Soap - Fatal编程技术网

从ASP.Net调用SOAP web服务(用PHP编写)时出现问题

从ASP.Net调用SOAP web服务(用PHP编写)时出现问题,php,asp.net,web-services,soap,Php,Asp.net,Web Services,Soap,我试图调用一个Web服务,它是从ASP.Net用PHP编写的。 我使用“添加Web引用”添加了Web引用。 网址是: 在AddWebReference窗口中,我可以看到函数列表。 但是,当我尝试建立网站时,它会出现以下错误: 无法从命名空间“”导入绑定“SoaptestBinding”。 你能告诉我出了什么问题吗 谢谢 Ashish Thakker。我最近尝试从Javaservlet通过soap访问报告服务。这里有一篇很好的文章,它可能会给你一些其他的想法

我试图调用一个Web服务,它是从ASP.Net用PHP编写的。 我使用“添加Web引用”添加了Web引用。 网址是: 在AddWebReference窗口中,我可以看到函数列表。 但是,当我尝试建立网站时,它会出现以下错误:

无法从命名空间“”导入绑定“SoaptestBinding”。

你能告诉我出了什么问题吗

谢谢


Ashish Thakker。

我最近尝试从Javaservlet通过soap访问报告服务。这里有一篇很好的文章,它可能会给你一些其他的想法