Hi Stefan
In our Axis2-based application, the SSL connection is setup with HttpClient
by calling "new HttpClient().executeMethod(new
GetMethod("https://mywebsite"))". Once this is done, the calls to the
webservice work perfectly. So I'm wondering how Axis2 is capable of handling
the '404' HTTP response.
Probably Axis2 client does not encounter the 404 error when talking to
your service?
I will try to connect to a HTTPs-based webservice that does not use this
kind of "forwarding" configuration.
PS: Is there a way to log all incoming messages (in this case the '404' HTTP
response) received by ESB ?
You could set the following lines to DEBUG on your log4j,properties
file, and get header level debugging
log4j.category.org.apache.synapse.transport=INFO
log4j.category.org.apache.axis2.transport=INFO
Can you share your output after trying the above?
asankha
_______________________________________________
Esb-java-user mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-user