HelloWorld.jws Sample
A very simple web service with a single synchronous method. Illustrates a WebLogic Workshop web service in its simplest form.
Basic WebLogic Workshop web service structure
This sample is located in the root folder of the samples WebLogic Workshop project. In the file system the location is:
BEA_HOME\weblogic700\samples\workshop\applications\samples\HelloWorld.jws
To run this web service:
Start WebLogic Server in the appropriate domain.
On Microsoft Windows systems, from the Start menu navigate to:
BEA WebLogic Platform 7.0->WebLogic Workshop->WebLogic Workshop Examples->Start Examples Server.
On Linux or Solaris systems, run:
BEA_HOME/weblogic700/samples/workshop/startWebLogic.sh
Launch the service either by opening it in WebLogic Workshop and selecting the Start operation or by entering http://localhost:7001/samples/HelloWorld.jws in the address bar of your browser. If WebLogic Server is running in the appropriate domain on this machine, you may click here to run the sample.
Navigate to the Test Form tab of Test View, if necessary.
Invoke the Hello method. The return value is the string "Hello, World!", of course.
Select log entries in the Message Log to see the message traffic involved in each interaction.
Development with WebLogic Workshop