Hi there,
I'm trying to include an http:enpoint interceptor for the service mix http
endpoint. I'm unable to use cxf because the webservice that I'm consuming is
rpc.
The code for declaring the http:endpoint is as follows:
<http:endpoint service="jira:JiraSoapServiceService"
endpoint="JiraSoapService"
role="provider"
locationURI="http://localhost:9009/jira/rpc/soap/jirasoapservice-v2"
soap="true">
</http:endpoint>
Is there a way to include an http interceptor to record the messages in/out
and write it to a log? I was looking for something similar to:
http://cxf.apache.org/docs/interceptors.html
Thanks very much,
Mario
--
View this message in context:
http://servicemix.396122.n5.nabble.com/How-to-include-an-http-endpoint-interceptor-tp4852099p4852099.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.