[phpsoa] Re: Newbie question

2008-06-18 Thread Kariboe
Matthew, Thanks for the response but my problem is not yet solved: Fatal error: Uncaught SCA_RuntimeException: SDO_Exception in setWSDLTypes : SDO_DAS_XML::create - Unable to parse the supplied xsd file 2 parse error(s) occurred when parsing the file 'C:\wamp\www

[phpsoa] Re: Newbie question

2008-06-18 Thread Matthew Peters
Hi Stefaan, I see, you are presumably getting nothing back when you ask for the wsdl with something like $wsdl = file_get_contents('http://barabas.hogent.be/kariboe/ helloworld.php?wsdl'); What we need to know is what appears in the apache error log on the server machine barabas.hogent.be (or

[phpsoa] Re: Problem when using type DOUBLE in SOAP

2008-06-18 Thread Matthew Peters
Ouch, I have just seen that I made an error. It is the use of trigger_error on its own that is losing precision when I print the SDO. If I use trigger_error(print_r($response_object, true)) then I see that the precision is still there in the SDO: [Wed Jun 18 16:20:39 2008] [error] [client

[phpsoa] Re: Problem when using type DOUBLE in SOAP

2008-06-18 Thread Caroline Maynard
Matthew Peters wrote: OK, this testcase is enough to demonstrate the problem (using Sample.wsdl from the defect that Silvano raised). The problem is not that the sdo does not have the precision; it's in the serialisation to xml which treats the value like 'print' does and not 'print_r'.