Page 1 of 1

Web Services

Posted: Fri Aug 24, 2007 6:33 am
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

Posted: Fri Aug 24, 2007 4:14 pm
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.