Search found 14 matches: soapclient30

Return to advanced search

Re: CreateObject problem

... //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 =========== Called ...
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

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 ? Obrigado
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

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 - Are ...
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

... 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: http://www.nfp.fazenda.sp.gov.br/pdf/webservice.pdf ...
by toninhofwi
Mon Sep 28, 2009 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to access Web Service
Replies: 11
Views: 3951

... object that permits use it to any language capable to use then com technology. An example of the source code: lo_serv=Createobject("mssoap.soapclient30") // Soap object creation lo_serv.mssoapinit("http://www.universalthread.com/WebService/universalthread.asmx?wsdl") // webservice uri // ...
by Elias Torres
Tue Oct 14, 2008 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services
Replies: 10
Views: 7006

... parámetros. Si queréis experimentar aquí tenéis un ejemplo muy simple; ( De los que gustan a Antonio ;-) ) oSoapClient := CreateObject( "MSSOAP.SoapClient30" ) oSoapClient:msSoapInit( "http://www.dataaccess.com/webservicesserver/textcasing.wso?WSDL" ) ? oSoapClient:InvertStringCase( "lower UPPER" ...
by thefull
Fri Sep 05, 2008 9:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWHX y Webservers
Replies: 22
Views: 9367

... "lower UPPER" ) RETURN NIL And this one does not work "at the first statement" *** FUNCTION MAIN() LOCAL oPbx := CREATEOBJECT( "MSSOAP.SoapClient30" ) LOCAL hSession, hUser oPbx:msSoapInit( "http://172.28.2.135/innovaphone/pbx501.wsdl" ) *** oPbx:Location = "http://172.28.2.240/PBX0/user.soap"
by MarcoBoschi
Tue Aug 05, 2008 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Translation from vb.net
Replies: 14
Views: 4750

... object that permits use it to any language capable to use then com technology. An example of the source code: lo_serv=Createobject("mssoap.soapclient30") // Soap object creation lo_serv.mssoapinit("http://www.universalthread.com/WebService/universalthread.asmx?wsdl") // webservice uri // ...
by thefull
Wed May 07, 2008 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services
Replies: 10
Views: 7006

... object that permits use it to any language capable to use then com technology. An example of the source code: lo_serv=Createobject("mssoap.soapclient30") // Soap object creation lo_serv.mssoapinit("http://www.universalthread.com/WebService/universalthread.asmx?wsdl") // webservice uri // ...
by jcleygar
Wed Nov 30, 2005 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services
Replies: 10
Views: 7006

Return to advanced search