Search found 215 matches: soap

Return to advanced search

Re: Factura Electrónica / Fivewin (CHILE)

... de como debería hacerse. Tiene 2 partes, 1) Parte. Conexion por SOAPClient El ejemplo tiene una ejemplo de como obtener una semilla a través de Soap, esto os debe de abrir la mente de como podéis hacer la comunicacion. 2) Boceto de construccion del XML EnvioDTE. Teneis la base sobre la que trabajar, ...
by thefull
Tue Jul 14, 2015 9:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Factura Electrónica / Fivewin (CHILE)
Replies: 14
Views: 5452

Re: Factura Electrónica / Fivewin (CHILE)

... demasiada complejidad, además , es similar en la manera de trabajar de Uruguay o Peru, que una base para trabajar esta aquí mismo, a través de SOAP: http://forums.fivetechsupport.com/viewtopic.php?f=6&t=29641&p=167823#p167823 En https://github.com/niclabs/DTE teneis un trabajo realizado ...
by thefull
Tue Jul 07, 2015 8:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Factura Electrónica / Fivewin (CHILE)
Replies: 14
Views: 5452

Re: SP30 MULTILANE PINPAD

thefull wrote:Hi
Please, view this post , viewtopic.php?f=6&t=29641&p=167832&hilit=soap#p167832
You can see how to convert source code VB6 , script, for use in Harbour, using SOAP.

Regards


Yo no hablo español, lo siento :D
by mosh1
Tue May 12, 2015 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SP30 MULTILANE PINPAD
Replies: 9
Views: 1861

Re: SP30 MULTILANE PINPAD

Hi
Please, view this post , viewtopic.php?f=6&t=29641&p=167832&hilit=soap#p167832
You can see how to convert source code VB6 , script, for use in Harbour, using SOAP.

Regards
by thefull
Tue May 12, 2015 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SP30 MULTILANE PINPAD
Replies: 9
Views: 1861

Re: WSFE Afip Web Services

... que en la página no los encuentro: Author: Gerardo Fisanotti - AFIP/SDGSIT/DiITEC/DeARIN - 4-oct-10 # Function: Show a basic functionality WSFEV1 SOAP client ... ... O cualquier otra data que puedas aportar, los pasos a seguir para obtener los cae. Desde ya muchas gracias! Pablo
by vprogx
Mon Apr 06, 2015 5:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: WSFE Afip Web Services
Replies: 9
Views: 4250

Re: JSON Server Side with FiveWin

... incremental search we were working with. The speed was suprisingly fast. Ran into some problems with special characters, never solved. I have used SOAP in other occasions but because Microsoft stopped supporting the SOAP Toolkit some of my customers show concern. I never liked having to install ...
by byron.hopp
Wed Mar 04, 2015 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON Server Side with FiveWin
Replies: 5
Views: 1689

Re: WEB SERVICE ayuda

Buenas Una tercera solución es usar el cliente de Soap. Aqui teneis el mismo ejemplo, os lo pongo en Harbour y el VBS para que si necesitais ayuda/documentación, os podeis basar en VBS para obtener la ayuda; function amigo_eduardo_soap()  ...
by thefull
Tue Nov 25, 2014 10:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: WEB SERVICE ayuda
Replies: 8
Views: 4158

Re: WEB SERVICE ayuda

... con tu consulta El contenido de este XML te lo debe facilitar el manual del servicio web que vas a invocar. cxml:="" cxml:=cxml+'<soapenv:Envelope xmlns:ser="http://service.sunat.gob.pe"'+chr(13) cxml:=cxml+'xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"'+CHR(13) ...
by Enrrique Vertiz
Thu Nov 20, 2014 5:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: WEB SERVICE ayuda
Replies: 8
Views: 4158

Re: Help needed with SOAP Authentication

José Luis,

it is there, please check the first post. The code only requires to add the underscore in the method call.
by Carlos Mora
Thu Sep 18, 2014 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with SOAP Authentication
Replies: 7
Views: 1529

Re: Help needed with SOAP Authentication

Carlos,

Can you please post the full sample please?. It would be very useful for further cases.

Thank you.
by joseluispalma
Thu Sep 18, 2014 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with SOAP Authentication
Replies: 7
Views: 1529

Re: Help needed with SOAP Authentication

Carlos,

thank you for sharing the solution!

EMG
by Enrico Maria Giordano
Thu Sep 18, 2014 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with SOAP Authentication
Replies: 7
Views: 1529

Re: Help needed with SOAP Authentication

Hi Enrico, never mind, i found the solution. Walter Negro was able to read and show me the layout of methods related to 'ConnectoProperty' , and the SetProperty was receiving 2 paremeters, then we realized that, to activate the 'Set', the method should be called with an underscore '_' in front of na...
by Carlos Mora
Thu Sep 18, 2014 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with SOAP Authentication
Replies: 7
Views: 1529

Re: Ayuda con autenticación SOAP

Hola benjiben,

muy bueno tu ejemplo, voy a ahacer pruebas a ver si puedo escribir manualmente toda la llamada xml al servicio.

Muchas gracias,
by Carlos Mora
Thu Sep 18, 2014 7:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con autenticación SOAP
Replies: 2
Views: 640

Re: Help needed with SOAP Authentication

Carlos,

can I see the exact VB sample?

EMG
by Enrico Maria Giordano
Wed Sep 17, 2014 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with SOAP Authentication
Replies: 7
Views: 1529

Re: Ayuda con autenticación SOAP

... funcion que se encuntra en el servidor WScxml:=""    //'<?xml version="1.0" encoding="UTF-8"?>'cxml:=cxml+'<soapenv:Envelope xmlns:ser="http://service.sunat.gob.pe"'+chr(13)cxml:=cxml+'xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"'+CHR(13)cxml:=cxml+'xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">'+CHR(13)cxml:=cxml+"<soapenv:Header>"cxml:=cxml+"<wsse:Security>"cxml:=cxml+"<wsse:UsernameToken>"cxml:=cxml+"<wsse:Username>xxxx</wsse:Username>"cxml:=cxml+"<wsse:Password>xxxx</wsse:Password>"cxml:=cxml+"</wsse:UsernameToken>"cxml:=cxml+"</wsse:Security>"cxml:=cxml+"</soapenv:Header>"cxml:=cxml+"<soapenv:Body>"cxml:=cxml+"<ser:getStatus>"cxml:=cxml+"<rucComprobante>xxxxxx</rucComprobante>"cxml:=cxml+"<tipoComprobante>xxxx</tipoComprobante>"cxml:=cxml+"<serieComprobante>xxxx</serieComprobante>"cxml:=cxml+"<numeroComprobante>xxxx</numeroComprobante>"cxml:=cxml+"</ser:getStatus>"cxml:=cxml+"</soapenv:Body>"cxml:=cxml+"</soapenv:Envelope>"doc:LoadXML( ...
by benjiben143
Wed Sep 17, 2014 4:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con autenticación SOAP
Replies: 2
Views: 640
PreviousNext

Return to advanced search