SOAP Test - Get Quote

This passes a stock symbol to request the quote. This uses the low-level SOAP API of Mozilla directly, not hiding the use of the API in separate proxy objects as other examples may do.

Make sure you set the signed.applets.codebase_principle_support parameter to true in about:config.

View the source of this page for details on how it was called. If you compile mozilla DEBUG, the message sent and received will be logged to the console.

This works by calling a SOAP service listed on X Methods Website using the low-level SOAP API in Mozilla.

Experimenters may wish to add other tests which exercize services, with specific user interfaces such as the one in this test.

SOAP call did not complete.  Look at the Javascript console to determine why.