Hi ,

I am trying to run a report at a given URL and collect the XML
generated in flex.When i use the request tag to pass parameters to the
destination,it is giving me the following error:

Syntax error : expecting colon before dot. I assume the error is
because the tag names like ui.action have dot in the tag which is not
permitted.Can anyone suggest how to solve this problem?

Here is that part of the code where i am sending the parameters to the
destination:

<mx:HTTPService id="http_srv" url="http://server1:80/cognos8/cgi-bin/
cognosisapi.dll" result="dpHandler(event)">
<mx:request>
<b_Action>cognosViewer</b_Action>
<ui.action>run</ui.action>
<ui.object>%2fcontent%2fpackage%5b%40name%3d%27TestPNL%27%5d%2freport
%5b%40name%3d%27XMLFlexTest%27%5d</ui.object>
<ui.name>XMLFlexTest</ui.name>
<run.outputFormat>XML</run.outputFormat>
<run.prompt>true</run.prompt>
</mx:request>

Thanks,
Shishir.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to