HI list; Im using httpClient-2.0. I trying to post an xml data, parse xml to assemble the post data to be posted to several sequence of jsp page. I got all the response body for the all the page except the last one. I set logging to debug. On each page i got warning. What's causing this and why cant i get the last html page. the log below should print the last html page.
19:48:46,585 INFO [STDOUT] <?xml version="1.0" encoding="UTF-8"?><ereg bId="123456" uId="joseph"><form><lastName>Mercado</lastName><firstName>Joseph</firstName><middleName>G</middleName><birthDate>11-18-1978</birthDate><registrationType>individual</registrationType></form><form><agree>YES</agree></form><form><sex>M</sex><professionalType1> ACCOUNTANT & AUDITOR</professionalType1><citizenship>FIL</citizenship><businessSubStreet>2158 -A</businessSubStreet><busunessStreet>Mindanao Avenue</busunessStreet><businessBarangay>501</businessBarangay><businessDistrict>Sta. Mesa</businessDistrict><businessCity>Metro Manila</businessCity><businessTelephone>8122124</businessTelephone><contactLastName>Puno</contactLastName><contactFirstName>Rico</contactFirstName><contactMiddleInitial>Jay</contactMiddleInitial><contactPersonTelephone>8765432</contactPersonTelephone><action>BIRpage2</action></form><form><taxType1>IT</taxType1><taxType23>RF</taxType23><action>BIRpage3</action></form><form><civilStatus>MA</civilStatus><spouseLastName>Mercado</spouseLastName><spouseFirstName>Ma. Andrelita</spouseFirstName><spouseMiddleName>Cajobe</spouseMiddleName><spouseTin>213122312</spouseTin><spouseEmployerName>MDI</spouseEmployerName><noOfDependentChildren>1</noOfDependentChildren><dependentChildLastName1>Mercado</dependentChildLastName1><dependentChildFirstName1>Andre</dependentChildFirstName1><dependentChildMiddleName1>C</dependentChildMiddleName1><dependentChildIncapacitatedFlag1>D1</dependentChildIncapacitatedFlag1><additionalClaims>HC</additionalClaims><action>BIRpage4</action></form><form><multipleEmploymentType1>SE</multipleEmploymentType1><previousEmployerTIN1>123456789</previousEmployerTIN1><previousEmployerName1>BPI</previousEmployerName1><currentEmployerTIN>123456789</currentEmployerTIN><currentRDO>051</currentRDO><currentEmployerName>MDi</currentEmployerName><currentEmployerAddress>6F Peninsula Court Paseo Makati</currentEmployerAddress><currentEmployerZipCode>1200</currentEmployerZipCode><currentEmployerTelephone>8122124</currentEmployerTelephone><action>BIRpage5</action></form><form><rdoCodeName>042 - SAN JUAN</rdoCodeName><sssNumber>21321313122</sssNumber><action>confirm</action></form><form><action>finished</action></form></ereg> 19:48:46,625 WARN [HttpMethodBase] Response content length is not known 19:48:46,625 INFO [STDOUT] http://203.215.79.212/reg-dir/validateLogin.do 19:48:46,675 INFO [STDOUT] http://203.215.79.212/reg-dir/BIRpage1.do 19:48:59,804 WARN [HttpMethodBase] Response content length is not known 19:48:59,804 INFO [STDOUT] http://203.215.79.212/reg-dir/BIRpage2.do 19:48:59,854 WARN [HttpMethodBase] Response content length is not known 19:48:59,854 INFO [STDOUT] http://203.215.79.212/reg-dir/BIRpage3.do 19:49:21,925 WARN [HttpMethodBase] Response content length is not known 19:49:21,935 INFO [STDOUT] http://203.215.79.212/reg-dir/BIRpage4.do 19:49:21,965 WARN [HttpMethodBase] Response content length is not known 19:49:21,965 INFO [STDOUT] http://203.215.79.212/reg-dir/BIRpage5.do 19:50:14,721 WARN [HttpMethodBase] Response content length is not known 19:50:14,721 INFO [STDOUT] http://203.215.79.212/reg-dir/confirm.do 19:50:22,112 WARN [HttpMethodBase] Response content length is not known 19:50:22,112 INFO [STDOUT] http://203.215.79.212/reg-dir/submitApplication.do 19:50:22,132 WARN [HttpMethodBase] Response content length is not known __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]