|
hi, my limited experience with SOAPHTTPConnection would suggest it is HTTPUtils and problem is in broken response from server that is not HTTP (for exampel SSL?) or is oen line off (broken content length) as it seems status line is empty ("" == "") throw new SOAPException(Constants.FAULT_CODE_CLIENT,
"Error parsing HTTP status line \"" + StringUtils.getStringISO8859_1(linebuf, 0, count, cbuf) + "\": " + e, e);
http://cvs.apache.org/viewcvs.cgi/ws-soap/java/src/org/apache/soap/util/net/HTTPUtils.java?rev=1.46&view=markup via post in called by send in http://cvs.apache.org/viewcvs.cgi/*checkout*/ws-soap/java/src/org/apache/soap/transport/http/SOAPHTTPConnection.java i would run all uner TCPMon to see what happens on the wire and/or put more logging/debugging to see exactly which statement throws exception (i guess it is "versionString = StringUtils.getStringISO8859_1(linebuf, 0, versionEnd, cbuf);" but who knows ...). HTH, alek Francis, Chris wrote:
-- The best way to predict the future is to invent it - Alan Kay |
Title: RE: NoSuchElementException - Error parsing HTTP status line""
- NoSuchElementException - Error parsing HTTP status ... Ching, Vivian M, ALABS
- RE: NoSuchElementException - Error parsing HTT... Francis, Chris
- RE: NoSuchElementException - Error parsing... Aleksander Slominski
- RE: NoSuchElementException - Error parsing HTT... Ching, Vivian M, ALABS
