Hi all !
I found ths extension very usefull. I tried to use it with the
following code :
<?php
try {
$xmldas = SDO_DAS_XML::create("./ddex_xsd/dsr.xsd");
print($xmldas);
} catch (SDO_Exception $e) {
print($e->getMessage());
}
?>
but I get this execption :
Cannot add property Namespace of type commonj.sdo#String to this data
type http://ddex.net/xml/2006/dsrm/10#CommercialModelType
xsd file can be downloaded here :
http://ddex.net/xml/2006/dsrm/10/dsr.xsd
Is it a bug in this SDO release ?
Thanks
WFX
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"phpsoa" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/phpsoa?hl=en
-~----------~----~----~----~------~----~------~--~---