SWS-610 - Incompatibility with WS-I requirement R2750
This commit is contained in:
@@ -404,7 +404,9 @@ public class WebServiceTemplate extends WebServiceAccessor implements WebService
|
|||||||
new SourceExtractor() {
|
new SourceExtractor() {
|
||||||
|
|
||||||
public Object extractData(Source source) throws IOException, TransformerException {
|
public Object extractData(Source source) throws IOException, TransformerException {
|
||||||
transformer.transform(source, responseResult);
|
if (source != null) {
|
||||||
|
transformer.transform(source, responseResult);
|
||||||
|
}
|
||||||
return Boolean.TRUE;
|
return Boolean.TRUE;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user