Getting BEA-382510: OSB Assign action failed updating variable "changeXml": com.bea.wli.common.xqu
Hi,
I am trying to migrate a pure java webservice project in OSB.
I have a pre-defined wsdl. Using that I need to host the service.
I have a request pipeline and response pipeline.
In request pipeline request is coming correctly but when I am trying to generate response using xquery the said error is coming.
In response pipe I have a assign action which is generating the response xml and assigning it to a variable. Then from that variable I am transforming the response in body variable using replace action.
I have xquery resource which i have tested in xquery editor with successful result. But when I fit it in assign action the error is coming.