Hello I have this error:
org.apache.ode.bpel.compiler.api.CompilationException: error:
[UndeclaredVariable] Attempt to reference undeclared variable "Search".
at
org.apache.ode.bpel.compiler.BpelCompiler.resolveVariable(BpelCompiler.java:305)
at ParserBPEL.start(ParserBPEL.java:222)
at ParserBPEL.<init>(ParserBPEL.java:111)
at TestParserBPEL.main(TestParserBPEL.java:13)
this is a part of my Bpel file:
<bpel:variables>
<bpel:variable name="Search"
messageType="ns:searchResponse"></bpel:variable>
<bpel:variable name="Update"
messageType="ns:updateRequest"></bpel:variable>
</bpel:variables>
Why that error?