Changeset 24910 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 24, 2009 2:28:56 PM (15 years ago)
- Location:
- trunk/src/VBox/Main/webservice/samples/java
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/samples/java/axis/clienttest.java
r18694 r24910 1 1 2 2 /* 3 * Sample client for the VirtualBox webservice, written in Java. 4 * Best consumed in conjunction with the explanations in the VirtualBox 5 * User Manual, which describe in detail how to get this code running. 3 * Sample client for the VirtualBox web service, written in Java 4 * (raw web service variant). 5 * 6 * Run the VirtualBox web service server first; see the VirtualBOx 7 * SDK reference for details. 6 8 * 7 9 * Copyright (C) 2008-2009 Sun Microsystems, Inc. -
trunk/src/VBox/Main/webservice/samples/java/jax-ws/clienttest.java
r21898 r24910 1 1 /* 2 * Sample client for the VirtualBox webservice, written in Java. 3 * 4 * Don't forget to run VBOX webserver 5 * with 'vboxwebsrv -t 1000' command, to calm down watchdog thread. 2 * Sample client for the VirtualBox web service, written in Java 3 * (object-oriented bindings). 4 * 5 * Run the VirtualBox web service server first; see the VirtualBOx 6 * SDK reference for details. 6 7 * 7 8 * Copyright (C) 2008-2009 Sun Microsystems, Inc.
Note:
See TracChangeset
for help on using the changeset viewer.