Hello,
I have a Webservice that require 7 parameters.
I want to call this webservice from an OBIEE Action.
Steps to reproduce the bug :
In OBIEE, I open an Analysis => Criteria Tab => Drag a drop a column => Column property => Interaction => Action Link
I add an action "Invoke a Webservice"
I put the WSDL file Location, I can then select the operation in my Webservice.
In the "Define Parameter" step, I have 7 lines (as my WebService require 7 parameters), but I notice many bugs
1) All the Parameters have the same name (which is the name of the Webservice operation)
2) When I put a value for a Parameter, this value is duplicated to all the 7 parameters.
It looks like OBIEE is invoking my WebService giving one single parameter duplicated 7 times.
Does anyone already tried to invoke a WebService with multiple parameters from OBIEE ?
Thanks