Log in

View Full Version : use Webservices in eVB or eVC++ ?


slomoman
09-28-2003, 10:43 AM
I would like to call some web services in my eVB-PPC2002 (or evc++) application.
How can I do this?
Are there any tools that automatically generate the client code from the webservice's WSDL-file?

nicstrong
09-28-2003, 11:37 AM
It should be simple enough to write some proxy classes in managed C++ that do the work of calling the web services for your eVC C++ app.

Failing that take a look at Pocket Soap (http://www.pocketsoap.com/). It should do the trick just might be a little extra work. MSDN has an article (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppc2k2/html/ppc_reservices.asp)on using Pocket SOAP from VB

slomoman
09-29-2003, 04:08 PM
pocketSoap has a "WSDL-wizard" that creates client code from a WSDL-file.
unfortunately, the wizards can only create VB or EVB, but no eVC++.

Aren't there any other tools that can do it?

(Maybe in .NET?)