dispatch_provider sample in the lastest build does not work anymore
-------------------------------------------------------------------
Key: CXF-713
URL: https://issues.apache.org/jira/browse/CXF-713
Project: CXF
Issue Type: Bug
Components: JAX-WS Runtime
Reporter: Jervis Liu
Assignee: Jervis Liu
The last request doesnt return any data from server:
client:
[java] file:/D:/cxf0606/cxf-2.0-incubator-SNAPSHOT/samples/dispatch_provide
r/wsdl/hello_world.wsdl
[java] Invoking server through Dispatch interface using SOAPMessage
[java] Response from server:
[java]
[java] Hi Gil
[java]
[java]
[java] Invoking server through Dispatch interface using DOMSource in MESSAG
E Mode
[java] Response from server:
[java]
[java]
[java] Hi Scott
[java]
[java]
[java]
[java] Invoking server through Dispatch interface using DOMSource in PAYLOA
D Mode
[java] Response from server:
[java]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.