Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting up a webervice dll on Server 2003
Message
De
29/06/2006 05:10:22
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Titre:
Setting up a webervice dll on Server 2003
Divers
Thread ID:
01132648
Message ID:
01132648
Vues:
66
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform