Hi Srinivas
The issue I am facing is that the request sent to the destination service is of
the form
POST http://<ipaddress>/service/MyService HTTP/1.0
instead of
POST /service/MyService HTTP/1.0
and this is returning a 404. I am unable to figure out how to make this work.
How did you view what was being sent vs what you require? was it through
TCPMon? (Since by default Synapse would use HTTP 1.1) Having the full
URL of a service instead of just the path is not a problem at all -
unless Synpase is trying to connect on a different IP - and your Axis2
accepts connections on something else?
Can you share any logs/traces for me to analyze the actual problem
asankha