Search code examples
xsltcdatabpel

insert string literal in BPEL


I am working on BPEL to compose some web services, the problem that I need to convert date type.

I am using:

 bpel:doXslTransform("SimpleTransform.xsl", $input.payload)

but the eclipse says :

The first argument ("SimpleTransform.xsl") to function doXslTransform in "bpel:doXslTransform("SimpleTransform.xsl", $input.payload)" must be a literal (string).

any solutions?


Solution

  • That's a bug on the plugin, just ignore it. It will work if you deploy it.