Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error when consuming a web service
Message
From
13/12/2008 09:28:14
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Error when consuming a web service
Environment versions
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01367160
Message ID:
01367160
Views:
93
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
Next
Reply
Map
View

Click here to load this message in the networking platform