Problem with chunk encoding
José María del Álamo <[email protected]> Tue, 1 Apr 2003 18:44:45 +0200
| Newsgroups | gmane.comp.java.enhydra.ksoap |
|---|---|
| Message-ID | <00f901c2f86e$00317f10$e704048a@CORBA2> |
Ok, the problem finished. It was something about weblogic (I'm using weblogic 6.1 id development mode) because when I change Axis from WL to Apache Tomcat I could receive the messages without problem. The difference between the two messages was: WLServer: The chunking codes always are four numbers. I mean 0204, 0000. ApacheTomcat: The same codes only have the numbers they needed. I mean 204, 0. And why this happen? At the moment it is a great mysterious for me. Maybe someone all over the world know the answer, but maybe this could help to other people with the same problem. In a few messages in some places (KSOAP mail group, Java Moose mail group, ...) there were some messageswhich said something about WL and a problem similar to the one mine. thanks for your help. Chema.