Hi Jorge,
Thanks for your reply. I have been working at both ends of this problem, but I haven't been able to get them to meet.
I have a working model for parsing the XML in asp.net. My problem is that I can't actually get the update_packet xml to the aspx page. I understand how to post the update_packet, using the parameters of the XmlConnector, but I don't know how to, a) recieve the xml, or b) load it for use in the aspx page.
I assumed that it would be a fairly common task, but my research, both in Flash and ASP.Net haven't turned up solutions. I've been using code like;
Dim xmlRead As XmlTextReader = New XmlTextReader (Request.Input)
and
Dim xmlRead As XmlTextReader = New XmlTextReader (Request.InputStream)
but don't seem to be recieving.
Again, if you have anymore input or direction on this problem, I would be greatful.
- J