diff --git a/samples/echo/client/pom.xml b/samples/echo/client/pom.xml
new file mode 100644
index 00000000..9dec8758
--- /dev/null
+++ b/samples/echo/client/pom.xml
@@ -0,0 +1,25 @@
+
+
+
+ echo
+ org.springframework.ws
+ 2.0.0-M1-SNAPSHOT
+ ../pom.xml
+
+ 4.0.0
+ echo-client
+ pom
+ Spring WS Echo Sample - Clients
+
+ saaj
+ spring-ws
+
+
+
+
+ log4j
+ log4j
+ runtime
+
+
+
diff --git a/samples/echo/client/saaj/pom.xml b/samples/echo/client/saaj/pom.xml
new file mode 100644
index 00000000..03150cd4
--- /dev/null
+++ b/samples/echo/client/saaj/pom.xml
@@ -0,0 +1,46 @@
+
+
+
+ echo-client
+ org.springframework.ws
+ 2.0.0-M1-SNAPSHOT
+ ../pom.xml
+
+ 4.0.0
+ echo-saaj-client
+ jar
+ Spring WS Echo Sample - SAAJ Client
+
+
+ jdk15
+
+ !1.6
+
+
+
+ javax.xml.soap
+ saaj-api
+ compile
+
+
+
+
+
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
+
+
+
+ java
+
+
+
+
+ org.springframework.ws.samples.echo.client.saaj.EchoClient
+
+
+
+
+
diff --git a/samples/echo/client/spring-ws/pom.xml b/samples/echo/client/spring-ws/pom.xml
new file mode 100644
index 00000000..0ca506ec
--- /dev/null
+++ b/samples/echo/client/spring-ws/pom.xml
@@ -0,0 +1,60 @@
+
+
+
+ echo-client
+ org.springframework.ws
+ 2.0.0-M1-SNAPSHOT
+ ../pom.xml
+
+ 4.0.0
+ echo-spring-ws-client
+ jar
+ Spring WS Echo Sample - Spring-WS Client
+
+
+ jdk15
+
+ !1.6
+
+
+
+ javax.xml.soap
+ saaj-api
+ runtime
+
+
+
+
+
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
+
+
+
+ java
+
+
+
+
+ org.springframework.ws.samples.echo.client.sws.EchoClient
+
+
+
+
+
+
+ org.springframework
+ spring-context
+
+
+ org.springframework.ws
+ spring-xml
+
+
+ org.springframework.ws
+ spring-ws-core
+
+
+
diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml
new file mode 100644
index 00000000..c7b87b73
--- /dev/null
+++ b/samples/echo/pom.xml
@@ -0,0 +1,40 @@
+
+
+
+ spring-ws-samples
+ org.springframework.ws
+ 2.0.0-M1-SNAPSHOT
+ ../pom.xml
+
+ 4.0.0
+ echo
+ pom
+ Spring WS Echo
+
+ server
+ client
+
+
+
+
+ org.mortbay.jetty
+ maven-jetty-plugin
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+
+ ${pom.artifactId}
+
+
+
+
+
+
+
+ log4j
+ log4j
+ runtime
+
+
+