diff --git a/Resources/config/routing.xml b/Resources/config/routing.xml
index 9120e74..52a27f8 100644
--- a/Resources/config/routing.xml
+++ b/Resources/config/routing.xml
@@ -5,11 +5,11 @@
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
- webservice_controller:handle
+ webservice.controller:handle
POST
- webservice_controller:definition
+ webservice.controller:definition
GET
diff --git a/Resources/config/services.xml b/Resources/config/services.xml
index 4cb4bf6..ba52356 100644
--- a/Resources/config/services.xml
+++ b/Resources/config/services.xml
@@ -14,17 +14,11 @@
Bundle\WebServiceBundle\ServiceDefinition\Dumper\WsdlFileDumper
-
-
-
-
-
-
-
-
+
+
-
+
@@ -61,4 +55,4 @@
%webservice.definition.wsdl%
-
\ No newline at end of file
+