Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error when consuming a web service
Message
De
13/12/2008 09:28:14
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Titre:
Error when consuming a web service
Versions des environnements
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01367160
Message ID:
01367160
Vues:
95
Hi all,

Some guys have developed a web service call that was working in foxpro. Last week, the application where the web service call was deployed was updated, and everything in the server had to be formatted and reinstalled. Now, when trying to consume the same web service, I'm getting the following error in line 22:
"OLE IDispatch exception code 0 from WSDLReader: WSDLReader:Loading of the WSDL file failed HRESULT=0x8007007E: Impossível localizar o módulo especificado. (impossible to localize the specified module)
- Client:An unanticipated error occurred during the processing of this request. HRESULT=0x8007007E"

line 22 is: oProxy.MSSoapInit("http://sp-s3g.iclp.com.au/ws/egapi/v1-0/egapi.cfc?wsdl","","","")

MSSOAP file is in: C:\Program Files\Common Files\MSSoap\Binaries\MSSOAP30.dll

The code I'm using is:
LOCAL oProxy
oProxy = CREATEOBJECT("MSSOAP.SOAPClient30")
oProxy.MSSoapInit("http://sp-s3g.iclp.com.au/ws/egapi/v1-0/egapi.cfc?wsdl","","","")
lcXML = oProxy.getmemberpointsavailable("user","pwd","1245780")
Messagebox(lcXML(1).Item(1).Text)
Messagebox(lcXML(2).Item(1).Text)
Messagebox(lcXML(3).Item(1).Text)

Could you please help me????

Thanks in advance and all the best,
BS
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform