欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

有关php接口的wsdl文件

程序员文章站 2022-06-12 18:05:15
...
wsdlphpc#

请问一下,我调用http://***/index.php?wsdl 这样的接口地址做成c#的web服务。但是有一个调用其中的一个方法却报错了,之前调用的2个方法没问题。错误提示:System.Web.Services.Protocols.SoapException: Operation 'extenBinding' is not defined in the WSDL for this service

相关标签: wsdl php c#