Testing the Service
To test the service, just invoke the client from the ...\HelloWorldExample\bin directory:
prompt> GreetingPortClient
The above implementation returns the following response:
Server Response: Hello World!
NOTE: HydraExpress’s generated client sample implementations all point to the project\conf directory to locate the client configuration files. If you move the client executable without maintaining the same code generation directory structure, or you invoke the client from another location, be aware that you must edit the client implementation to maintain the correct path to the conf directory.