Search found 42 matches: wsdl

Return to advanced search

Webservice de .NET a Fivewin

... debajo el ejemplo de la cadena enviada y la rta desde esa aplicación. Webservice : https://homologacion.farmalink.com.ar/VentaSecureSvc?wsdl MAIN() buscarRespuesta(sXmlIda,'P',100000,'A','Farmalink') RETU .T. ///////////////////////////////////////////////////////////////////////////////////////// ...
by mterraz
Wed Jul 12, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webservice de .NET a Fivewin
Replies: 2
Views: 576

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: 906

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 ...
by Antonio Linares
Thu Jan 27, 2022 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 906

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 ...
by hmpaquito
Thu Jan 27, 2022 12:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 906

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/" ...
by byron.hopp
Wed Jan 26, 2022 9:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 906

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: 906

Soap Web Service

... has depreciated it. I doubt seriously it has any issues, I just think they want you to use Dot Net. Has anybody written a class that can read WSDL files and interact with a Soap Web Service without the toolkit? I have used JSON Style Restful Web Services (if thats what you call them) and they ...
by byron.hopp
Tue Jan 25, 2022 12:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 906

Help with PDF in FWH-19.09 please. - SOLVED

... 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 there, ...
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: 1011

Re: CreateObject problem

... Windows version: 6.1, Build 7601 Service Pack 1 Error occurred at: 08/15/18, 11:10:31 Error description: (DOS Error -2147352567) WINOLE/1007 WSDLReader:XML Parser failed at linenumber 61, lineposition 19, reason is: The name in the end tag of the element must match the element type in the ...
by richard-service
Wed Aug 15, 2018 3:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject problem
Replies: 4
Views: 1743

Re: Suministro Inmediato de Informacion - SII

... librerías de curl (y no sé si alguna de ssl). Para ver cuales son los endpint donde apuntar las llamadas lo mejor es instalar soapui y meter los wsdl que da hacienda en la información técnica de SII. Un saludo.
by darioflores
Thu Jul 27, 2017 11:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Suministro Inmediato de Informacion - SII
Replies: 116
Views: 25504

Re: Suministro Inmediato de Informacion - SII

... el que está publicada es: http://www.agenciatributaria.es/static_files/AEAT_Desarrolladores/EEDD/IVA/SuministroInformacion/SuministroInmediatoInfo.wsdl No se debe firmar el envío. En la documentación se indica que debe autenticarse con un certificado autorizado en la AEAT. No hay que inscribir ...
by hmpaquito
Mon Jan 23, 2017 11:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Suministro Inmediato de Informacion - SII
Replies: 116
Views: 25504

Re: download a file from a https server

... username and password to gain access to the service. Also, is this a SOAP 1.1 or 1.2 web service? If it is a Web Service then you should have a .WSDL or service description for the service. Please notice my class consumes Web Services. A web service makes itself available over the internet and ...
by reinaldocrespo
Fri Aug 12, 2016 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: download a file from a https server
Replies: 7
Views: 2049

Re: Coger fichero grafico/datos desde HTTP

... analise(login,senha,string) Exemplo de Conexão: Linguagem PHP + Class nusoap <?php include_once('lib/nusoap.php'); // link do web service $wsdl = 'http://www.phdrisk.com/padrao/webservice/server.php?wsdl'; $client = new nusoapclient($wsdl,true); $registro = array(); $registro[] = "99999"; ...
by elmoiquique
Thu May 08, 2014 12:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Coger fichero grafico/datos desde HTTP
Replies: 5
Views: 1244

Consumir web service validar Factura Electrónica SAT México

... este es el webservice : https://consultaqr.facturaelectronica.sat.gob.mx/consultacfdiservice.svc?wsdl Alguien ya logro conectar con este servicio de validación de CFDI, este es mi código : stat func ExecWS() local oSoapClient, oError, ...
by Joel Andujo
Thu Mar 20, 2014 3:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consumir web service validar Factura Electrónica SAT México
Replies: 4
Views: 1122

Conectar con Web Services

Hola tengo la necesidad de conectarme a un web service para integrar recargas electrónicas. https://www.misaldotelcel.com/ws/index.php?wsdl Si ingresas a https://www.misaldotelcel.com/ws/index.php Encuentras dos funciones ObtenSaldo y RecargaEWS Según solo debo ejecutar ObtenSaldo(String) ...
by ROBER68
Wed Jun 12, 2013 11:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar con Web Services
Replies: 1
Views: 509
Next

Return to advanced search