[ http://issues.apache.org/jira/browse/AXIS-2556?page=comments#action_12432601 ] Guy Rixon commented on AXIS-2556: ---------------------------------
I did some more tests. The request message trapped in TCPmon start with <?xml version="1.0" encoding="UTF-8"?>. The message, including that XML prologue, is 3845 bytes long, but the content-length header is set to 3807. The difference is the length of <?xml version="1.0" encoding="UTF-8"?>. > SOAP requests are truncated > --------------------------- > > Key: AXIS-2556 > URL: http://issues.apache.org/jira/browse/AXIS-2556 > Project: Apache Axis > Issue Type: Bug > Affects Versions: 1.4 > Reporter: Guy Rixon > > I have a doc/literal service with a handler that checks digital signatures on > requests; this is declared in the service part of the WSDD. The client uses > stubs made using Axis' WSDL2Java, and has a handler for signing requests. The > requests messages are getting truncated some time between being signed (I > print out the XML in the client after signing and it's fine) and the > signatures getting checked in the service (I print out the XML before doing > the signature checks and it's broken). The truncatation is midway through a > tag towards the end of the request. The request is a few KB long including > the WS-Security header. If I turn off the signing in the client, then the > message is not truncated. > Is there any chance that the HTTP code is losing the end of long messages? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]