How do one pass XML data as a single stream via HTTP??
I am having problems with Parsing and Executing the Handlers. Encoding a
String Object using URLEncoder.encode() and using URLConnection 
Object to Post this stream. The Parser does't like the first line itself. 

Sometimes, the xml file is parsed and nothing happens to the handlers. Means
none of the stored procedures are executed. Looks like only first two lines
of the XML file is parsed. 
Any thoughts!! Encoding,passing xml streams through Tomcat and Servlets??

Thanks

Reply via email to