You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Guy Rixon (JIRA)" <ax...@ws.apache.org> on 2006/09/01 22:53:22 UTC

[jira] Commented: (AXIS-2556) SOAP requests are truncated

    [ http://issues.apache.org/jira/browse/AXIS-2556?page=comments#action_12432239 ] 
            
Guy Rixon commented on AXIS-2556:
---------------------------------

I did some tests with tcpmon. The requests are intact in the monitor - i.e. after HTTP transmission - so I'm sure that the truncation is happening in the server.

> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org