Hi all,

When i throw an AxisFault with SOAP 1.1 I get this kind of SOAPFault :

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
   <soapenv:Body>
      <soapenv:Fault>
         <faultcode>CODE:1001</faultcode>
         <faultstring>Code does not exist !</faultstring>
         <detail/>
      </soapenv:Fault>
   </soapenv:Body>
</soapenv:Envelope>

Which is correct.

When I do the same with SOAP 1.2, I receive a HTTP Internal Server Error (500).
What causes this error ?

Regards,

Renzo Callant

Reply via email to