Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." 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 Basics 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 January 16th, 2007, 12:40 PM
Authorized User
 
Join Date: Sep 2004
Posts: 62
Thanks: 0
Thanked 1 Time in 1 Post
Default Issues With The REQUEST object, - NO SPACES!

Have a problem posting an XML document to a client whom is using classic ASP to receive it and Microsoft.DomDocument to parse it.

When the Request("xml") is called, the xml document that arrives is all there - except EVERY single space in the document has been truncated. Looks like this: <?xmlversion="1.0"encoding="UTF-8"?> etc... Even the spaces between the nodes are truncated like <address>1221MainStreet</address>

Now when I URLEncode the post going out from the web sservice it works fine, however I cant do that (except for testing) because it will disrupt all the others I have in place. So WHY does ASP do this simply when grabbing a request object, and how can this be avoided?






Similar Threads
Thread Thread Starter Forum Replies Last Post
Request Object g2000 ASP.NET 1.0 and 1.1 Basics 1 October 21st, 2005 02:01 PM
Request Object kagitas .NET Web Services 1 October 2nd, 2004 10:26 PM
the request object Toran Classic ASP Basics 0 June 27th, 2003 01:06 PM





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