From 5557394f123338892f770eacbe551104174c3f2a Mon Sep 17 00:00:00 2001 From: Brian Rosenberger Date: Wed, 20 Apr 2011 16:59:54 +0000 Subject: [PATCH] Added downloadFile and uploadFile operations (with MTOM support) git-svn-id: https://brutex.net/svn/xservices/trunk@55 e7e49efb-446e-492e-b9ec-fcafc1997a86 --- web/WEB-INF/cxf-beans.xml | 52 ++++++++++++++++++++--------------- web/WEB-INF/web.xml | 57 +++++++++++++++++---------------------- web/index.html | 7 +++++ 3 files changed, 63 insertions(+), 53 deletions(-) create mode 100644 web/index.html diff --git a/web/WEB-INF/cxf-beans.xml b/web/WEB-INF/cxf-beans.xml index 9ca06f2..e35f881 100644 --- a/web/WEB-INF/cxf-beans.xml +++ b/web/WEB-INF/cxf-beans.xml @@ -1,30 +1,40 @@ - - - - + + + + - + - + + + + + + + + + + + + + + + + + - - - + diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 696f845..1ce0252 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -1,32 +1,25 @@ - - - - contextConfigLocation - WEB-INF/cxf-beans.xml - - - org.springframework.web.context.ContextLoaderListener - - - - XServices - org.apache.cxf.transport.servlet.CXFServlet - 1 - - - - XServices - /* - - - - - - 30 - - - - index.jsp - - - + + + + contextConfigLocation + WEB-INF/cxf-beans.xml + + + org.springframework.web.context.ContextLoaderListener + + + XServices + org.apache.cxf.transport.servlet.CXFServlet + 1 + + + XServices + /* + + + 30 + + + index.html + + \ No newline at end of file diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..47368df --- /dev/null +++ b/web/index.html @@ -0,0 +1,7 @@ + + +XServices + +

+XServices

+ \ No newline at end of file