Go to Google Groups Home    phpsoa
Re: Consuming SSL secured web services

silvanojr <silvan...@gmail.com>

Adding the error message.

[19-Nov-2008 12:42:27] PHP Fatal error:  Uncaught
SCA_RuntimeException: SDO_Exception in setWSDLTypes :
SDO_DAS_XML::create - Unable to parse the supplied xsd file
1 parse error(s) occurred when parsing the file 'https://URL/WS.wsdl':
1. xmlSAXUserParseFile returned an error -1

  thrown in /usr/share/pear/SCA/Bindings/soap/Proxy.php on line 104

Silvano

On 19 nov, 12:12, "Silvano Girardi Jr" <silvan...@gmail.com> wrote:

> Lady and Gentlemen :)

> I am trying to consume a SSL secured web service and I need to use a
> certificate to even get to the WSDL.

> I was doing changes in the SCA_Bindings_soap_Proxy to accept the
> local_cert and passphrase, but after the first attempt I realized that
> it may not be enough to do the job, as I believe the SDO_DAS_XML is
> responsible for parsing the contents of the WSDL and thus it needs to
> use the certificate as well.

> Please let me know if I am wrong in my assumption, otherwise, does
> anyone know a way to get around this problem? (So far I am trying to
> download all the WSDL by hand and modifying the "import"s in the XSD's
> to point to my server. No luck so far.)

> Appreciate you help. This is a high priority for me.

> Thanks,
> Silvano