-
XMLHTTP with JSP/Servlets
How do you handle a request from XMLHTTP with JSP or Servlet?
That is xmlhttp (IE 5 DOM) sends a XML doc as a post to the server and can
receive XML doc response. I can send and receive on the IE side fine.
If it was ASP, you could then put the whole request object straight into
a DOMDocument with something like
xmldoc.load(Request).
How would you do this in JSP or Servlet?
Steve
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks