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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top