Subversion Repositories XServices

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
71 4618 d 12 h brianR /xservices/trunk/src/java/net/brutex/xservices/ws/ Added new operation to DateService to retrieve UNIX timestamp in seconds as well.  
70 4618 d 13 h brianR /xservices/trunk/ Introduce JobServices and gerenal clean up  
69 4734 d 5 h brianR /xservices/trunk/ Add more javadoc  
68 4735 d 1 h brianR /xservices/trunk/src/java/net/brutex/xservices/ws/ added DateService.dateAdd operation: Add or substract a time span from a date.  
67 4735 d 8 h brianR /xservices/trunk/ Added new DateService  
66 4735 d 8 h brianR /xservices/trunk/src/java/net/brutex/xservices/ Added new DateService  
65 4740 d 2 h brianR /xservices/trunk/ Further tidy up  
64 4741 d 4 h brianR /xservices/trunk/ Tidy Up FileService implementation and add more javadoc information  
63 4757 d 6 h brianR /xservices/trunk/src/java/net/brutex/xservices/ Update FileServices with new operation "replace in file"  
62 4758 d 2 h brianR /xservices/trunk/ Cleanup documentation build  
61 4758 d 2 h brianR /xservices/trunk/web/WEB-INF/ Update to use CXF 2.4.0  
60 4758 d 2 h brianR /xservices/trunk/src/java/net/brutex/xservices/ws/impl/ Fix downloadFile operation to include filename  
59 4758 d 2 h brianR /xservices/trunk/doc/ Update XService documentation  
58 4768 d 0 h brianR /xservices/trunk/src/java/net/brutex/xservices/ws/ Changes SSH execution to use HostConnection type  
57 4770 d 3 h brianR /xservices/trunk/test/ Adding soapUI test projects  
56 4770 d 3 h brianR /xservices/trunk/lib/ multiple libraries  
55 4770 d 3 h brianR /xservices/trunk/web/ Added downloadFile and uploadFile operations (with MTOM support)  
54 4770 d 3 h brianR /xservices/trunk/src/java/net/brutex/xservices/ Added downloadFile and uploadFile operations (with MTOM support)  
50 4850 d 22 h brianR /xservices/trunk/src/java/net/brutex/xservices/types/ Fixed typo  
49 4851 d 0 h brianR /xservices/trunk/ add serviceName to WS declaration  
48 4851 d 0 h brianR /xservices/trunk/lib/ Remove Tomcat Runtime libraries  
47 4851 d 0 h brianR /xservices/trunk/web/ extract WS interfaces  
46 4851 d 0 h brianR /xservices/trunk/src/java/net/brutex/xservices/ws/ extract WS interfaces  
45 4851 d 0 h brianR /xservices/trunk/ Remove Netbeans Project files. We are moving to Eclipse  
44 4851 d 0 h brianR /xservices/trunk/web/  
43 4851 d 7 h brianR /xservices/trunk/doc/ Use full dtd path  
25 5198 d 8 h brianR /xservices/trunk/doc/ Moving to docbook style documentation  
24 5199 d 0 h brianR /xservices/trunk/doc/ Moving to docbook style documentation  
23 5200 d 3 h brianR /xservices/trunk/ Update to Apache CXF 2.3.0 snapshot  
22 5200 d 10 h brianR /xservices/trunk/src/java/net/brutex/xservices/ Added sendMail operation to MiscService  
21 5200 d 11 h brianR /xservices/trunk/src/java/net/brutex/xservices/ws/ Added sendMailSimpleWithAttachment operation to MiscService  
20 5200 d 11 h brianR /xservices/trunk/src/java/net/brutex/xservices/ Added sleep operation to MiscService  
19 5201 d 2 h brianR /xservices/trunk/src/java/net/brutex/xservices/ws/ Changed rExec and telnet operations to make use of the HostConnection type  
18 5201 d 2 h brianR /xservices/trunk/ Added simple mail operation  
17 5201 d 4 h brianR /xservices/trunk/ Updated Apache Ant libraries to Ant 1.8.0  
16 5201 d 5 h brianR /xservices/trunk/src/java/net/brutex/xservices/ws/ Introduced new MiscService  
15 5201 d 8 h brianR /xservices/trunk/doc/ Added ReturnCodeType to documentation  
14 5201 d 8 h brianR /xservices/trunk/ Migrated from Sun JAXWS RI to Apache CXF  
13 5201 d 11 h brianR /xservices/trunk/src/java/net/brutex/xservices/types/ Fixed missing license header  
12 5202 d 6 h brianR /xservices/trunk/src/java/net/brutex/xservices/ Change return typ for all web service operations to "ReturnCode". FileServices have now two additional operations "changeOwner" and "changeGroup".