PHP SOAP HTTP Request

后端 未结 3 541
心在旅途
心在旅途 2020-12-10 07:20

Despite being a PHP developer for a while, I\'m just now getting my first taste of web services. I was hoping to get a little help, as the book I am using is not much help.

3条回答
  •  春和景丽
    2020-12-10 07:53

    As the provider of the service, the other company should supply you with a WSDL document which describes the service in computer readable terms. Typically they are provided via an url like http://their.service.url/wsdl or similar.

    Once you have that you should be able to create a SoapClient instance to interact with the service.

提交回复
热议问题