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 20:06:24 UTC

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

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


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

Posted by "Guy Rixon (JIRA)" <ax...@ws.apache.org>.
    [ 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


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

Posted by "Guy Rixon (JIRA)" <ax...@ws.apache.org>.
    [ 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org