Search found 215 matches: soap

Return to advanced search

Re: Soap Web Service

Hello Byron I use SoapUI, Please download it, create a SOAP project, then hit the WSDL URL that you client/provider give to you, Then you can see all transaction, after that, you can mimic you templates ... Let me show How I did: LOCAL cUrl := "https://orbisws01.orbisfarma.com.mx/transaccion.asmx?WSDL" ...
by ramirezosvaldo2
Thu Jan 27, 2022 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 934

Re: Soap Web Service

Paco, Buscando por Delphi WSDL: https://docwiki.embarcadero.com/RADStudio/Sydney/en/Import_WSDL_Wizard parece que hay una utilidad que los importa: https://docwiki.embarcadero.com/RADStudio/Sydney/en/WSDLIMP.EXE,_the_Command_Line_WSDL_Import_Tool y un flag que hace que se...
by Antonio Linares
Thu Jan 27, 2022 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 934

Re: Soap Web Service

Antonio, No sé mucho del tema pero creo que en Delphi existe un mecanismo/ funcion que lee un wsdl y pone a disposicion (construye) del programador una jerarquia de objetos conducentes a generar los xml de acuerdo a la definicion del wsdl y sus validaciones. Eso me pareciera que tiene una potencia a...
by hmpaquito
Thu Jan 27, 2022 12:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 934

Re: Soap Web Service

Byron,

thanks for posting it

unfortunately I don't know what you need or what to avoid

If you could post a small and self contained example, that would help a lot
by Antonio Linares
Thu Jan 27, 2022 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 934

Re: Soap Web Service

WSDL file for Anitonio <?xml version="1.0" encoding="utf-8"?> <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" ...
by byron.hopp
Wed Jan 26, 2022 9:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 934

Re: Soap Web Service

Byron,

Could you post a WSDL file example here ?

thanks
by Antonio Linares
Tue Jan 25, 2022 11:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 934

Soap Web Service

... utilizing the MS Web Services Tools? I feel certain it is possible but I don't know where to start. So I have been able to use the Microsoft Soap Toolkit 3.0, but for years now Microsoft has depreciated it. I doubt seriously it has any issues, I just think they want you to use Dot Net. Has ...
by byron.hopp
Tue Jan 25, 2022 12:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 934

Re: SBUTTON vs BTNBMP

... with it. I have a new project to communicate with some new Vending Machine equipment. I need to create a local web server app that will use SOAP/XML protocols and still be able to access all of my DBF files I use with my Point of Sale software. Right now I'm working on the communications ...
by bradmaudlin
Tue Dec 28, 2021 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SBUTTON vs BTNBMP
Replies: 18
Views: 1633

Factura electronica Chile/Colombia

... ejemplo con la factura de colombia , uruguay, italia , etc https://www.example-code.com/foxpro/sii_cl_factura_electr%C3%B3nica.asp Create Signed SOAP XML for DIAN Colombia WCF Service Sign XML for eFactura DGI Uruguay (cfe.dgi.gub.uy saludos Tito
by Tito
Mon Aug 03, 2020 11:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Factura electronica Chile/Colombia
Replies: 1
Views: 511

Help with PDF in FWH-19.09 please. - SOLVED

... from PREVIEW. The process is: 1.- An invoice is generated 2.- It is sent to print (electronic invoicing) and the PDF, that will be validated via SOAP / WSDL and sent to the client, should be automatically generated. 3.- Sometimes it is necessary to reprint the invoices from the PREVIEW, and from ...
by Cgallegoa
Tue Dec 03, 2019 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with PDF in FWH-19.09 please. - SOLVED
Replies: 3
Views: 1034

Re: enviar xml por ws soap 1.0

si el txt contiene "ñ" como en mi apellido que es patiño si ves aca hay una funcion StrToBase64( cTexto ), en resumen tiene un juego de caracteres asi FUNCTION Carac64( cBin ) LOCAL nPos := ASC( BinToCar( @cBin ) ) + 1 RETURN SUBSTR( "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwx...
by QAZWSX2K
Sat Dec 29, 2018 9:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar xml por ws soap 1.0
Replies: 2
Views: 943

Re: enviar xml por ws soap 1.0

Hola Alex

A que te refieres con "la ñ"

El TXT contiene ñ
o El nombre del TXT posee una ñ

Yo uso xHarbour

Saludos
by LuisPonce
Fri Dec 28, 2018 11:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar xml por ws soap 1.0
Replies: 2
Views: 943

enviar xml por ws soap 1.0

saludos amigos,

1.- alguien tiene un ejemplo que funcione para enviar el famoso xml via web services soap 1.0
2.- para encode txt a base64 con la ñ

nada de curl que no tengo harbour, uso xharbour

gracias por las molestias
by QAZWSX2K
Fri Dec 28, 2018 9:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar xml por ws soap 1.0
Replies: 2
Views: 943

Re: Factura electrónica Colombia

saludos, podrias compartir el ejemplo por via ws soap, gracias de antemano Buen dia.. Estamos desarrollando interfaces con proveedores tecnológicos para entrega de facturas electrónicas... y tenenos el siguiente avance 1. Opcion 1. entrega de datos ...
by QAZWSX2K
Fri Dec 28, 2018 9:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Factura electrónica Colombia
Replies: 14
Views: 3186
PreviousNext

Return to advanced search