Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-RC
-
None
Description
invoking HTTPS demo server with insecure mode (ant insecure.client) gives following output message:
insecure.client:
[java] file:/local/cxf/trunk/distribution/target/apache-cxf-2.0-incubator-SNAPSHOT/samples/hello_world_https/wsdl/hello_world.wsdl
[java] Credentials from InsecureClient.cxf will be used for the invocation.
[java] Invoking greetMe...
[java] Invocation failed with the following: org.apache.cxf.interceptor.Fault: Could not send Message.
Should we change the output message to be more explicit that the failure was expected under insecure invocation mode?