 |
C:\Celtix-install\celtix\samples\hello_world>java -Djava.util.logging.config.file=%CELTIX_HOME%\etc\logging.properties -Dceltix.config.file=file:///%CELTIX_HOME%\samples\hello_world\celtix-client.xml demo.hw.client.Client wsdl\hello_world.wsdl
file:/C:/Celtix-install/celtix/samples/hello_world/wsdl/hello_world.wsdl
Invoking sayHi...
Server responded with: Bonjour
Invoking greetMe...
Server responded with: Hello Administrator
Invoking greetMe with invalid length string, expecting exception...
Expected exception has occurred: javax.xml.ws.ProtocolException
Invoking greetMeOneWay...
No response from server as method is OneWay
Invoking pingMe, expecting exception...
Expected exception: PingMeFault has occurred: org.objectweb.hello_world_soap_http.PingMeFault: PingMeFault raised by server
C:\Celtix-install\celtix\samples\hello_world>
|
 |