Pregunta

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?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top