How do I build a web application using C++ Builder 2007?
Expand Post »
Hi. I have developed PHP scripts (both server and client) and a SOAP/wsdl that work as expected. However, I would like to build the client side using Borland's C++ Builder 2006. This program will still access the web service using the wsdl while the server side script remains written in PHP. I am using MySQL 5.0 as my database and Apache 2.2 as my Server. Can someone please help me by posting a tutorial link where I can find information on how to do this and/or simply tell me how?
Thank you.
Re: How do I build a web application using C++ Builder 2007?
I got the solution to this problem. I simply imported the wsdl into my client-side Win Forms using the wsdl Importer. C++ Builder handles/creates most of the needed classes and interfaces. I then added an HTTPRIO control unto the form and filled in the required parameters it needed to work with such as location of wsdl, service, location, etc. Object instances based on the classes created by the wsdl importer are created and used for sending and retrieving information needed. The wsdl operations are then called like functions within C++ builder.
Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.
This thread is more than three months old
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.