Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WS runs in VFP but doesn´t in ASP
Message
From
22/11/2001 02:22:52
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
WS runs in VFP but doesn´t in ASP
Miscellaneous
Thread ID:
00584823
Message ID:
00584823
Views:
80
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
Next
Reply
Map
View

Click here to load this message in the networking platform