Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with Web service
Message
General information
Forum:
Visual FoxPro
Category:
Web Services
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Miscellaneous
Thread ID:
00954426
Message ID:
00954710
Views:
14
Markm

I would recommend you download a copy of Fiddler and take a look at the HTTP traffic. On your client side make sure you configure your SOAP client like this:
oNet = CREATEOBJECT("MSSOAP.SoapClient30")
oNet.MSSOAPInit(lcWSDLURL)
oNet.ConnectorProperty("ProxyServer")="<CURRENT_USER>"
oNet.ConnectorProperty("ConnectTimeout")=5000
oNet.ConnectorProperty("Timeout")=10000
You can get Fiddler at:
http://www.fiddlertool.com/Fiddler/

Fiddler is an HTTP proxy so you can see what goes over the wire. It'll be really important to see what comes back from the Web Server. I suspect you're getting either an exception or not found failure that results in an HTML response rather than a Web Service XML response. Most likely you can look at that response and see what the problem is.

As John said make sure that hte SOAP Toolkit is installed and configuiraed properly on the server (especially if you're using the ISAPI adapter which must be manually configured because the installer doesn't do it right).


+++ Rick ---



>I styill cannot get my Web service working remotely. Works locally but from a different box.
>
>Here an error I am having when I am testing hte service from Fox Wizard:
>
>Error: 1429 - OLE IDispatch exception code 0 from Client: Client:An unanticipated error occurred during the processing of this request. HRESULT=0x800A13BE - Client:Sending the Soap message failed or no recognizable response was received HRESULT=0x800A13BE - Client:Unspecified client error. HRESULT=0x800A13BE..
>Client:An unanticipated error occurred during the processing of this request. HRESULT=0x800A13BE - Client:Sending the Soap message failed or no recognizable response was received HRESULT=0x800A13BE - Client:Unspecified client error. HRESULT=0x800A13BE
>
>Can somebody, please, please, help?
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Reply
Map
View

Click here to load this message in the networking platform