String href = reader.getAttributeValue(null, "href");
try {
Attachment att = getAttachment(href);
if(att != null){
base64AttData = new Base64Data();
base64AttData.set(att.asDataHandler());
}
xopReferencePresent = true;
} catch (IOException e) {
throw new WebServiceException(e);
}