Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Calling web service from VFP9

$
0
0
Calling web service from VFP9
XML
Calling web service from VFP9
Apr. 15, 2013
06:50 pm
3RG14DA78Show this entire thread in new window
Gratar Image based on email address
From:Jerry Tovar
To:All
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



Viewing all articles
Browse latest Browse all 10393

Trending Articles