Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WS runs in VFP but doesn´t in ASP
Message
De
23/11/2001 01:08:34
 
 
À
22/11/2001 02:22:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00584823
Message ID:
00585056
Vues:
34
Claudio,

>I've created a Web Service with VFP 7... a very simple one, just to make some tests. It works fine if I run it in VFP... but it doesn´t works in ASP... I´m trying the following code (that runs perfectly fine in VFP):
>
>
>  Set oPesq = CREATEOBJECT("MSSOAP.SoapClient")
>  oPesq.MSSoapInit "http://myserver/Diversoes.WSDL"
>
Have you tried:
  Set oPesq = Server.CREATEOBJECT("MSSOAP.SoapClient")
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform