Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ArrayOf_xsd_anyType that contains TObjects coming from web service

Status
Not open for further replies.

sperepel

Vendor
Nov 9, 2011
2
US
Hi everybody,

I have a problem in Delphi XE2. My web service returns ArrayOf_xsd_anyType which is array of Variant. And WSDL created a class to use with the items from the array. The problem I'm having is that I don't know how to convert varOleStr variant that array contains into the object of the given class.

Any help would be appreciated.
 
The object if of type that is derived from TRemotable if it help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top