Skip to content

Debugging a Web Application Web Service Call

Using the Debugger to Debug Web Service Calls

You can use the DataFlex Debugger to debug the code making the call to a Web Service. You can place breakpoints and step through your code while analyzing local variables and other information about your program. You could also open the client Web Service class package (e.g., cWSGreetingService.pkg) and place breakpoints within the appropriate functions in the class.

Please see WebGet vs Get, Debugging Code in Web Apps to learn more about debugging Web application code.

Next Step

You have just learned how to call and debug a web service from a DataFlex web application. Next, you will learn how to create database application components: Creating Database Application Components