문제

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