Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XML
|
XML General XML discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the 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 December 2nd, 2003, 04:43 AM
Authorized User
 
Join Date: Jun 2003
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Default posting to a URL?

Hi All,

I have been left a set of instructions.

One of them is to post an XML string to an address:

http://devdismsgrtr:12780/router.aspx

I have my XML string, but how do I 'Post' it? I'm using ASP.

THanks
Bill



 
Old December 2nd, 2003, 05:36 AM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

Download the msxml 4 core services sdk from msdn.com. Install this on development machine and look in the docs for serverHttpXml class, there are plenty of examples of doing what you want. You will need to install just the dll's on the server if this is a separate machine. You can either use the above download and uncheck the help file whilst installing or there is a redistributable with just the parser etc.
You can send xml as an xml document or as a string.

Joe (MVP - xml)





Similar Threads
Thread Thread Starter Forum Replies Last Post
URL Redirect based on given URL somnath.kartic VS.NET 2002/2003 1 August 2nd, 2012 08:21 AM
URL rewriting with URL forwarding mtabyana BOOK: Professional Search Engine Optimization with PHP: A Dev's Guide to SEO ISBN: 978-0-470-10092-9 0 October 22nd, 2007 08:22 AM
Posting an XML file to an URL from C virajithasarma XML 0 October 7th, 2005 01:47 AM
extract URL from Favorites (.URL Files) PhilHawks VB.NET 2002/2003 Basics 2 November 2nd, 2004 04:35 AM
Hashing of URL while posting web pages debsoft General .NET 1 April 22nd, 2004 09:20 AM





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