https - Difference between CommonsHTTPTransportSender and org.apache.synapse.transport.passthru.PassThroughHttpSSLSender -


what difference between 2 transport sender. when invoke http url axis service (deployed in wso2 esb), commonshttptransportsender transportsender https channel, service works fine, passthroughhttpsslsender transportsender throws exception

axisengine message receiver not found axisoperation: {oauth2.identity.carbon.wso2.org}validate org.apache.axis2.axisfault: message receiver not found axisoperation: {oauth2.identity.carbon.wso2.org}validate 

what difference, , how on issue?

though not know difference between different transport senders, error due issue in service code, through exception. when handled properly, issue did not arise either of them.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -