The method returns an array of objects. How can get the xml stream to feed
into XMLDocumentLoadXML? I see the xml stream when i use the web service test
page in IIS.
Hello Ian,
You should be able to access serialized array of IRemotePlayer.wmpLibItem
objects. Why would u need to access the xml stream? Am I missing something?
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
> The method returns an array of objects. How can get the xml stream to
> feed into XMLDocumentLoadXML? I see the xml stream when i use the web
[quoted text clipped - 54 lines]
>>> --> need to read the xml returned from this method -->
>>> proxy.listDB(); -------------
Ian Meakin - 01 Feb 2005 20:39 GMT
I can access the array object but i cannot get the items out of the array.
The items fields such as <artist> and <songs> seem to be inaccesaible. I want
to be able to get the values out of the array but do not know what i am doing
wrong? The client does not have access to the class wmpLibItem so how can I
deserialize the object back so i can get the <artist> and <song> values?
> Hello Ian,
> You should be able to access serialized array of IRemotePlayer.wmpLibItem
[quoted text clipped - 65 lines]
> >>> --> need to read the xml returned from this method -->
> >>> proxy.listDB(); -------------
Dilip Krishnan - 01 Feb 2005 20:47 GMT
Hello Ian,
Make your songs an XmlElement and mark them with the XmlAny attribute. Then
you'll get an xml element in your songs variable.
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
> I can access the array object but i cannot get the items out of the
> array. The items fields such as <artist> and <songs> seem to be
[quoted text clipped - 73 lines]
>>>>> --> need to read the xml returned from this method -->
>>>>> proxy.listDB(); -------------