Wrox Programmer Forums
|
Classic ASP XML Using ASP 3 and XML. See also the XML category for more XML discussions not relating to ASP. NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP XML section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 10th, 2006, 02:27 PM
Registered User
 
Join Date: Jun 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default ASP and XML integration

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






Similar Threads
Thread Thread Starter Forum Replies Last Post
Flash and ASP integration rajasekar_karthik Classic ASP XML 0 July 19th, 2006 07:01 AM
XML integration clovismmbr XML 2 May 11th, 2006 06:46 PM
ASP.NET Integration shimonsim BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 0 October 16th, 2004 09:59 PM
flash & asp/sql integration Adam H-W Flash (all versions) 2 February 18th, 2004 12:49 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.