Web Services

Post Reply
Jack
Posts: 249
Joined: Wed Jul 11, 2007 11:06 am

Web Services

Post by Jack »

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
R.F.
Posts: 840
Joined: Thu Oct 13, 2005 7:05 pm

Post by R.F. »

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.
Post Reply