2 inherit "/classes/Script";
3 inherit "/base/webservice";
8 #include <attributes.h>
10 class Webservice : public Script,webservice{
18 void init_webservice() { }
22 void create_webservice() { }
26 void load_webservice() { }
55 string get_webservice_name() { return "service"; }
56 string get_webservice_urn() { return "service"; }
58 mixed execute(mapping vars)
61 return ({ show_wsdl(), "text/xml" });
65 int get_object_class() { return ::get_object_class() | CLASS_WEBSERVICE; }
66 string describe() { return _sprintf(); }