Hi folks,
I'm just trying to call a MII transaction that delivers a XML document in Flex via Actionscript. But how has the call to look like? It requires 3 input parameters (LoginName, LoginPassword and InputParams). But the called transaction has no input parameters and I don't find a way to set the parameters. Does anybody know that?
I already tried to embed it in the mxml-file, I tried to import the ws but nothing works. My calling statement looks like this:
griddata.xacute("Username","Password","");
But I always get the error message in the just-in-time-debugger "Id 1067: Implizite Umwandlung eines Werts des Typs String in einen nicht verwandten Typ generated.webservices:InputParams. .." - "implicit compilation of a value of the type string into a non-related type...."
Thanks,
Anika