Hello, I have been working with the Axis2/C 1.5.0. I have a problem while posting a form to an Axis2 service using a web browser. Axis returns 500 Internal Server error. On looking at the logs, I have found the following error message " Service or Operation not found. " However, this same service responds correctly when I use the Axis2/C client.
On firther investigation, I found that Axis reads the CONTENT-TYPE of the message as "application/x-www-form-urlencoded". This content type makes Axis2 treat the message as a REST message. I am afraid if there is some issue while processing this CONTENT-TYPE. Regards, Shivam.