154 WebSphere Business Integrator Server Foundation V5.1 Handbook
There are two options in this book to implement the external service:
The simplest one is to create an application with the service, consume the
service locally and run it on the same test server where the process is
running. It is easier to develop this solution but less realistic. This chapter is
going to follow this path.
The other option is to have a more realistic scenario and make the external
service really external. In this case, the service is running on a separate test
server in the same test environment (this requires two test servers). This
scenario is a bit more complex and requires more memory and a better
processor to run the development, but it is more realis ...