synapse - Cannot contact endpoint through http proxy -
my synapse server behind http proxy , have configured in axis2.xml file below.
<transportsender name="http" class="org.apache.synapse.transport.passthru.passthroughhttpsender"> <parameter name="http.proxyhost" locked="false">cachex.pdn.ac.lk</parameter> <parameter name="http.proxyport" locked="false">3128</parameter> <parameter name="http.nonproxyhosts" locked="false">localhost|moon|sun</parameter> </transportsender>
but getting sockettimeout exepction while calling endpoint.
2017-09-12 10:03:33,198 [-] [wrappersimpleappmain] warn proxyservice unable load wsdl : stockquote java.net.sockettimeoutexception: connect timed out
this issue not there when use sysnpase server without http proxy
how fix issue?
Comments
Post a Comment