Summary
In this chapter, we learned how to access the Tuxedo application remotely. The Workstation clients allow calling services within a transaction by having the full power of Tuxedo at your fingertips. It has the same API we used to develop native clients and servers. The only limitation is that it requires Tuxedo libraries installed to work. We also created a web service running as a Tuxedo server in a few lines of Python code. While sacrificing the power of Tuxedo, we gained the interoperability of REST services. Now you are equipped with several options to expose Tuxedo services and ready for future challenges.
In the next chapter, we will learn how to consume web services in a Tuxedo application. While it is simple to do in Python, there are some tricks to make them fit better with the rest of the Tuxedo application.