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

Re: Calling web service from VFP9

$
0
0
Re: Calling web service from VFP9
XML
Re: Calling web service from VFP9
Apr. 16, 2013
06:46 am
3RH0EIFMAShow this entire thread in new window
Gratar Image based on email address
From:Marty Cantwell
To:Jerry Tovar
Hey Jerry,

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!

http://west-wind.com/wsdlgenerator/

Marty



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