You can run either a web client or a Java client against the deployed web service.
To run the web client:
To run the Java client:
In a command prompt or terminal, change to the
.InstallDir
/examples/cxf-osgi directoryRun the following command:
mvn compile exec:java
If the client request is successful, a response similar to the following is returned to the command window:
the response is =====> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body> <ns2:sayHiResponse xmlns:ns2="http://cxf.examples.servicemix.apache.org/"> <return>Hello John Doe</return></ns2:sayHiResponse></soap:Body></soap:Envelope>