Re: [Easysoap-developers] EasySoap
Status: Beta
Brought to you by:
dcrowley
From: Willem D. <wd...@mw...> - 2002-03-25 17:42:09
|
Thank you for the reply. You'd be glad to know that I am convinced. I got the SOAP client to call a remote web service - and I must say, it is easier than I thought! Is anyone working on the WSDL part of the problem? What about implementing some kind of XSLT based translator: from WSDL to a easySOAP definition? I played around with xslt_proc on Redhat (I think it comes with GNOME), but it does not work as I expected. Anyone know of a better option? Regards, Willem On Monday 25 March 2002 16:45, you wrote: > On Sat, 2002-03-23 at 16:31, Willem Duminy wrote: > > Hi Guys, > > I am new to SOAP and web services. > > Is EasySOAP a good choice to call existing we services from Linux? I'd > > like to use C++. > > Generally speaking, we'd like to think so :) > > It all depends on what your expectations are. We currently don't support > WSDL so if you want to use that as a way of discovering the web service, > then you're out of luck. > > That being said, if you know the details (e.g. parameters, returns, > servicename and namespace) then yes, EasySOAP is a great choice. > > If you take a look at the website, specifically : > > http://easysoap.sourceforge.net/interop/interop2a.html > http://easysoap.sourceforge.net/interop/interop2b.html > http://easysoap.sourceforge.net/interop/interop2c.html > > You'll see that we do quite well working with various other soap > implementations. > > For the record: > I'm using EasySOAP in a comercial production environment, using it both > as a client and a server, as well as interfacing with SOAP::Lite and > SOAPx4 and certain Microsoft components. > > > It's also fairly easy to use as far as toolkits go, it took some of the > people working here less then a day to ramp up on the basics of writting > a client. > > > -Willem > > > > _______________________________________________ > > Easysoap-developers mailing list > > Eas...@li... > > https://lists.sourceforge.net/lists/listinfo/easysoap-developers > > _______________________________________________ > Easysoap-developers mailing list > Eas...@li... > https://lists.sourceforge.net/lists/listinfo/easysoap-developers |