Subversion Repositories XServices

Compare Revisions

Ignore whitespace Rev 60 → Rev 59

/xservices/trunk/src/java/net/brutex/xservices/ws/impl/FileServiceImpl.java
95,7 → 95,6
"application/binary", is));
AttachmentType t = new AttachmentType();
t.setContent(h);
t.setFilename(res.getAntResource(null).getName());
return t;
}