Automating the Generation of Web Service Testbeds Using AOP

Lukasz Juszczyk,Schahram Dustdar
DOI: https://doi.org/10.1109/ecows.2011.21
2011-01-01
Abstract:One of the key concepts of service-oriented computing is dynamic binding which favors on-demand integration of services into a running system. Companies can outsource tasks to external partners by using their services and are able to switchover to alternatives at runtime. However, this flexibility comes at a high cost because it complicates the testing process significantly. The major problem with external services is their restricted usability for testing purposes, due to costs or because policies forbid trial invocations. In this paper we present our approach to solve this issue by generating automatically test beds which emulate external services. Based on previous work on test bed generation, we have developed a technique for intercepting Web service invocations in Java-based systems, generating emulated replicas at runtime, and redirecting the invocations transparently. We describe the concepts of our approach, its applicability, and limitations.
What problem does this paper attempt to address?