[phpsoa] Re: Problème with PHP SDO

2007-05-09 Thread Simon Laws
On 5/9/07, WFX <[EMAIL PROTECTED]> wrote: > > > The bug : > http://pecl.php.net/bugs/bug.php?id=8690 > is no more in status "Open" for a lack of information !!! > > What can we do better than giving you the code, the XSD and the error > message ??? > According to the bug submission, I wasn't the on

[phpsoa] Re: Problème with PHP SDO

2007-05-09 Thread WFX
The bug : http://pecl.php.net/bugs/bug.php?id=8690 is no more in status "Open" for a lack of information !!! What can we do better than giving you the code, the XSD and the error message ??? According to the bug submission, I wasn't the only one constating this problem. Can you reopen it ? Simon

[phpsoa] Re: Problème with PHP SDO

2007-04-11 Thread simonslaws
On 11 Apr, 10:59, "WFX" <[EMAIL PROTECTED]> wrote: > Hum, I tried my link, it's working (again ?) now ... > > Anyway, I uploaded all the XSD package here > :http://depotnet.free.fr/DDEX_XSD_20061017.zip > It seems that SDO doesn't like ComplexType or something like that. > I don't know if it ma

[phpsoa] Re: Problème with PHP SDO

2007-04-11 Thread WFX
Hum, I tried my link, it's working (again ?) now ... Anyway, I uploaded all the XSD package here : http://depotnet.free.fr/DDEX_XSD_20061017.zip It seems that SDO doesn't like ComplexType or something like that. I don't know if it may be related to bug described here : http://pecl.php.net/bugs/b

[phpsoa] Re: Problème with PHP SDO

2007-04-10 Thread simonslaws
On 10 Apr, 14:52, "WFX" <[EMAIL PROTECTED]> wrote: > Hi all ! > > I found ths extension very usefull. I tried to use it with the > following code : > > try { >$xmldas = SDO_DAS_XML::create("./ddex_xsd/dsr.xsd"); > print($xmldas);} catch (SDO_Exception $e) { > >print($e->getMessage());