diff --git a/README.md b/README.md
index 72e1e23417ae90d8ae5e5e71700c7d08bff9db2a..b4a80789e4c2698afd2d7ad76b2712e8e9e2bc26 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,8 @@
     * 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 
+  * Add new endpoint configuration "PrismaHandler"
+    * Set attribute protocol bindings to "##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM"
+  * Add new handler "PrismaHandler"
+    * Set attribute class to "tools.descartes.prisma.agent.wildfly.interceptors.WebServiceOutgoingCallInterceptor"