Search found 26 matches: mssoap

Return to advanced search

Re: CreateObject problem

... 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 Stack Calls =========== ...
by richard-service
Mon Aug 13, 2018 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject problem
Replies: 4
Views: 1743

CreateObject problem

Hi How to fix this problem? Error description: Error TOleAuto/65535 : TOLEAUTO:NEW Args: [ 1] = C MSSOAP.SoapClient30 Stack Calls =========== Called from: => THROW( 0 ) Called from: source\rtl\win32ole.prg => TOLEAUTO:NEW( 0 ) Called from: source\rtl\win32ole.prg => ...
by richard-service
Sun Aug 12, 2018 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject problem
Replies: 4
Views: 1743

Help needed with SOAP Authentication

Hi everyone, i'm trying to use a web service via MSSoap y Harbour, and it's almost done with the exception of an important detail: Authentication. The code is the following one, but it lacks the authentication because i don't know how to write the ...
by Carlos Mora
Wed Sep 17, 2014 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with SOAP Authentication
Replies: 7
Views: 1517

Ayuda con autenticación SOAP

Hola gente, estoy tratando de usar un servicio WEB via MSSoap y Harbour, y tengo todo bastante cocinado con excepción de un detalle: autenticación. El código es el que sigue, pero me falta la autenticación porque no se como poner el usuario y la contraseña, ...
by Carlos Mora
Wed Sep 17, 2014 8:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con autenticación SOAP
Replies: 2
Views: 631

Re: Error usando HTTP

... de Microsoft donde dice que hay un pequeño bug, al asignar la dirección del SOAPIS30.DLL en "C:\Archivos de Programa\Archivos Comunes\MSSoap\Binaries\Soapis30.dll" OJO no se permiten direcciones con espacios, por lo tanto se debe digitar con el nombre corto DOS "C:\Archiv~1\Archiv~1\MSSoap\Binaries\Soapis30.dll" ...
by Antonio Linares
Thu Apr 04, 2013 4:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error usando HTTP
Replies: 8
Views: 3604

Ayuda con WEBSERVICE

... TOLEAUTO.CXML(0) CALLED FROM: SVE201.PRG=> CONWS (1203) ESTE ES UNA PRTE DEL PROGRAMA FUNCTION CONWS() // osoapclient:=createobject("mssoap.soapclient") // osoapclient:=nil LOCAL oHttp,doc LOCAL cLocation:="http://<hostSVE>svePerfilacionWSN/Sesion?WSDL" LOCAL ...
by elmoiquique
Mon Nov 15, 2010 7:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con WEBSERVICE
Replies: 15
Views: 6589

Re: Web Service - Error

Antonio:

en VBA si hace la conexión sin marcar error.

en fwh en esta linea se sale sin marcar ningun error.

oServidor:= TOleAuto():New("MSSOAP.SoapClient30")


fw10.7, xhb, bcc582, Win732b


Saludos,
Mauricio
by Mauricio
Fri Oct 01, 2010 10:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Web Service - Error
Replies: 6
Views: 1894

Re: Web service

Olá pessoAll Webservice sempre funcionou perfeitamente com as linhas abaixo: ( exemplo no início do post ) oUp := CreateObject("MSSOAP.SoapClient30") oUp:MSSoapInit(alltrim(UPurl)) Mas quando passei para Windows 7 parou de funcionar. Alguem passou por isto ou tem alguma solução ...
by leonardoinacio
Mon Sep 27, 2010 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web service
Replies: 8
Views: 2661

Re: Web service

... (32 bits) Size: 2,167,808 bytes Time from start: 0 hours 0 mins 19 secs Error occurred at: 07/06/2010, 09:34:51 Error description: Error MSSOAP.SoapClient30:LOGON/14 DISP_E_BADPARAMCOUNT: FIELDS Args: Stack Calls =========== Called from: D:\xHarbour\source\rtl\win32ole.prg => TOLEAUTO:FIELDS(0) ...
by clemerson
Mon Jun 07, 2010 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web service
Replies: 8
Views: 2661

Web service

Hi, UPurl:="http://200.207.118.102:8079/axis2/services/RecargasWeb?wsdl" oUp := CreateObject("MSSOAP.SoapClient30") oUp:MSSoapInit(alltrim(UPurl)) tokenVO:=oUp:Logon(COD_ORI,PWD,COD_TER,COD_EST,MAC) ? tokenVO http://www.sysfar.com.br/temp/soap.jpg ...
by clemerson
Thu Jun 03, 2010 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web service
Replies: 8
Views: 2661

Web Service PocketSoap Sample Working !!!

Hi friends, Now that Microsoft abandoned MSSOAP, the best is use PocketSoap instead, this is a working sample (tested on Harbour only) ---cut--- local oEnvelope := Win_OleCreateObject( "PocketSOAP.Envelope.2" ) local oHttp := Win_OleCreateObject( ...
by toninhofwi
Mon Oct 05, 2009 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Service PocketSoap Sample Working !!!
Replies: 4
Views: 1968

Re: Help to access Web Service

I think that I found the problem, I need access a HTTPS...

oSoapClient:msSoapInit( "https://www.nfp.fazenda.sp.gov.br/ws/arquivonf_mod1.asmx?WSDL" )

Anybody know if MSSOAP access HTTPS ???


Thanks and best regards,

Toninho.
by toninhofwi
Tue Sep 29, 2009 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to access Web Service
Replies: 11
Views: 3951

Re: Help to access Web Service

static function Convert(oPo) Local oSoap := Mcs_OleObj("MSSOAP.SoapClient30") Local nRate := nil,nAmount := 0,cTo := 'AUD',cCurr := '',nCurrRate := 0,lCont := TRUE nCurrRate := oPo:rate() if nCurrRate <> 0 if ! MsgNoYes('Changing Rate - ...
by Colin Haig
Tue Sep 29, 2009 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to access Web Service
Replies: 11
Views: 3951

Re: Help to access Web Service

Toninho,

Try using CreateObject():

CreateObject( "MSSOAP.SoapClient30" )
by Antonio Linares
Tue Sep 29, 2009 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to access Web Service
Replies: 11
Views: 3951

Help to access Web Service

... Web Services using fivewin, but I receive an error in OLE creation: ---cut--- local oSoapClient, cBuf oSoapClient := Win_OleCreateObject( "MSSOAP.SoapClient30" ) oSoapClient:msSoapInit( "https://www.nfp.sp.gov.br/ws" ) ---cut--- The manual for WS that I need access is this: ...
by toninhofwi
Mon Sep 28, 2009 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to access Web Service
Replies: 11
Views: 3951
Next

Return to advanced search

cron