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

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"
it generates the following error...
Error Type:
Client (0x80020009)
WSDLReader:Loading of the WSDL file failed HRESULT=0x80070057 - WSDLReader:XML Parser failed at linenumber 0, lineposition 0, reason is: There´s no data availble for the required resource. HRESULT=0x1
/rapozine/web/msdn/1/diversao/testexml.asp, line 7
where line 7 is
oPesq.MSSoapInit "http://myserver/Diversoes.WSDL"

Does anybody has any idea?
Claudio Lassala
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform