Search found 107 matches: webservices

Return to advanced search

Re: Intercambio de datos entre PC y dispositivo Android en la m

... "*" ) Si no usas ssl te pueden facilmente leer el contenido. Tu escenario es el tipico de uso de webservices. Tampoco autenticas la comunicacion ? Por muy sencillo que planteas lo que quieres, hay muchos puntos a tocar en este tipo de escenarios ...
by Carles
Wed Feb 21, 2024 6:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intercambio de datos entre PC y dispositivo Android en la m
Replies: 2
Views: 171

Webservice de .NET a Fivewin

... End If End If Catch ex As Exception MsgBox(ex.Message) End Try End Function Desde ya muchas gracias, si alguno tiene experiencia usando webservices y soapui no dude en contactarse. Saludos a todos Mariano
by mterraz
Wed Jul 12, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webservice de .NET a Fivewin
Replies: 2
Views: 542

Unicode to UTF8

Hello FWh! Data coming from some webservices to my webhook service is arriving as Unicode. for example: Goyt\u00eda is Unicode which translated to UTF8 would become Goytía and that is what I need to display. I tried hb_Translate( 'Goyt\u00eda', ...
by reinaldocrespo
Thu Mar 23, 2023 12:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode to UTF8
Replies: 2
Views: 274

Re: WebServices Request

I think it should be enough do     cPost := "betriebnr=30346&companyCode=VTPMSTEST&communityNumber=41503&stringDateFrom=2020-01-01&stringDateTo=2021-01-31"    cURL := "http://visitortaxtest.deskline.net/Services.asmx?op=PMSVRExport"      loHyperlink...
by AntoninoP
Fri Jan 29, 2021 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebServices Request
Replies: 3
Views: 676

Re: WebServices Request

Please check your mail.
by nageswaragunupudi
Thu Jan 28, 2021 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebServices Request
Replies: 3
Views: 676

Re: WebServices Request

I think, the request is done in a really wrong way. Do you think, that the 4 first lines are needed? Because the same information is put in the post... //REQUEST START    cPost :=      "POST /Services.asmx/PMSVRExport HTTP/1.1" + CRLF ;    cPost := cPost ...
by Iris Gesser
Wed Jan 27, 2021 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebServices Request
Replies: 3
Views: 676

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 but getting e...
by Iris Gesser
Wed Jan 27, 2021 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebServices Request
Replies: 3
Views: 676

Re: Sending and receiving SMS via Amazon webservices

Hello Marc and thank you for the tip. I will take a look today.

I also got a tip pointing me to Twilio. I will let you know how it goes.

Yes, I'm in United States.


Reinaldo.
by reinaldocrespo
Wed Nov 18, 2020 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending and receiving SMS via Amazon webservices
Replies: 2
Views: 412

Re: Sending and receiving SMS via Amazon webservices

I work with

https://www.smstools.be

It's a very professional tool, and the API is easy as far as I see. (Not used so far)

They do work global (also US, i believe your are from there ? )
by Marc Venken
Wed Nov 18, 2020 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending and receiving SMS via Amazon webservices
Replies: 2
Views: 412

Sending and receiving SMS via Amazon webservices

Hello everyone; I'm looking to send and receive text messages (SMS). The idea is to send medical appointment reminders to patient's mobile device and receive back an appointment confirmation or cancelation via key words that the patient would text back. SMS is NOT WhatsApp. Amazon has a service call...
by reinaldocrespo
Tue Nov 17, 2020 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending and receiving SMS via Amazon webservices
Replies: 2
Views: 412

webservices sending the JPK_V7 file

maybe someone has an example of sending the JPK_V7 file to the gate of the Ministry of Finance in Poland

best regard
KAJOT
by kajot
Sun Nov 08, 2020 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webservices sending the JPK_V7 file
Replies: 0
Views: 224

Re: Manejo de WebServices

Muchas gracias, lo voy a checar y ver si me ayuda a resolver mi problema.
by noe aburto
Sat Oct 17, 2020 2:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Manejo de WebServices
Replies: 5
Views: 847

Re: Manejo de WebServices

Gracias!
by Antonio Linares
Sat Oct 17, 2020 8:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Manejo de WebServices
Replies: 5
Views: 847

Re: Manejo de WebServices

Buenas noches Como me solicita Antonio, pongo parte del código desarrollado por si sirve de ayuda para alguien. // En oApi:cUrl guardo la Url principal de la webservice// en las llamadas a las diferentes opciones la completo con los parametros requeridosfunction api_prv()    local oApi:=ApiP...
by PGO
Sat Oct 17, 2020 12:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Manejo de WebServices
Replies: 5
Views: 847

Re: Manejo de WebServices

Paco,

Sería estupendo si pudieses mostrar el código de como lo has hecho, ó un ejemplo, para ayudar a otros compañeros

Gracias!
by Antonio Linares
Fri Oct 16, 2020 9:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Manejo de WebServices
Replies: 5
Views: 847
Next

Return to advanced search