That’s not going to work for SOAP since it uses .NET’s XML Serializer which AFAICT doesn’t provide any way to modify the structure of a type defined in a different assembly, so the only option would be to use a custom build of SS with a refactored ResponseStatus - but that’s not something I’d recommend.