Shilohcity
Technical User
Hi there
I should start by saying I am fairly new to Java and am kind of bumbling my way through the following.
I have some code which makes a POST request to a website and receives an XML response back. This is working fien and I end up with an InputStream object that contains the response with HTTP Headers from the web server. This is where my problems begin. I have tried parsing the response using SAX, DOM and a PullParser I found. I can't seem to get things to work. I think the problem is the HTTP headers but I'm not sure. Now I am having a bit of a problem extracting the HTTP headers and Im not sure if Im on the right track even....
If anybody has any suggestions or useful links these would be much appreciated.
All help is gratefully received.
Cheers
Justin. X-) "Creativity is the ability to introduce order into the randomness of nature." Eric Hoffer
Visit me at
I should start by saying I am fairly new to Java and am kind of bumbling my way through the following.
I have some code which makes a POST request to a website and receives an XML response back. This is working fien and I end up with an InputStream object that contains the response with HTTP Headers from the web server. This is where my problems begin. I have tried parsing the response using SAX, DOM and a PullParser I found. I can't seem to get things to work. I think the problem is the HTTP headers but I'm not sure. Now I am having a bit of a problem extracting the HTTP headers and Im not sure if Im on the right track even....
If anybody has any suggestions or useful links these would be much appreciated.
All help is gratefully received.
Cheers
Justin. X-) "Creativity is the ability to introduce order into the randomness of nature." Eric Hoffer
Visit me at