From 5d279ac62d2bbd80e777891ec269f02e5964e113 Mon Sep 17 00:00:00 2001 From: Henning Poettker Date: Sat, 3 Dec 2022 21:55:33 +0100 Subject: [PATCH] Remove deleted samples from README See gh-18 --- README.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.adoc b/README.adoc index 281860e..ce45448 100644 --- a/README.adoc +++ b/README.adoc @@ -18,9 +18,7 @@ additional instructions. O/X Mapping functionality in a complete application * link:./echo[echo] - a simple sample that shows a bare-bones Echo service * link:./mtom[mtom] - shows how to use MTOM and JAXB2 marshalling -* link:./stockquote[stockquote] - shows how to use WS-Addressing and the Java 6 HTTP Server * link:./tutorial[tutorial] - contains the code from the Spring-WS tutorial -* link:./weather[weather] - shows how to connect to a public SOAP service == Running the Server