Search found 25 matches: asmx

Return to advanced search

Re: Shell.Explorer.2 problem

... be necessary. Randal This one works, but I don't know if it's the same company. https://certtransaction.elementexpress.com/express.asmx https://webhelp.optimizely.com/latest/en/b2b-commerce-sdk/connectorsandintegrations/paymentgateways/vantivexpress.htm Regards, ...
by Randal
Tue Jun 27, 2023 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 719

Re: Shell.Explorer.2 problem

https://certtransaction.elementexpress.com/express.asmx?op=CreditCardAVSOnly <Response xmlns="https://transaction.elementexpress.com"><Response><ExpressResponseCode>103</ExpressResponseCode><ExpressResponseMessage>Invalid ...
by karinha
Tue Jun 27, 2023 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 719

Re: Return Recordset from JSON Restful Web Service

Leandro, Estoy trabajando con Byron en reemplazar SOAP. No manejo PHP, solo ASP.NET. Tenemos muchos ASMX web services, que regresan json (o xml) pero tenemos que definir los datos que regresan. Lo que necesitamos es pasar un Query para SQL y que los datos de regreso sean ...
by luiscambuston
Mon Jul 18, 2022 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Return Recordset from JSON Restful Web Service
Replies: 2
Views: 318

Re: Soap Web Service

... after that, you can mimic you templates ... Let me show How I did: LOCAL cUrl := "https://orbisws01.orbisfarma.com.mx/transaccion.asmx?WSDL" LOCAL cAction := "https://orbisws01.orbisfarma.com.mx/setTransactionInit" First, create a XML var .. cXML := '<?xml version="1.0" ...
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

... name="Service1Soap" binding="tns:Service1Soap"> <soap:address location="http://www.matrixcomputer.com:888/service1.asmx" /> </wsdl:port> </wsdl:service> </wsdl:definitions> End of WSDL file for Antonio
by byron.hopp
Wed Jan 26, 2022 9:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 906

WebServices Request

... 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 errors that have to do with my request. It should look like this POST /Services.asmx/PMSVRExport? HTTP/1.1 Host: visitortaxtest.deskline.net ...
by Iris Gesser
Wed Jan 27, 2021 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebServices Request
Replies: 3
Views: 683

Re: CreateObject problem

... supplied is invalid. HRESULT=0x80070057: 參數錯誤。 (0x80020009): WSDLReader Args: [ 1] = C https://medcloudws.nhi.gov.tw:7008/imie0000/NHIIMI01.asmx Stack Calls =========== Called from: => TOLEAUTO:MSSOAPINIT( 0 ) Called from: TEST1.prg => MAIN( 5 ) Any good solution for welcome.
by richard-service
Wed Aug 15, 2018 3:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject problem
Replies: 4
Views: 1743

Re: CreateObject problem

Dear Richard, this url is correct? local cUrl:=" ttps: //medcloudws.nhi.gov.tw:7008/imie0000/NHIIMI01.asmx" Dear Cnavarro, I fix it and got error message below: Error description: Error MSSOAP.SoapClient30/3 DISP_E_MEMBERNOTFOUND: MSSOAPINIT Args: [ 1] = C https://medcloudws.nhi.gov.tw:7008/imie0000/NHIIMI01.asmx ...
by richard-service
Mon Aug 13, 2018 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject problem
Replies: 4
Views: 1743

Re: CreateObject problem

Dear Richard, this url is correct?

local cUrl:="ttps://medcloudws.nhi.gov.tw:7008/imie0000/NHIIMI01.asmx"
by cnavarro
Sun Aug 12, 2018 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject problem
Replies: 4
Views: 1743

soap y dato de retorno

... funcionan de perlas, pero con harbour, solo puedo recuperar el del dia. https://servicios.bcn.gob.ni/Tc_Servicio/ServicioTC.asmx el del mes, no lo puedo recuperara, parece que ese metodo retorna un xml con los datos, y el ole de harbour no lo reconoce. algien que me pueda ...
by carlos vargas
Mon Oct 09, 2017 1:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: soap y dato de retorno
Replies: 11
Views: 2934

Re: Calculating or controling IBAN numbers

... As String) As String Dim xd As Object Set xd = CreateObject("msxml2.domdocument.4.0") xd.Load "http://www.ibanbic.be/IBANBIC.asmx/calculateIBAN2?ISOcountry=" & ISOcountry & "&banknumber=" & banknumber & "&account=" & Account ...
by bart
Wed Feb 25, 2015 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculating or controling IBAN numbers
Replies: 5
Views: 6032

Re: NG for xHarbour

... https. I'm using xharbour tHttpClient() class. I had to make some minor modifications to the parent class (Tclient()). You will need to visit the .asmx site to view the xml tree that needs to be built. Here is some code that consumes a specific webservice from an https url: //the func below will ...
by reinaldocrespo
Sun Sep 29, 2013 2:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: NG for xHarbour
Replies: 12
Views: 4405

Re: RECARGAS EN LINEA

... "MSXML2.XMLHTTP" ) // Colocar la direccion del WebService // http:Open( "POST" , "http://190.7.440.38/WSRecarga/WSRecarga.asmx" , .f. ) // Accion que debe ejecutar el webservice http:SetRequestHeader( "SOAPAction" , "WSRecarga/Login" ) http:SetRequestHeader( ...
by ROBER68
Tue Jun 11, 2013 7:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RECARGAS EN LINEA
Replies: 8
Views: 2570

Re: RECARGAS EN LINEA

... "MSXML2.XMLHTTP" ) // Colocar la direccion del WebService // http:Open( "POST" , "http://190.7.440.38/WSRecarga/WSRecarga.asmx" , .f. ) // Accion que debe ejecutar el webservice http:SetRequestHeader( "SOAPAction" , "WSRecarga/Login" ) http:SetRequestHeader( ...
by Databaselab2002
Sun Jun 09, 2013 6:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RECARGAS EN LINEA
Replies: 8
Views: 2570
Next

Return to advanced search