how to send response as String using class mediator in wso2 esb
In my project I created some proxy.There transport type is tcp . My response is { "BillingSystem": { "request_id": "20114140080000011479122000", "request_timestamp": "12102012121200", "response_timestamp": "12102012121300", "action": "AddSubscription", "username": "Cellcard ", "result_code": "0", "result_desc": "Success" } } I catch this response using class mediator and create WZ2OCS2:1:14:14008:1:@1479122000# using that response. I need to send this string to tcp client . I set this String in the class meditor context.setProperty("responseClientValue", responseClientValue); After set this