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 12:19:50
 
 
To
22/11/2001 02:22:52
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00584823
Message ID:
00585166
Views:
28
This message has been marked as the solution to the initial question of the thread.
>
>  Set oPesq = CREATEOBJECT("MSSOAP.SoapClient")
>  oPesq.MSSoapInit "http://myserver/Diversoes.WSDL"
>
What if you do this:
Set oPesq = CREATEOBJECT("MSSOAP.SoapClient")
oPesq.ClientProperty("ServerHTTPRequest") = True
oPesq.MSSoapInit "http://myserver/Diversoes.WSDL"
Any luck with that?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform