Is there a WSDL for this Web service? If so, I recommend using the West Wind Web Service Proxy Generator to call the service. Rick has a great product here that really makes it pretty easy to call Web Services with VFP9. I've used it with excellent results!
I have a VFP9 application that I am supporting. There is a need to have this VFP app call a third party web service to get inventory information real time.
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