XML and ASP

  • 14 years ago

     Apologies if I've posted this in the wrong forum. I have an ASP application which sends variables to another server which generates a response in XML. Here is an example:

      <?xml version="1.0" encoding="utf-8" ?>
    - <SendReturn xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gateway.mobilemessagecentre.com/gw">
      <code>0</code>
      <text>Messages submitted for sending.</text>
      <blockid>{AB66726E-D4CC-4739-A233-43F0218A1CB1}</blockid>
      <debug />
      </SendReturn>
     
    I'm stuck as to how I pull this result back to the original application and process it accordingly.
     
    I appreciate any advice as I'm close to pulling my hair out over this one and Google has failed me so far. If anyone has any sites which they can suggest, again I would be grateful.
     
    Cheers

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“My definition of an expert in any field is a person who knows enough about what's really going on to be scared.” - P. J. Plauger