From: "NAKAMURA, Hiroshi" Date: 2001-04-20T22:00:34+09:00 Subject: [ruby-talk:13922] SOAP4R with NQXML (was Re: xmlscan) > From: TAKAHASHI Masayoshi [mailto:maki@inac.co.jp] > Sent: Friday, April 20, 2001 7:53 PM > * NaHi and a few members of SOAP-JP ML are tring to do > interoperability tests between Ruby's SOAP4R, Perl's SOAP::Lite > and PocketSOAP. > ## and APACHE-SOAP or AXIS? I tested SOAP4R(client/server) <-> Apache-SOAP/2.1(client/server) under RPC limited uses. In my local source(not released), I succeeded in using SOAP4R with NQXML/0.6.1 instead of XMLParser. Of course this pure Ruby solution is slightly slower than expat solution, it will help folks to try SOAP4R I believe. There are rich documents for NQXML in contrast no document for SOAP4R. Playing NQXML is very easy and much fun. Thanks you Jim!