hello_world sample (Running demo with HTTP Get section) doesn't work
--------------------------------------------------------------------
Key: CXF-584
URL: https://issues.apache.org/jira/browse/CXF-584
Project: CXF
Issue Type: Sub-task
Affects Versions: 2.0-RC
Environment: windows xp
Reporter: Jeff Yu
Fix For: 2.0-RC
After you run "ant client.get" command, you will get following response.
--------------------------------------------------------------------------------------------------------------
client.get:
[java] Invoking server through HTTP GET to invoke sayHi
[java] **** Response ******
[java] <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/
"><soap:Body><ns2:sayHiResponse xmlns:ns2="http://apache.org/hello_world_soap_ht
tp/types" xmlns="http://www.w3.org/2005/08/addressing/wsdl"><ns2:responseType>Bo
njour</ns2:responseType></ns2:sayHiResponse></soap:Body></soap:Envelope>
[java] Invoking server through HTTP GET to invoke greetMe
[java] GreetMe Fault: Server returned HTTP response code: 500 for URL: http
://localhost:9000/SoapContext/SoapPort/greetMe/me/CXF
[java] **** Response ******
[java] <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/
"><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>Paramete
r should be ordered in the following sequence: [greetMe]</faultstring></soap:Fau
lt></soap:Body></soap:Envelope>
[java] Invoking server through HTTP GET to invoke greetMe
[java] Exception in thread "main" java.io.IOException: Server returned HTTP
response code: 500 for URL: http://localhost:9000/SoapContext/SoapPort/greetMe/
requestType/CXF
[java] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Ht
tpURLConnection.java:1174)
[java] at demo.hw.client.Get.main(Get.java:77)
[java] Java Result: 1
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.