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

Re: wsdl and visual foxpro

$
0
0
Re: wsdl and visual foxpro
Web Service Proxy Generator
Re: wsdl and visual foxpro
Feb. 25, 2013
12:47 am
3Q301P8XTShow this entire thread in new window
Gratar Image based on email address
From:john
To:Rick Strahl
Thank you very much for your support, Rick.

Now i use the following commands:

DO saaisproxy

*** Create Proxy Instance & specify .NET version
loProxy = CREATEOBJECT("SAAISProxy","V2")

*** Call your methods and retrieve result
lcResult = loProxy.getsaaisclients(DATETIME(),'2004007026706',01,2013)

*** Check for error message if result is failing
? loProxy.cErrorMsg

?'rez'
?lcResult

There are no errors and lcResult is returned as object.

Now i want to find how to obtain the data contained in this object. Thank you.

Best regards


Viewing all articles
Browse latest Browse all 10393

Trending Articles