From 5b4bdbbafb05ada9f5ad9251c77571b989b313bc Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 26 Feb 2010 10:20:20 +0000 Subject: [PATCH] Updated MTOM sample to use maven --- samples/mtom/client/jax-ws/build.xml | 80 ----------------------- samples/mtom/client/jax-ws/mtom.wsdl | 67 +++++++++++++++++++ samples/mtom/client/jax-ws/pom.xml | 2 +- samples/mtom/client/spring-ws/build.xml | 87 ------------------------- 4 files changed, 68 insertions(+), 168 deletions(-) delete mode 100644 samples/mtom/client/jax-ws/build.xml create mode 100644 samples/mtom/client/jax-ws/mtom.wsdl delete mode 100644 samples/mtom/client/spring-ws/build.xml diff --git a/samples/mtom/client/jax-ws/build.xml b/samples/mtom/client/jax-ws/build.xml deleted file mode 100644 index 58ed5d76..00000000 --- a/samples/mtom/client/jax-ws/build.xml +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/samples/mtom/client/jax-ws/mtom.wsdl b/samples/mtom/client/jax-ws/mtom.wsdl new file mode 100644 index 00000000..78b9eba2 --- /dev/null +++ b/samples/mtom/client/jax-ws/mtom.wsdl @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/samples/mtom/client/jax-ws/pom.xml b/samples/mtom/client/jax-ws/pom.xml index 55a280a8..09041577 100644 --- a/samples/mtom/client/jax-ws/pom.xml +++ b/samples/mtom/client/jax-ws/pom.xml @@ -37,7 +37,7 @@ - http://localhost:8080/mtom-server/mtom.wsdl + file://${project.basedir}/mtom.wsdl org.springframework.ws.samples.mtom.client.jaxws diff --git a/samples/mtom/client/spring-ws/build.xml b/samples/mtom/client/spring-ws/build.xml deleted file mode 100644 index e7a9e952..00000000 --- a/samples/mtom/client/spring-ws/build.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -