Web-service_testharness.html

The test harness application is an HTML and JavaScript application that behaves similarly to the standard JADE Web service test harness. For details about the standard test harness, see "Testing the Web Services Interface", in Chapter 11 of the JADE Developer’s Reference.

You can use the JavaScript Web service test harness to test that the generated framework is working. You cannot simply double-click the generated file to load it into the browser, as the browser prevents the Web service calls because of cross-domain security restrictions. Instead, you can copy the generated files to a Web server and access them through it. For details, see "Restricted Cross-Domain Calls", earlier in this chapter.