Due to environment constraints I can't log errors to a sql db from the server that the web UI is running on. I want to create an object to take the payload to the application server and then perform the logging. I don't want this object to be returned. I'm looking for a one way, fire and forget type of method call. Does CLSA support this. Everything I've seen returns values back to the client.
I could easily do this with WCF or plain asmx services, but I want to keep consistant with the rest of the app.
Thanks
Copyright (c) Marimer LLC