Re: [Easysoap-developers] EasySoap
Status: Beta
Brought to you by:
dcrowley
From: Blaise St-L. <bst...@N-...> - 2002-03-25 14:41:49
|
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 |