REST request get SOAPFault for Operation Not found.
---------------------------------------------------
Key: AXIS2C-777
URL: https://issues.apache.org/jira/browse/AXIS2C-777
Project: Axis2-C
Issue Type: Bug
Components: core/transport
Affects Versions: 1.1.0, Current (Nightly)
Reporter: Dinesh Premalal
Assignee: Dinesh Premalal
Fix For: 1.2.0
for the echo rest request, when engine unable locate the operation , it sends
soap fault. But it should be a rest request.
request
======
POST /axis2/services/echo HTTP/1.1
User-Agent: Axis2/C
Content-Length: 108
Content-Type: text/xml
Host: 127.0.0.1:9090
<ns1:echoStrig xmlns:ns1="http://ws.apache.org/axis2/services/ech">
<text>Hello World!</text></ns1:echoStrig>
response
=====
HTTP/1.1 500 Internal Server Error
Content-Type: text/xml;charset=UTF-8
Content-Length: 255
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>Operation Not Found</faultstring>
</soapenv:Fault>
</soapenv:Body></soapenv:Envelope>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]