RE: Form Data

2005-12-17 Thread Muhammad Owais Ansari
in RequestParameter collection/hash. If this is true there must be a way through which the tomcat allows this type of information which is posted on to the input stream, hope this might help gurus to get to the exact solution. Regards, M. Owais _ From: Muhammad Owais Ansari

Form Data

2005-12-16 Thread Muhammad Owais Ansari
Hi, All I am unable to get the posted xml data from a dotnet application (sending code attached) using the ServletInputStream (code attached). While if I tried to get the same posted data/XML in cgi pearl (code attached) and asp.net thought the inputstream it picks the data/XML as form data,

Unable to get the Posted XML Data

2005-12-16 Thread Muhammad Owais Ansari
Hi, All I am unable to get the posted xml data from a dotnet application using the following code in my jsp/servlet. While if I tried to get the same posted data in cgi pearl and asp.net thought the stream it picks the data, The application sending the xml data is not under my control hence c