Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-380

SOAPFault contains unwanted <message> element

XMLWordPrintable

      With UserException, as defined by

      Code:

      <complexType name="UserException">
      <sequence/>
      </complexType>

      you are indeed right, and a message element should not appear on the wire.

      Code:

      <soapenv:Fault>
      <faultcode>soapenv:Client</faultcode>
      <faultstring>org.jboss.test.webservice.exception.UserException</faultstring>
      <detail>
      <ns1:UserException xmlns:ns1="http://org.jboss.webservice/exception/types">
      <message xsi:nil="1"/>
      </ns1:UserException>
      </detail>
      </soapenv:Fault>

            Unassigned Unassigned
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: