How do I build a web application using C++ Builder 2007?

Please support our C++ advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved

Join Date: Jun 2007
Posts: 18
Reputation: tunday is an unknown quantity at this point 
Solved Threads: 0
tunday tunday is offline Offline
Newbie Poster

How do I build a web application using C++ Builder 2007?

 
0
  #1
Jul 6th, 2007
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.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 5,273
Reputation: iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold 
Solved Threads: 378
Featured Poster
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Posting Expert

Re: How do I build a web application using C++ Builder 2007?

 
0
  #2
Jul 6th, 2007
web application, c++
*Voted best profile in the world*
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 18
Reputation: tunday is an unknown quantity at this point 
Solved Threads: 0
tunday tunday is offline Offline
Newbie Poster

Re: How do I build a web application using C++ Builder 2007?

 
0
  #3
Jul 16th, 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.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:




Views: 2726 | Replies: 2
Thread Tools Search this Thread



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC