PHP SoapClient and a complex header

前端 未结 2 395
没有蜡笔的小新
没有蜡笔的小新 2020-12-17 03:33

I have been trying for a while now, but I can\'t figure out how to use PHP SoapCLient in combination with a WSDL to form a complex header (that is, more complex than any tut

2条回答
  •  借酒劲吻你
    2020-12-17 03:50

    A possible way of doing this is overwriting the __doRequest function using curl. There is an example here which shows how to turn off KeepAlive.

提交回复
热议问题