Zend_Soap_Server returning object – working!
Here’s a source code example on how to return an object from a Zend_Soap_Server. Thanks to James Gordon’s blog!
Here’s a source code example on how to return an object from a Zend_Soap_Server. Thanks to James Gordon’s blog!
July 6, 2009
Installing SoapUI 2.5.1 in Eclipses 3.3 (wich Adobe Flex Builder 3 is built upon) can be tricky. (Might be a problem on other Eclipse versions too!) It gives an error caused by the org.w3c.dom.Node class. This post led me to a solution: http://www.eviware.com/forums/index.php?action=profile%3Bu=123%3Bsa=showPosts You have to replace the MANIFEST.MF and xbean-fixed-2.4.0.jar files in the way… [Read more…]
July 7, 2009
0