OSB XSLT trasformations with XML input parameter
852877Apr 5 2011 — edited Oct 11 2011Hello , In my proxy service i need to make assign step with XSLT transformation which have input parameter thats have to be XML.
As "Input Document" I select the body - $body/db:OutputParameters.
In Bind Variables I have v_accinfo where i want to put $accinfo/ai:OutputParameters.
$accinfo is variable populated before this assign by Service Call out ( Response Document Variable ) .
with this setup i get an error "No value could be bound to variable: v_accinfo".
I tried some different expressions in place of $accinfo/ai:OutputParameters, but i get some other errors. I think it should be $accinfo/ai:OutputParameters.
Can someone help with this?
I lost too much time pulling hair, on this. :(