Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameters - how do I pass them to XML ?????
Message
From
09/03/2004 19:32:07
 
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00884646
Message ID:
00884652
Views:
18
This message has been marked as the solution to the initial question of the thread.
>I am just trying to get to grips with the basics of creating Web Servers that use SOAP and XML. I have been following the examples that come in VFP 8, but I now want to pass a few parameters to my web service - I cannot find any examples of how to do this! I am sure it must be covered somewhere, but if I have stumbled accross it without recognising it then it must very complex.

This is an example on how to accept parameters to a Web Service method:
Public Function GetMessage(ByVal tdDate As Date, ByVal tnForum As Integer) As String
   * Do something
   Return "My XML string"
End Function
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform