Try OpenEdge Now
skip to main content
Web Services
Creating OpenEdge SOAP Web Services : Testing and Debugging OpenEdge SOAP Web Services : Testing the AppServer application as a Web service
 

Testing the AppServer application as a Web service

You can generally use two different approaches for testing an AppServer application written to support an OpenEdge Web service:
*Unit testing from ABL — From ABL, you can access AppServer functionality directly or as an OpenEdge Web service.
*Testing from a Web service client — From a Web service client using any platform, including ABL, you can thoroughly test the Web service as it might behave in the environment in which you will deploy it.
The approach that you take depends on your preferences, needs, and experience.
* Unit testing from ABL
* Testing from a Web services client