Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting up a webervice dll on Server 2003
Message
From
29/06/2006 05:10:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Setting up a webervice dll on Server 2003
Miscellaneous
Thread ID:
01132648
Message ID:
01132648
Views:
65
Hi,

We have made a foxpro dll webservice.
This runs fine when I deploy it on my local machine (XP) as a webservice with Com+
However, on our and most of our customers server, Windows Server 2003 is running.

The Init goes fine, but when a method is called, we get a 0x800A13BE error
(Sending the soap message failed or no recognizable answer was received)
We've tried everything we could think of, including numerous threads from people experiencing the same problem (alas, no answers, only the same problems are stated)

The WSDL file IS viewable when looked up thru Internet Explorer.

Any suggestion would be helpfull.
   x = CREATEOBJECT("MSSOAP.SoapClient30")
   x.ClientProperty("ServerHTTPRequest") = .t.

   x.MSSoapInit("http://ipaddress/RemoteQuery/RemoteQuery.WSDL")

   ? x.ShowVersion()     &&& This fails

   x = null
Thanks

Guillaume
Next
Reply
Map
View

Click here to load this message in the networking platform