How to access a PHP Web Service from ASP.Net?

后端 未结 3 1583
北荒
北荒 2021-02-04 15:11

I am trying use a web service in a C# ASP.Net Web Application. The service is built in PHP and is located on some remote server not under my control so I cant modify it to add

3条回答
  •  难免孤独
    2021-02-04 15:27

    "webservice" is a very generic term. Some types of webservice may implement a WSDL - but its not a requirement. IIRC a SOAP interface is required to provide a WSDL, and both nuSOAP and the PHP SOAP extension support WSDL. So it looks like the remote end hasn't been implemented properly.

提交回复
热议问题