Following is the header that I see in the logs when run with "mvn camel:run"
and routed to log uaing show header option like below-

<to uri="log:before?showHeaders=true"/>.

I don't see no operationName header -

Headers:{SOAPAction="http://reportincident.example.camel.apache.org/ReportIncident";,
accept-encoding=gzip,deflate, Host=localhost:9080,
content-type=text/xml;charset=UTF-8, User-Agent=Jakarta
Commons-HttpClient/3.1, breadcrumbId=ID-Anupam-PC-49990-1345051042099-0-2,
CamelCxfMessage={org.apache.cxf.message.Message.PROTOCOL_HEADERS={accept-encoding=[gzip,deflate],
Content-Length=[563], content-type=[text/xml;charset=UTF-8],
Host=[localhost:9080],
SOAPAction=["http://reportincident.example.camel.apache.org/ReportIncident";],
User-Agent=[Jakarta Commons-HttpClient/3.1]},
HTTP_CONTEXT_MATCH_STRATEGY=stem,
org.apache.cxf.request.url=http://localhost:9080/camel-example-cxf-proxy/webservices/ReportIncident,
org.apache.cxf.request.uri=/camel-example-cxf-proxy/webservices/ReportIncident,
HTTP.REQUEST=(POST
/camel-example-cxf-proxy/webservices/ReportIncident)@2349183
org.eclipse.jetty.server.Request@23d87f, HTTP.CONFIG=null,
org.apache.cxf.transport.https.CertConstraints=null, Accept=null,
org.apache.cxf.message.Message.PATH_INFO=/camel-example-cxf-proxy/webservices/ReportIncident,
org.apache.cxf.message.Message.BASE_PATH=/camel-example-cxf-proxy/webservices/ReportIncident,
org.apache.cxf.continuations.ContinuationProvider=org.apache.cxf.transport.http_jetty.continuations.JettyContinuationProvider@15a9fdf,
org.apache.cxf.message.Message.IN_INTERCEPTORS=[org.apache.cxf.transport.https.CertConstraintsInterceptor@b626b0],
org.apache.cxf.binding.soap.SoapVersion=org.apache.cxf.binding.soap.Soap11@a61d64,
org.apache.cxf.message.Message.ENCODING=UTF-8,
org.apache.cxf.message.Message.QUERY_STRING=null, HTTP.RESPONSE=HTTP/1.1 200
,
org.apache.cxf.security.SecurityContext=org.apache.cxf.transport.http.AbstractHTTPDestination$2@1d394ab,
org.apache.cxf.request.method=POST,
org.apache.cxf.async.post.response.dispatch=true,
org.apache.cxf.configuration.security.AuthorizationPolicy=null,
org.apache.cxf.message.MessageFIXED_PARAMETER_ORDER=false,
org.apache.cxf.transport.Destination=org.apache.cxf.transport.http_jetty.JettyHTTPDestination@19318fa,
http.base.path=http://localhost:9080/camel-example-cxf-proxy/webservices,
Content-Type=text/xml;charset=UTF-8,
HTTP.CONTEXT=ServletContext@o.e.j.s.h.ContextHandler{/camel-example-cxf-proxy/webservices,null}}},
BodyType:null, Body:[Body is instance of java.io.InputStream]]


For the purpose of having a test case I have attached a rar containing the
entire project in my earlier post.




--
View this message in context: 
http://camel.465427.n5.nabble.com/exposing-different-operations-under-same-service-in-camel-cxf-routing-tp5716944p5717441.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to