Expand my Community achievements bar.

tinybloke
tinybloke
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Thanks for the responseI do have an event handler. Since the original post I havemade the following progress.If I alter the return type to e4x and create a localnamespace like thisprivate namespace utx = "http://www.xxxxxx.net/";use namespace utx;I can access the data as an XMLListCollection in the ...

    Type

    Discussions

    Views

    664

    Likes

    0

    Replies

    0
  • Apologies...first post and it went out half-cockedHere is the full postI have a .NET webservice that returns an XMLDocument[WebMethod]public XmlDocument PriceGet(){string sDoc = "<testXML><User FName='Bingo'SName='Little' /></testXML>";XmlDocument oDoc = new XmlDocument();oDoc.LoadXml(sDoc);return o...

    Type

    Discussions

    Views

    664

    Likes

    0

    Replies

    0
  • I have a .NET webservice that returns an XMLDocument[WebMethod]public XmlDocument PriceGet(){ string sDoc = "<testXML><User FName='Bingo'SName='Little' /></testXML>"; XmlDocument oDoc = new XmlDocument(); oDoc.LoadXml(sDoc); return oDoc;}I have created the following WebService in Flex Builder<mx:Web...

    Type

    Discussions

    Views

    948

    Likes

    0

    Replies

    3
Top badges earned by tinybloke
Customize the badges you want to showcase on your profile