2.2 Complete source code for the Hello World example
The complete code for the Hello World interface (thehello-world.idl file), written in IDL, is:
hello-world.idl
module HelloWorld { interface world { string hello(); }; };
Generated with Harlequin WebMaker