Closed
Description
Tareq Abedrabbo opened SWS-489 and commented
Currently, DomPoxMessage contains the following methods:
public boolean hasFault() {
return false;
}
public String getFaultReason() {
return null;
}
Either these methods should go or DomPoxMessage should implement FaultAwareWebServiceMessage.
No further details from SWS-489