Create a service bus project.
Response Payload:
In XML:
<CustomerResponse>
<ID>11</ID>
</CustomerResponse>
In JSON:
{
"CustomerResponse": { "ID": "11" }
}
Click here www.utilities-online.info-xmltojson to convert from XML to JSON
Create a REST adapter on left swim laneProvide the Resource path
Create the GET operation with request payload
Browse for request schema
Now Response part
Define Schema for Native Format
Provide the sample created JSON payload
Get Rest adapter is ready.
Now create a pipeline
Now create a Xquery to map response
Xquey is ready. Now go to the pipeline
In the Replace activity, choose the created xquery for response and put the variable xpath
Now test from SOAP UI: