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.
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.