[phpsoa] WSDL and "extends"

2007-12-21 Thread aouriques
Hello, I would like to know how can I use the "extends" for services. I have a Customer service that extends the User service. /** * @service * @binding.soap * @location http://mydomain.com/SOA/Customer.php */ class Customer extends User { ... } What should I add into the comments or wh

[phpsoa] Returning Data Objects to the client side

2007-12-27 Thread aouriques
Hello friends, How can I return a Data Object to the client side? I am using the SDO_DAS_XML to create the data object but I cannot send to the client the correct object. I have tried this example (and a lot others): http://www.ibm.com/developerworks/web/library/ws-soa-scasdo/index.html My serv

[phpsoa] Re: WSDL and "extends"

2008-01-02 Thread aouriques
happens? > > Regards, > > Graham. > > On 2 Jan, 17:07, Graham Charters <[EMAIL PROTECTED]> wrote: > > > Hi, > > > Sorry for not getting back to you sooner. Extends is not something > > I'm aware of being supported. The SCA_AnnotationReader uses