I believe the web service is written in .Net.
Is it possible for a VFP9 app to call a web service with the below signature?
How can VFP create an array of some type and pass it to the service method? Is this possible?
GetOffers(sortGroups AS ArrayOfOfferSortGroup, categoryGroupDescription AS string, customCategories AS ArrayOfCustomCategory, mailerUID AS string, searchString AS string, searchID AS boolean, searchDescription AS boolean, priceClassDescription AS string) AS ArrayOfGetOfferResult