SOAP 1.1 faultcode:Server not possible with generated server skeleton interfaces
--------------------------------------------------------------------------------

                 Key: AXIS2-3151
                 URL: https://issues.apache.org/jira/browse/AXIS2-3151
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: codegen, kernel
    Affects Versions: 1.1.1
            Reporter: David Croé


The SOAP 1.1 faultcode element defaults to Client and there is no possibility 
to change that within the generated server skeletons. The server skeleton 
interface declares only the exceptions which are generated from the fault 
entries in the wsdl.
Throwing such a fault exceptions results in faultcode:client. Throwing a 
runtime exception results in faultcode:client.
The only possible way, to throw an AxisFault and set the faultcode:Server  is 
not possible because AxisFault is not declared in the skeleton interface. 

Greetings
  David Croé


-- 
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]

Reply via email to