
Chapter 4. Web services 97
If the user is online, but in an ‘away’ status, you will see the output shown in
Figure 4-4.
Figure 4-4 Console output for a Sametime user that is away
Now that we have built, compiled, and run our UserStatus application, the next
step is to turn the application into a Web service.
4.4 Creating the UserStatus Web service
Using tools that come as part of WebSphere Studio Application Developer, it is
possible to expose an existing Sametime application as a Web service without
writing a single line of code. Using WebSphere Studio Application Developer’s
Web services wizards, we will expose a Web services layer on top of ...