OSB: How do I set the HTTP response code to 202 from a Proxy Service?
683491Feb 5 2009 — edited Feb 5 2009I am developing a Proxy Service that calls a one-way SOAP web service using a Routing node. The web service returns a 202 response code, but the Proxy Service that calls it then returns a 200 response code. I need the proxy to return a 202 instead of a 200. I tried using a Replace node in the Response pipeline to replace the http-response-code value in the $outbound variable with a value of '202' but it seems to have no effect.