SOAP PHP fault parsing WSDL: failed to load external entity?

前端 未结 12 1901
耶瑟儿~
耶瑟儿~ 2020-11-27 05:37

I\'m trying to run a web service using PHP & SOAP, but all I\'m getting so far is this:

(SoapFault)[2] message which states: \'SOAP-ERROR: Parsing

12条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-27 06:34

    I had the same problem.

    This php setting solved my problem:

    allow_url_fopen -> 1
    

提交回复
热议问题