Re: [phpsoa] Re: Debugging .. make: *** [sdo.lo] Error 1

2012-07-31 Thread Thiago Dias Fascin
Yes it does, but does not implement all XSD patterns. But you can develop your own wsdl strategy like: Zend_Soap_Wsdl_Strategy_DefaultComplexType Take a look at these site, you will find more information: http://www.king-foo.be/2011/09/using-complex-types-with-zend_soap/ http://www.ibm.com/develop

Re: [phpsoa] Re: Debugging .. make: *** [sdo.lo] Error 1

2012-07-31 Thread Daniel O'Connor
Does it enable doc literal archives on the php side? That was my main draw to these two other solutions On Jul 31, 2012 9:30 PM, "Thiago Dias Fascin" wrote: > If you want to stay with PHP, try to use the Zend Framework Auto Discover. > Take a look at: > http://framework.zend.com/manual/en/zend.so

Re: [phpsoa] Re: Debugging .. make: *** [sdo.lo] Error 1

2012-07-31 Thread Thiago Dias Fascin
If you want to stay with PHP, try to use the Zend Framework Auto Discover. Take a look at: http://framework.zend.com/manual/en/zend.soap.autodiscovery.html On Tue, Jul 31, 2012 at 5:47 AM, Daniel O'Connor wrote: > I have had mixed experiences with it. There are occasional segfaults and > the co

Re: [phpsoa] Re: Debugging .. make: *** [sdo.lo] Error 1

2012-07-31 Thread Daniel O'Connor
I have had mixed experiences with it. There are occasional segfaults and the company isn't too responsive, even to support enquires and enterprise agreements. Bit saddening. Would suggest java proxies and restful services on the php side if you need to so this sort if thing On Jul 31, 2012 6:05 PM