Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No service - No tip
Message
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00855382
Message ID:
00855426
Views:
16
Thanks for the response Jaime.

>Glenn
>1) Can you browse to the WSDL file from where you are trying to run the Web Service?

Yes I can navigate my browser to the WSDL, and the Webservice is resident on my own computer. I am in a Experiment/development phase of testing.

>2) What listener are you using? If ISAPI, try also ASP to test.

I am using the ISAPI listener, but I also tried the ASP

>3) When running the Generate WS Wizard, in the address for the wsdl, use the real ip address in the http section ( instead of localhost ).

I just tried that technique and changed the domain URI from :
HTTP://GLENNXP-HOME to:
HTTPl//192.168.2.10

I now have a different new error message:
Error: 1429 - OLE IDispatch exception code 0 from http://192.168.2.10/wRescue/action/remotequery.remotequery: 
Error source: WSDLReader..
<detail><mserror:errorInfo xmlns:mserror="http://schemas.microsoft.com/soap-toolkit/faultdetail/error/"><mserror:returnCode> HRESULT=0x80070057</mserror:returnCode><mserror:callStack><mserror:callElement><mserror:description>WSDLReader:XML Parser failed at linenumber 0, lineposition 0, reason is:
The system cannot locate the object specified.
HRESULT=0x1: Incorrect function.
 - WSDLReader:Loading of the WSDL file failed HRESULT=0x80070057: The parameter is incorrect.
  - Server:One of the parameters supplied is invalid. HRESULT=0x80070057: The parameter is incorrect.
</mserror:description></mserror:callElement></mserror:callStack></mserror:errorInfo></detail>
This one got me nuts the first one i published a web service...
>
>HTH
>Jaime
>
>>I am trying to develop a simple webservice on my XP-Pro Soap 3.0 system in VFP8.0 SP1 using the VFP tool pane tools/wizards. I have allowed full control to IUSR/IWAM to the directory containing the DLL/WSDL/DATA.
>>
>>My olepublic class can be instanciated from code and return acceptable results. However when accessing this class thru a web service I get splattered with errors towit.
>>
>>Error: 1429 - OLE IDispatch exception code 0 from Connector: Connector:Connection time out. HRESULT=0x800A1527 - Client:An unanticipated error occurred during the processing of this request. HRESULT=0x800A1527 - Client:Sending the Soap message failed or no recognizable response was received HRESULT=0x800A1527 - Client:Unspecified client error. HRESULT=0x800A1527..
>>Connector:Connection time out. HRESULT=0x800A1527 - Client:An unanticipated error occurred during the processing of this request. HRESULT=0x800A1527 - Client:Sending the Soap message failed or no recognizable response was received HRESULT=0x800A1527 - Client:Unspecified client error. HRESULT=0x800A1527
>>I have not modified my IIS and I do have the Soap toolkit installed. I do not know where to turn on this one. Please help.
>>
>>Thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform