failed to load external entity error on SOAP

Posted by hd on Stack Overflow See other posts from Stack Overflow or by hd
Published on 2010-05-24T13:57:13Z Indexed on 2010/05/24 14:01 UTC
Read the original article Hit count: 157

Filed under:
|

i am call a web service which is locate on https protocol. and i get "failed to load external entity" error while calling it.

as i search on google it is because in PHP5, SOAP class will not parse WSDL file located on a secure HTTPS connection.

what is the solution? i don't want to use http instead of https.

© Stack Overflow or respective owner

Related posts about php

Related posts about soap