Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error when consuming a web service
Message
De
13/12/2008 14:17:13
 
 
À
13/12/2008 09:28:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Versions des environnements
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01367160
Message ID:
01367195
Vues:
17
>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

Looks like a problem at their end - not yours. Try accessing the wsdl URL using a browser - if that doesn't work (and it appears not to) then MSSOAP hasn't got a chance either.....
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform