Wrox Programmer Forums
|
RSS and Atom Ask questions, get answers, discuss creating RSS and Atom feeds or programming apps or sites that create or consume RSS/Atom. Please leave any RSS/Atom politics out of this forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the RSS and Atom 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 March 30th, 2005, 12:40 AM
Registered User
 
Join Date: Dec 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default xmlhttp help

i need a code to send an xml file from asp..and receive the same file in jsp...this is possible using xml dom's xmlhttp .....so can anyone help me an give the codes....


jay

jay
 
Old March 30th, 2005, 06:11 AM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

If you're using classic asp then you can use the serverXmlHtttp class.

http://msdn.microsoft.com/library/de...asp?frame=true

Plenty of examples there.

As to receiving the request that depends on what Java Xml library you are using but basically you need to load the request's input stream into a DomDocument. Try some of the Java sites once you've picked a suitable processor.

There are examples of receiving xml in ASP under the link above, it's very similar using Servlets/JSP.

--

Joe (Microsoft MVP - XML)
 
Old April 8th, 2005, 04:13 PM
Registered User
 
Join Date: Dec 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi joefawcett ..
                thaks 4 that.i checked the links..its good but i know that im not getting a result can u rovide me a samle code..it would be greatly usefull.thank u
jay





Similar Threads
Thread Thread Starter Forum Replies Last Post
xmlhttp matteoallorg RSS and Atom 0 July 12th, 2005 12:37 PM
XMLHTTP ffbalota Classic ASP XML 7 October 7th, 2003 05:11 PM
XMLHTTP ffbalota ASP.NET 1.0 and 1.1 Professional 1 August 16th, 2003 01:29 PM
XMLHTTP ffbalota Classic ASP Professional 0 June 25th, 2003 02:44 PM





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