Sample Service - Try it out!

We've set up a Sample Web Service that returns and allows passing a variety of different data types to. This service is a nice playground you can experiment with using very simple code to access common functionality outside of your possibly complex application.

The service is available at:

https://west-wind.com/wconnect/SoapTestService.asmx

You can use the above URL in the Web Service Proxy Generator Wizard to create the service yourself or you can use the pre-generated version in the Generated folder and the Sample to run the various examples:

  • Generated Proxy: Generated\SoapTestServiceProxy.prg
  • Sample Application: DO SoapTestServiceTests.prg

The service contains a number of different tests that retrieve various types of data:

  • Return Object
  • Return Array
  • Return DataSet
  • Return Simple Values
  • Pass Simple Values
  • Pass Object
  • Pass Array
  • Access Non-FoxPro accessible DataTypes with Intrinsic methods

© West Wind Technologies, 2004-2020 • Updated: 12/04/20
Comment or report problem with topic