Search found 277 matches: webservice

Return to advanced search

Re: Restful API

by Antonio Linares
Tue Mar 16, 2021 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Restful API
Replies: 12
Views: 3019

Re: Restful API

... Thank you very much Mr. Navarro. I understand there is two side to restfull api. Client side and Server Side. I am interested in server side like webservice. Should I install web server application. Which one? I looking for information to start.
by Horizon
Tue Mar 16, 2021 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Restful API
Replies: 12
Views: 3019

WebServices Request

Good evening, may I ask you for your help? I have to make a request with webservice to receive a list of guests who had made a precheckin on a website, but unfortunately I am not able to do it. I can reach the TEST-server: http://visitortaxtest.deskline.net/Services.asmx?op=PMSVRExport ...
by Iris Gesser
Wed Jan 27, 2021 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebServices Request
Replies: 3
Views: 695

Handling images and other files

... it's saving the string content like a TEXT file but with the JPG extension. Situation 2: the user of my web application needs to send a file to my webservice (both developed with mod_harbour), so that my webservice must get this file and store it locally. I know there's a way of sending this file ...
by ricbarraes
Thu Jan 07, 2021 1:44 pm
 
Forum: mod_harbour
Topic: Handling images and other files
Replies: 4
Views: 1255

Curso ModHarbour e Mercury Português

... exemplos práticos. *Aplicação do padrão MVC para desenvolvimento da aplicação (criação de todos os componentes de forma detalhada) *Criação de um webservice *Desenvolvimento de sistema de autenticação *Técnicas avançadas de construção de interface *Manipulação de bancos de dados MySQL, MariaDB ...
by ricbarraes
Tue Nov 10, 2020 8:56 pm
 
Forum: mod_harbour
Topic: Curso ModHarbour e Mercury Português
Replies: 0
Views: 285

Cnexion WEB SERVICE

Buenas tardes Estoy desarrollando una aplicación que conecta con un Webservice de una aplicación de venta on-line. Hasta el momento he podido integrar todas las opciones que ofrece el servicio, pedidos realizados, empaquetado, etc. El problema me viene a la ...
by PGO
Tue Oct 13, 2020 5:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cnexion WEB SERVICE
Replies: 5
Views: 748

Re: Which C compiler and which Harbour should be used for FW?

Hello everyone. Dll created successfully. Most of the project features already tested and approved, communication with webservice working perfectly. I disabled my own implementation of errorsys, as I added more functionality like sending automatic error email, etc. However, when I ...
by Eroni
Fri Sep 18, 2020 1:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 3723

Re: DOS accounting system to TWeb

... the response file of the FIVEWIN server success: function displays the response file in an <iFrame> https://mybergland.com/fwforum/webservice.gif https://mybergland.com/fwforum/fivewinwebservice.gif
by Otto
Mon Sep 14, 2020 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DOS accounting system to TWeb
Replies: 45
Views: 5881

Mysql_real_escape_string() problem

Hello everyone, I'm trying to call the mysql_real_escape_string() from both libmysql.dll and libmariadb.dll inside a webservice, but it's not working... does anybody know what could be the problem?? cSQL:=mysql_real_escape_string(::pLib,::hConnection,cSQL) function mysql_real_escape_string(pLib, ...
by ricbarraes
Fri Sep 11, 2020 1:01 pm
 
Forum: mod_harbour
Topic: Mysql_real_escape_string() problem
Replies: 4
Views: 664

Re: Web Services

Este webservice ya esta descontinuado hace varios años creo desde el 2017, ahora funciona con un captcha y se requiere un ejecutable adicional para el reconocimiento del mismo.
by cjcardoza
Fri Aug 21, 2020 5:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Web Services
Replies: 14
Views: 5892

Re: función FWH para predecir ingresos con IA

Me refiero a algo más modesto con Tensor Flow u otro Webservice. Sería una funcionalidad muy interesante la verdad. Claro, que de una fiabilidad relativa.
by joseluispalma
Sun Apr 12, 2020 4:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: función FWH para predecir ingresos con IA
Replies: 4
Views: 610

Re: Receive Parameters from the URL line in Mod_Harbour

Byron,

test.prg?param1=Hello&param2=world

From test.prg call AP_Args()

Live sample:
https://www.modharbour.org/modharbour_samples/webservice.prg?param1=hello&param2=world
by Antonio Linares
Tue Mar 03, 2020 5:55 am
 
Forum: mod_harbour
Topic: Receive Parameters from the URL line in Mod_Harbour
Replies: 1
Views: 310

Re: Receive Parameters from the URL line in Mod_Harbour

Byron,

test.prg?param1=Hello&param2=world

From test.prg call AP_Args()

Live sample:
https://www.modharbour.org/modharbour_samples/webservice.prg?param1=hello&param2=world
by Antonio Linares
Tue Mar 03, 2020 5:52 am
 
Forum: mod_harbour
Topic: Receive Parameters from the URL line in Mod_Harbour
Replies: 1
Views: 253

webservice developed with mod_harbour

webservice.prg function Main()   AP_SetContentType( "application/json" )   ?? hb_jsonEncode( { "Method" => AP_Method(), "Args" => AP_Args(), "Body" ...
by Antonio Linares
Fri Feb 21, 2020 10:44 am
 
Forum: mod_harbour
Topic: webservice developed with mod_harbour
Replies: 0
Views: 792

WEB SERVICE – VIA REST

Hi Guys, I need send to a webservice(webserver.averba.com.br/rest/Auth) this content: Header: Accept: application/json Content-type: application/json Body: { "usuario": "teste", "senha": "teste", ...
by vilian
Wed Feb 19, 2020 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEB SERVICE – VIA REST
Replies: 4
Views: 1210
PreviousNext

Return to advanced search