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 what should I to do when using an extension? When I use the Customer alone it works fine, but when I use the Customer with the extension the WSDL is not generated. Thank you! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "phpsoa" group. To post to this group, send email to phpsoa@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---