Is there any way to expose public static function for invocation to an outside tool?
In java you can annotate the method and than you can invoke it via JMX.
I am talking about c# .NET web application.
Thanks
Is there any way to expose public static function for invocation to an outside
Share
There are nothing standard and built in. You can manually create a page and assign appropriate methods for button handlers manually, and provide all layout for input parameters. Less intuitive and usability way (and more dangerous) doing this via query string parameters, but I would not recommend this.