Sorry for two posts. Here is some additional information. The transmission works on the server through 127.0.0.1 but fails over the network. Server is Windows 2003 Server, Client is Windows XP. JRE on the client is 1.6 although we compiled for 1.5.
-----Original Message----- From: Ken Richard [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 03, 2007 11:43 AM To: [email protected] Subject: Transmission of XML with HttpClient 3-1 Hello. I have been using httpclient for a long time without any issues. Recently, one of our installations has a problem where the XML coming back from the server has a character being replaced with a \0. We ran a WireShark trace and the data is correct, but the wire trace from httpclient shows the null. The server for this transaction is Jetty. We are using the latest 3.1 jar file. Here is an excerpt from my log. Note the /FIEL[0x0] on the last line. Has anyone seen this before? Do you have any recommendations? 10/3/07 8:24 AM,main,DEBUG,org.apache.commons.httpclient.HttpParser enter HttpParser.readLine(InputStream, String) 10/3/07 8:24 AM,main,DEBUG,org.apache.commons.httpclient.HttpParser enter HttpParser.readRawLine() 10/3/07 8:24 AM,main,DEBUG,httpclient.wire.header << "[\r][\n]" 10/3/07 8:24 AM,main,DEBUG,org.apache.commons.httpclient.HttpConnection enter HttpConnection.getResponseInputStream() 10/3/07 8:24 AM,main,DEBUG,httpclient.wire.content << "<DBOBJECTTRANSFER>[\r][\n]" 10/3/07 8:24 AM,main,DEBUG,httpclient.wire.content << "<DBOBJECTSET classid="Teacher">[\r][\n]" 10/3/07 8:24 AM,main,DEBUG,httpclient.wire.content << "<DBOBJECT type="com.aeseducation.model.Teacher"><FIELD name="Title">Mr</FIELD><FIELD name="Password">9abd3d9b983e99aa1fd94837498b0bea</FIELD><FIELD name="IsGuest">false</FIELD><FIELD name="HomeAddress">q</FIELD><FIELD name="HomeCity">q</FIELD><FIELD name="HomeState">CA</FIEL[0x0]><FIELD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
