You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2007/07/25 04:30:31 UTC

[jira] Created: (CXF-845) OneWay operations agains JAX-WS RI server don't work

OneWay operations agains JAX-WS RI server don't work
----------------------------------------------------

                 Key: CXF-845
                 URL: https://issues.apache.org/jira/browse/CXF-845
             Project: CXF
          Issue Type: Bug
          Components: Soap Binding, Transports
    Affects Versions: 2.0
            Reporter: Daniel Kulp
             Fix For: 2.0.1



The JAX-WS RI uses a 202 Accepted message in "chunked" form to respond to a OneWay message.   According to the WSI BP, that is allowed.   However, CXF seems to think it's a partial response message and tries to parse it as XML, thus throwing an exception.


Response from RI:

HTTP/1.1 202 Accepted 
Server: Apache-Coyote/1.1 
Transfer-Encoding: chunked 
Date: Wed, 25 Jul 2007 02:27:30 GMT 
 
0 




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-845) OneWay operations agains JAX-WS RI server don't work

Posted by "Eoghan Glynn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eoghan Glynn resolved CXF-845.
------------------------------

    Resolution: Fixed

Fixed in commit r559803.

> OneWay operations agains JAX-WS RI server don't work
> ----------------------------------------------------
>
>                 Key: CXF-845
>                 URL: https://issues.apache.org/jira/browse/CXF-845
>             Project: CXF
>          Issue Type: Bug
>          Components: Soap Binding, Transports
>    Affects Versions: 2.0
>            Reporter: Daniel Kulp
>            Assignee: Eoghan Glynn
>             Fix For: 2.0.1
>
>
> The JAX-WS RI uses a 202 Accepted message in "chunked" form to respond to a OneWay message.   According to the WSI BP, that is allowed.   However, CXF seems to think it's a partial response message and tries to parse it as XML, thus throwing an exception.
> Response from RI:
> HTTP/1.1 202 Accepted 
> Server: Apache-Coyote/1.1 
> Transfer-Encoding: chunked 
> Date: Wed, 25 Jul 2007 02:27:30 GMT 
>  
> 0 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CXF-845) OneWay operations agains JAX-WS RI server don't work

Posted by "Eoghan Glynn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eoghan Glynn reassigned CXF-845:
--------------------------------

    Assignee: Eoghan Glynn

> OneWay operations agains JAX-WS RI server don't work
> ----------------------------------------------------
>
>                 Key: CXF-845
>                 URL: https://issues.apache.org/jira/browse/CXF-845
>             Project: CXF
>          Issue Type: Bug
>          Components: Soap Binding, Transports
>    Affects Versions: 2.0
>            Reporter: Daniel Kulp
>            Assignee: Eoghan Glynn
>             Fix For: 2.0.1
>
>
> The JAX-WS RI uses a 202 Accepted message in "chunked" form to respond to a OneWay message.   According to the WSI BP, that is allowed.   However, CXF seems to think it's a partial response message and tries to parse it as XML, thus throwing an exception.
> Response from RI:
> HTTP/1.1 202 Accepted 
> Server: Apache-Coyote/1.1 
> Transfer-Encoding: chunked 
> Date: Wed, 25 Jul 2007 02:27:30 GMT 
>  
> 0 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.