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

Click here to load this message in the networking platform