APIs are synapse configurations in the back-end and API Manager uses accesses them using HTTP-NIO transport by default to invoke APIs. You can switch to a different transport such as PassThrough. For information on each of these HTTP-NIO and PassThrough transports, see ESB Transports.
To change the default transport of API Manager, go to <APIM_HOME>/repository/conf/axis2 folder and rename axis2.xml_PT
file to axis2.xml
. Similarly, you can switch back to NHTTP by simply renaming axis2.xml_NHTTP
file to axis2.xml
.