JSR 181 fault message does not respect WSDL message fault definition
--------------------------------------------------------------------

                 Key: SM-577
                 URL: https://issues.apache.org/activemq/browse/SM-577
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-jsr181
    Affects Versions: incubation
         Environment: Linux
            Reporter: Charles Souillard


I have deployed a new Service in jsr181 component. This service is based on a 
pojo with no annotations and is using style="document".
The java method only perform a throw new Exception.

The Component which get the jsr181 response is receiving a document with the 
following pattern :
<fault>
 <message>Fault: the name of the exception thrown</message>
 <detail>a document corresponding to the fault message defined in the 
wsdl</detail>
</fault> 

In fact, only the detail content should be set as the Fault (NormalizeMessage) 
content.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to