Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing from a browser?
Message
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00899898
Message ID:
00900160
Views:
13
This message has been marked as a message which has helped to the initial question of the thread.
Hi!

This is a classic ASP web page example:

<%
dim oMSSoapCLient,lcRetVal
SET oMSSoapCLient=CreateObject("MSSOAP.SoapClient")
oMSSoapCLient.ClientProperty("ServerHTTPRequest")=True
oMSSoapCLient.mssoapinit "HTTP://www.yoursite.com/ws/ws.wsdl"
lcRetVal=oMSSoapCLient.gettable()
Response.Write(lcRetVal)
set oMSSoapCLient=Nothing
%>

I think you understand the main idea how to call web service at the your web page...

>Hi all,
>
>I've was able to create and run the sample XML Web Service as defined in the VFP8 Help. Can I call the WebService directly from a browser (ex. IE)?
Previous
Reply
Map
View

Click here to load this message in the networking platform