Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 7 question on accessing a web service
Message
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00807217
Message ID:
00807258
Views:
11
Just call the Web Service with an XML string as parameter. Inside your web service, use the LoadXML method of your xml object to load the string.
Jaime

>Suppose I have a web service in VFP 7. The web service will need to receive a variable list of parameters from the client piece. For example, the client piece may have a filter screen where a user can select a variety of options [one or more reason codes, one or more status codes, dates, amounts, accounts, etc.]
>
>An XML File would be perfect for this [because each filter category might be a data table, with a variable number of rows in each data table]. But here's my question...
>
>If I instantiate a web service in the client piece, can an XML file [prepared at the local end] be sent as a parameter to a web service function in VFP7? I did this in .NET, where I could send a dataset as a parameter, but wasn't sure if an XML file could be sent as a parameter in VFP.
>
>Thanks,
>Kevin
Why do programs stop working correctly as soon as you leave the Fox?
Previous
Reply
Map
View

Click here to load this message in the networking platform