[
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.