Skip to content

Instantly share code, notes, and snippets.

@jawngee
Created July 15, 2009 06:48
Show Gist options
  • Select an option

  • Save jawngee/147533 to your computer and use it in GitHub Desktop.

Select an option

Save jawngee/147533 to your computer and use it in GitHub Desktop.
namespace SimpleWebService
{
[HeavyMetalService(baseURI='/simple/',Name='Simple', Description='Simple service', Persistent=false)]
class Service
{
[HeavyMetalMethod(URI='something',Name='Do Something',Description='Does something.')]
public void DoSomething()
{
// …
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment