[ https://issues.apache.org/jira/browse/ODE-964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13287415#comment-13287415 ]
Sathwik Bantwal Premakumar commented on ODE-964: ------------------------------------------------ The bpel runtime returns an error <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <soapenv:Fault xmlns:axis2ns1="http://incubator.apache.org/ode"> <faultcode>axis2ns1:Fault</faultcode> <faultstring>Unable to evaluate property alias "OMessageVarType#14({http://www.example.org/wsdlwithheader/}correlattionWithHeadersRequest)[header][{OXPath10Expression in/text()}]" to incoming message: No results for expression: 'in/text()'</faultstring> <detail> <Exception>org.apache.ode.axis2.OdeFault: Unable to evaluate property alias "OMessageVarType#14({http://www.example.org/wsdlwithheader/}correlattionWithHeadersRequest)[header][{OXPath10Expression in/text()}]" to incoming message: No results for expression: 'in/text()' at org.apache.ode.axis2.ODEService.onResponse(ODEService.java:346) at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:232) at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:81) at org.apache.ode.axis2.hooks.ODEMessageReceiver.invokeBusinessLogic(ODEMessageReceiver.java:53) at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114) at org.apache.ode.axis2.hooks.ODEMessageReceiver.receive(ODEMessageReceiver.java:75) at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173) at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:173) at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:144) at javax.servlet.http.HttpServlet.service(HttpServlet.java:647) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) at java.lang.Thread.run(Thread.java:662)</Exception> </detail> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> > Correlation using custom soap header elements does not work > ----------------------------------------------------------- > > Key: ODE-964 > URL: https://issues.apache.org/jira/browse/ODE-964 > Project: ODE > Issue Type: Bug > Components: BPEL Runtime > Reporter: Sathwik Bantwal Premakumar > > Correlation using custom soap header elements does not work. The attached > process provided confirms the bug. > Steps: > 1) Deploy the process from the designer. > 2) Import the wsdlWithHeader-Process.wsdl from the server deployment in SoapUI > 3) Invoke the Receive_first_message request, the response will contain the > correlation value. > 4) Copy the same value in the soap header section of correlationWithHeaders > request and fire the request. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira