I am new to WSO2, I wanted to do integration to WS to WS. wanted to call other webservice from one existing web service. For second web service call we have different schema so due to that I need to map existing request to the new schema. So that I can call second web service.
I am finding out how to do it, currently there is enrich mediator which can be do such chaneges in xml, but not sure how to use it.
do anybody have idea about this ?