FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Web Services
Posts: 300
Joined: Wed Jul 11, 2007 11:06 AM
Web Services
Posted: Fri Aug 24, 2007 06:33 AM

Is it possible to write a web service with service.

I have a fivewin application that have to open a web page
and transmit information :
Username Password Id in a Sql database ...
The provider of the web application ask if i could transmit the information with a web service .

Thanks

Posts: 840
Joined: Thu Oct 13, 2005 07:05 PM
Web Services
Posted: Fri Aug 24, 2007 04:14 PM

Jack:

You can use xHarbour's TURL() class, it can send information to a webpage (in URL encoded format) and retrieve the html with the answer and save into a TXT file.

Saludos

R.F.

Continue the discussion