Subversion Repositories XServices

Compare Revisions

Ignore whitespace Rev 59 → Rev 60

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