Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top