cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Query Template From Flex HTTP Service

Former Member
0 Kudos

Hi,

I tried to call the Query template (MII 12.0.2) from HTTP Service in Adobe Flex. Before calling it, i executed the Query template from workbench and copied the URL and paste it as HTTP service URL in Flex.

I gave URL as

<HTTP Service Id>.url=encodeURI("http://<servername:port>/XMII/Illuminator?QueryTemplate=Default/TestQuery&IllumLoginName=<username>&IllumPassword=<password>&content-type=text/xml");

When i executed from Flex, it shown the result in DataGrid. It worked until i close all browsers. But after i closed all my browsers and executed again, it is shown error as XML Parser error.

I tried by copy and paste this URL in browser. It asked for Username and password. After i gave it, it is showing grid. If i close all browser and try it , it is not showing and thorwing error.

How to solve this?

Regards,

Senthil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Senthil,

I saw in your URL that you are using IllumPassword. The correct name is IllumLoginPassword.

Maybe this iis the only issue.

BR

Pedro Iglesias

Answers (0)