Subversion Repositories XServices

Compare Revisions

Ignore whitespace Rev 91 → Rev 92

/xservices/trunk/src/java/net/brutex/xservices/util/XServicesDocumentation.java
48,6 → 48,8
"as inline base64 encoded block. Keep in mind that unless you are using MTOM, a lot of " +
"java heap memory is used.";
public static final String SERVICE_OPERATION_ENCODEFILE = "Encodes a file.";
public static final String SERVICE_OPERATION_UPLOADFILE = "Send a file from client to web service server using either " +
"MTOM attachment or base64 inline attachment.";