客户只给了一个excel文档,里面有:
1、webservice 接口的参数
2、地址:http://XXXX/soa-infra/services/interface/abc/abc?WSDL
3、样例数据:类似这样
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> | |||||||||
<soap:Body xmlns:ns1="http://XXX/method"> | |||||||||
<ns1:process> | |||||||||
<ns1:IN_CUSTOMERNUMBER></ns1:IN_CUSTOMERNUMBER>
|
没有需要调用的函数名,这种webservice该怎么调用?
调用$client->__getFunctions()方法,返回:
array (size=1)
0 => string 'processResponse process(process $payload)' (length=41