Subversion Repositories XServices

Rev

Rev 65 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 65 Rev 92
Line 46... Line 46...
46
    public static final String SERVICE_OPERATION_DOWNLOADFILE = "Download a file from the maschine where the service is running in order " +
46
    public static final String SERVICE_OPERATION_DOWNLOADFILE = "Download a file from the maschine where the service is running in order " +
47
	"to process it with the client. The file is either downloaded as a MTOM attachment or " +
47
	"to process it with the client. The file is either downloaded as a MTOM attachment or " +
48
	"as inline base64 encoded block. Keep in mind that unless you are using MTOM, a lot of " +
48
	"as inline base64 encoded block. Keep in mind that unless you are using MTOM, a lot of " +
49
	"java heap memory is used.";
49
	"java heap memory is used.";
Line -... Line 50...
-
 
50
    
-
 
51
    public static final String SERVICE_OPERATION_ENCODEFILE = "Encodes a file.";
50
    
52
    
51
    public static final String SERVICE_OPERATION_UPLOADFILE = "Send a file from client to web service server using either " +
53
    public static final String SERVICE_OPERATION_UPLOADFILE = "Send a file from client to web service server using either " +
Line 52... Line 54...
52
    "MTOM attachment or base64 inline attachment.";
54
    "MTOM attachment or base64 inline attachment.";