I would recommend that you keep it constant / fixed, as a part of protocol between XML posting application and receiving application.
This is similar to form bean attribute names and HTML form element names relationship. else you need to enumerate thru all the parameter names and figure out which name would be giving you posted XML data, and that may be time consuming. -----Original Message----- From: Viral_Thakkar [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 3:51 PM To: Struts Users Mailing List Subject: RE: [OT] reading xml in my jsp So I should be aware of the request parameter name if external server is posting the xml file to my web application. -----Original Message----- From: Kailash Vasani [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 3:52 PM To: 'Struts Users Mailing List' Subject: RE: [OT] reading xml in my jsp Hi, If the external server is going to POST the xml file to application (web application), then that would be normal string that may be extracted using as u would normally extract request parameters. If this is file upload case (external server uploading file to application using HTTP upload), then you should follow various file upload threads in this forum, I've some good samples for the same here. -----Original Message----- From: Viral_Thakkar [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 3:38 PM To: Struts Users Mailing List Subject: [OT] reading xml in my jsp Hi All, How to read report file (.xml) generated by another server in my application JSP/Servlet? An external server will generate a .xml file and will send to the specified address of my application. Regards, Viral --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] "Quinnox is an Award Winning IT services organisation, accredited to CMM Level 5. We are successfully delivering Application Development, Integration, Support and Testing services to clients in the Finance, Manufacturing, Retail and Telecom sectors. Particular focus areas include e-Business and ERP (notably SAP) solutions." --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] "Quinnox is an Award Winning IT services organisation, accredited to CMM Level 5. We are successfully delivering Application Development, Integration, Support and Testing services to clients in the Finance, Manufacturing, Retail and Telecom sectors. Particular focus areas include e-Business and ERP (notably SAP) solutions." --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]