You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Se-yong, Um" <ar...@hanbbs.net> on 2001/06/19 04:14:08 UTC

Response is cut !

I wrote one message service for multi-part/related mime request.
The message service just print(System.out.print) request-message, and always respond "I received your message!" message.

I request a mime with root-part as SOAP message and followed-body-part as another xml message.

An expected response message is :

HTTP/1.0 200 OK
Date: Tue, 19 Jun 2001 02:01:08 GMT
Status: 200
.... and more headers related HTTP ....

I received your message!
Connection closed by foreign host.


But real response message is :

HTTP/1.0 200 OK
Connection closed by foreign host.


Or :
HTTP/1.0 200 OK
Date: Tue, 19 Jun 2001 01:48:51 GMT
Connection closed by foreign host.


Or just :
Connection closed by foreign host.


SOAP and other xml message of request-mime-message printed correctly and there is no exception on tomcat-console.

Does someone already have a experience of this?
Is this a bug of messagerouter? or my service?

--
Se-yong, Um
Republic of Korea