java first service broken if Style.DOCUMENT used, parameter is null, using
embedded jetty. Style.RPC works
----------------------------------------------------------------------------------------------------------
Key: CXF-1881
URL: https://issues.apache.org/jira/browse/CXF-1881
Project: CXF
Issue Type: Bug
Components: JAX-WS Runtime
Affects Versions: 2.1.2
Environment: Using Ebmedded Jetty in CXF 2.1.2.
Reporter: Scott Clasen
Attachments: TestDocImpl.java, TestDocService.java, TestRequest.java,
TestResponse.java, TestRpcImpl.java, TestRpcService.java
Attempting to create a Java first JAX-WS service. When Style.DOCUMENT is used,
the parameter passed to the service invocation is always null, When Style.RPC
is used, everything works as expected.
Attaching implementations, configuration, unit test that show the behavior
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.