diff --git a/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target b/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target
index 6cde96a11b..b7e6cd38bd 100644
--- a/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target
+++ b/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target
@@ -46,7 +46,7 @@
-
+
@@ -61,7 +61,7 @@
-
+
@@ -744,7 +744,7 @@
-
+
@@ -761,7 +761,7 @@
-
+
@@ -855,7 +855,7 @@
-
+
@@ -1077,4 +1077,4 @@
-
\ No newline at end of file
+
diff --git a/org.idempiere.webservices/META-INF/cxf/cxf-servlet.xml b/org.idempiere.webservices/META-INF/cxf/cxf-servlet.xml
new file mode 100644
index 0000000000..31cc1e4fd4
--- /dev/null
+++ b/org.idempiere.webservices/META-INF/cxf/cxf-servlet.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
diff --git a/org.idempiere.webservices/META-INF/spring.handlers b/org.idempiere.webservices/META-INF/spring.handlers
new file mode 100644
index 0000000000..1b110fa321
--- /dev/null
+++ b/org.idempiere.webservices/META-INF/spring.handlers
@@ -0,0 +1,22 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+http\://cxf.apache.org/jaxws=org.apache.cxf.jaxws.spring.NamespaceHandler
+http\://cxf.apache.org/jaxrs=org.apache.cxf.jaxrs.spring.NamespaceHandler
\ No newline at end of file