Search found 108 matches: webservices

Return to advanced search

Re: WEB SERVICE ayuda

Bueno, el webservices que quiere consumir tiene una pecualidad, y son 2; 1.- Importante, es tener en la cabecera ( "Connection:", "Keep-Alive" ) , de lo contrario, cuando establecemos conexión , esta es cerrada, ...
by thefull
Tue Nov 25, 2014 9:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: WEB SERVICE ayuda
Replies: 8
Views: 4158

Consignar el contenido de un ZIP en un arreglo de bytes

... he buscado información y no encuentro como hacerlo en xHarbour-Fivewin. El tema es asi, tengo un archivo ZIP cualquiera y me piden pasarlo via WebServices, pero por su contenido, exactamente : "se debe consignar el contenido del archivo ZIP en un arreglo de Bytes" Hay alguna función, ...
by Enrrique Vertiz
Tue Sep 16, 2014 3:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consignar el contenido de un ZIP en un arreglo de bytes
Replies: 0
Views: 307

Xbase++ / Harbour Entwickler gesucht

... • SQL Kenntnisse inkl. Datenbankmodellierung sind von Vorteil • Gute Fivewin Kenntnisse • ADS Kenntnisse sind von Vorteil • Kenntnisse von Webservices / REST Schnittstelle / TCP sind von Vorteil Wir bieten Ihnen • Eine interessante und abwechslungsreiche Tätigkeit • Mitarbeit in einem kleinen ...
by Gross
Tue Mar 11, 2014 11:31 am
 
Forum: All products support
Topic: Xbase++ / Harbour Entwickler gesucht
Replies: 1
Views: 1444

Re: encrypting dbf files

... and the encrypted table can't be opened. However, ADS does have clients for just about any web or desktop environment. They have also introduced a WebServices server with version 11 that works great for mobile devices and/or from any platform. With ADS encryption there is no need to manipulate ...
by reinaldocrespo
Mon Dec 09, 2013 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: encrypting dbf files
Replies: 67
Views: 15381

Re: NG for xHarbour

I was asked via private email about consuming http/https webservices. I'm thinking it is best if we share this information publicly so that everyone (sooner or later) benefits and is able to participate. Below is sample code currently under production ...
by reinaldocrespo
Mon Sep 30, 2013 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: NG for xHarbour
Replies: 12
Views: 4406

Re: NG for xHarbour

SOAP is used to consume webservices. You are probably wanting to consume webservices from an https site. I'm currently successfully sending and receiving data on realtime consuming webservices from https. I'm using xharbour tHttpClient() ...
by reinaldocrespo
Sun Sep 29, 2013 2:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: NG for xHarbour
Replies: 12
Views: 4406

Re: download a file from a https server

Yes, and it works very nicely. I'm consuming https webservices using TIpClientHttp that inherits from tIpClient class from xharbour. You will need to download libeay32.dll, ssleay32.dll from OpenSSL. Then create the .lib from .dll and link to your ...
by reinaldocrespo
Thu Sep 19, 2013 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: download a file from a https server
Replies: 7
Views: 2049

Re: Fivedroid on Qt

... develop for web or for native OS without FiveWin, using PHP, PERL, Python..JAVA ObjetiveC...... and interact with fivewin app across DataBase or webservices...etc Maybe is time to define a ROADMAP to maximize the results, and together work to reach an common objective, can be this the opportunity ...
by Marcelo Via Giglio
Thu Jun 13, 2013 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 37183

Re: Saber Metodos de un CREATEOBJECT

... VARIANT, [optional] VARIANT, [optional] VARIANT ) STDCALL dispatch FUNC void InstantiateTemplate( [in] BSTR ) STDCALL dispatch PROPERTYGET PTR WebServices() STDCALL dispatch PROPERTYGET PTR LocalVars() STDCALL dispatch FUNC VARIANT CurrentWebUser( [in] USERDEFINED ) STDCALL dispatch FUNC VARIANT ...
by Antonio Linares
Sun May 12, 2013 9:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32149

Re: TSmtp, gmail, authentication

... + libeay32.lib + ssleay32.lib. You will find information on how to build these libs on the xharbour ng. I'm currently using ssl to consume https webservices and I can tell you, it works! I would love to see fw tsmtp class modified to use ssl. hb_sendmail() source can help. Hope that gets you ...
by reinaldocrespo
Fri Mar 08, 2013 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSmtp, gmail, authentication
Replies: 3
Views: 930

Re: API Google. Ejemplos

... A ver si te puede servir. But, we can use WebServices I use for government and for my city see a example for send a xml with many invoices Load xml cXML := memoread('nfse\11072432000124_I_20117-27_26072011.xml') ...
by hmpaquito
Wed Jan 16, 2013 6:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: API Google. Ejemplos
Replies: 30
Views: 9978

Re: Need help consuming webservices

James; Hi. I might as well attempt to clarify what WebServices are. I may be wrong but I feel like most answers I get seem to miss the concept of consuming web services or what web services are about. Web services are methods that execute some code ...
by reinaldocrespo
Sun Dec 23, 2012 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need help consuming webservices
Replies: 2
Views: 1201

Re: Need help consuming webservices

Hi Reinaldo,

It seems I did some work on an operative report for you back in 2006. Is this related?

Either way, if you will send me more info I will take look at it to see if I might be able to help.

Happy Holidays,
James
by James Bott
Sun Dec 23, 2012 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need help consuming webservices
Replies: 2
Views: 1201

Need help consuming webservices

Hi. I have a need to consume webservices to send and receive information from a fwh application. I have a technical guide that includes samples using c# from the webservices provider. It is mostly consuming their webservices to send and ...
by reinaldocrespo
Tue Dec 04, 2012 12:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need help consuming webservices
Replies: 2
Views: 1201

Re: Web Services

Is anyone consuming webservices using SOAP from harbour/xharbour?


Reinaldo.
by reinaldocrespo
Tue Sep 25, 2012 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services
Replies: 5
Views: 1576
PreviousNext

Return to advanced search