BEA-382501 - The action of OSB service call has been answered unrecognized
KnorrarMar 3 2011 — edited Mar 4 2011Hello
I have the following scenario:
1.Create a proxy service XQuery by mapping schema and business service
schema.
2. Now Create message flow as Following: Proxy service -> BranchNode1 ->
PipelinePairNode -> Stage1 -> Route to business service.
3. Now in stage1, choose Add an action -> Message processing -> Replace.
4. I've been testing from the console and makes calling OSB Business Services:
Tracing the call is:
The XQuery transformation is invoked correctly, even with the *<soapenv: Body*>
generated in soapUI,
I 've tried doing call and I answer the BS, but OSB answer the following error:
<con:fault xmlns:con="http://www.bea.com/wli/sb/context">
<con:errorCode>BEA-382501</con:errorCode>
<con:reason>
The action of OSB service call has been answered unrecognized
</con:reason>
<con:details>
<con1:UnrecognizedResponseDetail xmlns:con1="http://www.bea.com/wli/sb/stages/transform/config">
<con1:http-response-code>200</con1:http-response-code>
</con1:UnrecognizedResponseDetail>
</con:details>
<con:location>
<con:node>PipelinePairNode1</con:node>
<con:pipeline>PipelinePairNode1_request</con:pipeline>
<con:stage>stage1</con:stage>
<con:path>request-pipeline</con:path>
</con:location>
</con:fault>
can someone help me please, I am somewhat lost
Edited by: user10070593 on Mar 3, 2011 3:57 PM