On 8/21/06, Nandika Jayawardana <[EMAIL PROTECTED]> wrote:
I think it is better to use ServiceClient instead of SoapClient and we used same kind of API in writing php extension for Axis2C. How does Ruby handle XML ?
I have no idea. However there is a binding for libxml2 (http://www.rubyxml.com/). If your question was how does it handle XML in the context of Axis2/C, the answer is simple. Since it uses the exact same functions in Axis2/C you could assume they work exactly as they intended :-) Do you have any "improved" API? If that's the case this could easily be written to take advantage of that. Since this is my project, I've explicity mentioned that I'm taking the PHP SOAP API as my reference API in various documents (proposal / SRS etc...) So once that's over, this could be modified to follow any API you want. Bye, -Chintana -- http://www.linux.lk/~chintana/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
