diff --git a/README.md b/README.md
index 9f102a063dfbb0c75c00cd7d57cb98b33a9ca688..72e1e23417ae90d8ae5e5e71700c7d08bff9db2a 100644
--- a/README.md
+++ b/README.md
@@ -27,5 +27,10 @@
       * Add new filter-ref (name=MonitoringFilter, priority=2147483647)
 * For each MySQL data source, add a statement interceptor
   * Open WildFly Administration Webseite and open "Tools/Management Model"
-  * Go to /profile=full-ha/subsystem=datasources/data-source=SPECjMfgDS/connection-properties=statementInterceptors
-    * Set attribute Value to "tools.descartes.prisma.agent.wildfly.interceptors.JDBCStatementInterceptor"
\ No newline at end of file
+  * Go to /profile=full-ha/subsystem=datasources/data-source=[data source name]/connection-properties=statementInterceptors
+    * Set attribute Value to "tools.descartes.prisma.agent.wildfly.interceptors.JDBCStatementInterceptor"
+* Add a web service interceptor for outgoing calls
+  * Go to /profile=full-ha/subsystem=webservices/client-config=Standard-Client-Config/pre-handler-chain
+  * Add new endpoint configuration PrismaHandler
+  * Add new 
+