Changeset 559
- Timestamp:
- 11/09/09 11:01:54 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/blackberry/branches/1.5/blackberry/src/org/ksoap/transport/HttpTransport.java
r339 r559 368 368 } 369 369 370 line = new String(bStrm.toByteArray(), "UTF-8"); 370 line = new String(bStrm.toByteArray(), "UTF-8"); 371 371 serverResponse.append( line ); 372 372 bo.write( line.getBytes() ); … … 439 439 boolean coverNoteStarted = false; 440 440 while ((line = br.readLine()) != null) 441 { 441 { 442 442 if (soapAction == "getMessageRequest" && (responseCodeString.startsWith( "2" ) || responseCodeString.startsWith( "3" ))) 443 443 {








