I have a liferay service, and a .NET app that calls this service.
The .NET app will only continue processing it's code if the HttpResponseStatus from the liferay service call is OK. However, lets say my service needs to manually set an http response if an exception occurs. Is there a way to do this in liferay? Do I need to pass the request into my service or something along those lines?
Thanks,
-Tim
Please sign in to flag this as inappropriate.