SWS-610 - Incompatibility with WS-I requirement R2750

This commit is contained in:
Arjen Poutsma
2010-05-31 09:29:50 +00:00
parent 7dfe4a32de
commit bc0694f29f

View File

@@ -404,7 +404,9 @@ public class WebServiceTemplate extends WebServiceAccessor implements WebService
new SourceExtractor() {
public Object extractData(Source source) throws IOException, TransformerException {
transformer.transform(source, responseResult);
if (source != null) {
transformer.transform(source, responseResult);
}
return Boolean.TRUE;
}
});