I have 2 Business Spaces (BS1 and BS2).
BS1 implements a REST web service and BS2 consumes said web service.
In the REST setup in BS2, I can save the reply back from BS1 and supposedly I can also save the HTTP status code and any error messages.
In BS1, how do I set the HTTP status code and how do I indicate that part of the reply is an error message so that it gets saved separately?
