//Autogenerated webservice stub (don't modify this code manually!) function WS_GoMobiService(context,scope) { pfx.ws.json.BaseStub.call(this,"GoMobiService",context,scope,"/webservice"); }; WS_GoMobiService.prototype=new pfx.ws.json.BaseStub; WS_GoMobiService.prototype.test=function() { return this.callMethod("test",arguments,0); }; WS_GoMobiService.prototype.getMWPurl=function() { return this.callMethod("getMWPurl",arguments,2); }; WS_GoMobiService.prototype.isAlive=function() { return this.callMethod("isAlive",arguments,0); };