Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4
-
None
-
Axis2 1.4. Rampart branch_1_4.
Description
Hi!
If I send a request without Security to an Axis2/Rampart endpoint requiring Security the Fault Code is set to 'Receiver' :
<soapenv:Fault>
<soapenv:Code>
<soapenv:Value>soapenv:Receiver</soapenv:Value>
<soapenv:Subcode>
<soapenv:Value xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">wsse:InvalidSecurity</soapenv:Value>
</soapenv:Subcode>
</soapenv:Code>
<soapenv:Reason>
<soapenv:Text xml:lang="en-US">Missing wsse:Security header in request</soapenv:Text>
</soapenv:Reason>
</soapenv:Fault>
Is Rampart not expected to return 'Sender' - to indicate that the client is not configured correctly ?
/hans
Attachments
Issue Links
- is blocked by
-
AXIS2-3803 AxisFault does not properly serialize into SOAP12 SOAPFault when a org.apache.axiom.soap.SOAPFaultValue is present in the SOAPFaultCode
- Closed