View Single Post
  #4 (permalink)  
Old Aug 10th, 2006, 11:36
spinal007's Avatar
spinal007 spinal007 is offline
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 23
Posts: 1,650
Blog Entries: 1
Thanks: 0
Thanked 4 Times in 4 Posts
Re: how to send xml file through http post or get

that was pseudo-code. the implementation will depend on your platform.

I know you said java but, do you really mean Java OR JavaScript OR JSP?

Here's some usefull docs:
http://www.javareference.com/jrexamp...ple.jsp?id=111
http://www.xml.com/pub/a/2005/02/09/...p-request.html
http://www.jibbering.com/2002/4/httprequest.html

JAVA:
http://www.java2s.com/Code/Java/Serv...ttoSendXML.htm
http://www.java2s.com/Code/Java/Servlets/SendXML.htm
Reply With Quote