Skip to main content

Posts

Showing posts from 2022

WSO2 ESB Convert integer array to String array

  <?xml version="1.0" encoding="UTF-8"?> <proxy xmlns=" http://ws.apache.org/ ns/synapse "        name="logTestProxy"        startOnLoad="true"        statistics="disable"        trace="disable"        transports="http,https">    <target>       <inSequence>          <payloadFactory media-type="json">             <format>  {   "entry": [     {       "resource": {         "id": 111111,         "address": {           "type": "postal",           "line": [             33333,             99999           ],           "city": "AAAAA",           "state": "TX",           "postalCode": 1223,           "country": "US"         }     },     {       "resource": {         "id": 222222,         "address": {