I am trying to understand the Math Web Service example in Chapter 6
in the WebServiceExampleSoapClasses.
js is a reference to a SOAPCall Class, however whenever I try and run the code the browser returns a javascript error
function performSpecificOperation(sMethod, sOp1, sOp2)
{
var oSoapCall = new SOAPCall();
....
Error SOAPCall is undefined.
Where or how is SOACall defined ?
thanks.