File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 88This sample shows a service that uses Plain Old XML rather than SOAP. Incoming
99messages are handled via SAX, and a response is created using DOM.
1010
11- 2. INSTALLATION
11+ 2. SERVER
1212
13- Simply run "mvn package" and deploy the war file generated in target
13+ Simply run "mvn package" in the server directory and deploy the war file generated in 'target'.
14+ Alternatively, run "mvn jetty:run" to run the sample in a built-in Jetty6 Web
15+ container.
16+
17+ 3. CLIENT
18+
19+ Simply run "mvn install exec:java" in each of the client subdirectories.
Original file line number Diff line number Diff line change @@ -12,4 +12,8 @@ this sample uses the HTTP server built into Java 6.
12122. RUNNING
1313
1414This sample contains a main() method in the Driver class. To start it, simply
15- run "mvn install exec:java".
15+ run "mvn install exec:java" in the server directory
16+
17+ 3. CLIENT
18+
19+ Simply run "mvn install exec:java" in each of the client subdirectories.
You can’t perform that action at this time.
0 commit comments