From c5ecd30fce373f81d8bddde352a4d4bbf03a8176 Mon Sep 17 00:00:00 2001 From: Simon Spinner <simon.spinner@uni-wuerzburg.de> Date: Wed, 29 Jun 2016 09:28:14 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72e1e23..b4a8078 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" -- GitLab