From 589a47eb9eb169067dd787bbc97a999ee0685ab0 Mon Sep 17 00:00:00 2001 From: Peter Hormanns Date: Fri, 10 Jun 2016 19:40:47 +0200 Subject: [PATCH] add xmlrpc config --- .../org/apache/xmlrpc/webserver/XmlRpcServlet.properties | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 xmlrpc/src/main/resources/org/apache/xmlrpc/webserver/XmlRpcServlet.properties diff --git a/xmlrpc/src/main/resources/org/apache/xmlrpc/webserver/XmlRpcServlet.properties b/xmlrpc/src/main/resources/org/apache/xmlrpc/webserver/XmlRpcServlet.properties new file mode 100644 index 0000000..03c937c --- /dev/null +++ b/xmlrpc/src/main/resources/org/apache/xmlrpc/webserver/XmlRpcServlet.properties @@ -0,0 +1,6 @@ +customer=de.hsadmin.service.customer.CustomerRemote +contact=de.hsadmin.service.customer.ContactRemote +mandat=de.hsadmin.service.customer.SEPADirectDebitRemote +hive=de.hsadmin.service.pac.HiveRemote +;pac=de.hsadmin.service.pac.PacRemote +property=de.hsadmin.service.property.PropertyRemote \ No newline at end of file