|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
caching of xsdIs there any caching of xsds for the @types annotation? When i add a type to an xsd file and try to call SCA::createObject() with that type, i get Fatal error: Uncaught SoapFault exception: exception 'SDO_TypeNotFoundException' TIA dali --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "phpsoa" group. To post to this group, send email to phpsoa@... To unsubscribe from this group, send email to phpsoa-unsubscribe@... For more options, visit this group at http://groups.google.co.uk/group/phpsoa?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: caching of xsdHi Dali, I'm not sure this is a caching problem. There is some primitive caching support, but it's only turned on for the ebaysoap binding. Could you provide a little test case which reproduces the problem and I'll see if I can track down what's going on? Regards, Graham. On 7 Feb, 23:28, Dalibor Andzakovic <dalibor.andzako...@...> wrote: > Is there any caching of xsds for the @types annotation? When i add a > type to an xsd file and try to call SCA::createObject() with that > type, i get Fatal error: Uncaught SoapFault exception: exception > 'SDO_TypeNotFoundException' > > TIA > > dali --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "phpsoa" group. To post to this group, send email to phpsoa@... To unsubscribe from this group, send email to phpsoa-unsubscribe@... For more options, visit this group at http://groups.google.co.uk/group/phpsoa?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: caching of xsdFor info, there is an example in the release that does I think what you want to do. I don't know where it would have been installed on your machine, but on my Linux machine: /usr/local/lib/php/test/SCA_SDO/examples/SCA/Soap/ SCAComponentUsingDataStructures it shows calling a sefvice via SOAP which calls SCA::createDataObject. Matthew On Feb 8, 2:54 pm, Graham Charters <gchart...@...> wrote: > Hi Dali, > > I'm not sure this is a caching problem. There is some primitive > caching support, but it's only turned on for the ebaysoap binding. > Could you provide a little test case which reproduces the problem and > I'll see if I can track down what's going on? > > Regards, Graham. > > On 7 Feb, 23:28, Dalibor Andzakovic <dalibor.andzako...@...> > wrote: > > > Is there any caching of xsds for the @types annotation? When i add a > > type to an xsd file and try to call SCA::createObject() with that > > type, i get Fatal error: Uncaught SoapFault exception: exception > > 'SDO_TypeNotFoundException' > > > TIA > > > dali You received this message because you are subscribed to the Google Groups "phpsoa" group. To post to this group, send email to phpsoa@... To unsubscribe from this group, send email to phpsoa-unsubscribe@... For more options, visit this group at http://groups.google.co.uk/group/phpsoa?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: caching of xsdYou're absolutely right. My include path was set to a direcroty that just happened to have a file with the same name. Silly beginner mistake :-( dali On Feb 9, 3:54 am, Graham Charters <gchart...@...> wrote: > Hi Dali, > > I'm not sure this is a caching problem. There is some primitive > caching support, but it's only turned on for the ebaysoap binding. > Could you provide a little test case which reproduces the problem and > I'll see if I can track down what's going on? > > Regards, Graham. > > On 7 Feb, 23:28, Dalibor Andzakovic <dalibor.andzako...@...> > wrote: > > > Is there any caching of xsds for the @types annotation? When i add a > > type to an xsd file and try to call SCA::createObject() with that > > type, i get Fatal error: Uncaught SoapFault exception: exception > > 'SDO_TypeNotFoundException' > > > TIA > > > dali You received this message because you are subscribed to the Google Groups "phpsoa" group. To post to this group, send email to phpsoa@... To unsubscribe from this group, send email to phpsoa-unsubscribe@... For more options, visit this group at http://groups.google.co.uk/group/phpsoa?hl=en -~----------~----~----~----~------~----~------~--~--- |
| Free Forum Powered by Nabble | Forum Help |