Hi,
I am trying to build and application, that can access external API and fetch the response (XML or JSON), parse the response and display it.
For now I am using http://www.historytoday.com/feed/rss.xml
When I run application via "" it launches simulator and I can see it workign as expected. But when I try to run same application in emulator it failes with following error message:
02-04 21:39:29.052: DEBUG/WRT_PLUGINS(2474): [wrt-wk2-bundle.cpp:345] willSendRequestForFrameCallback(): willSendRequestForFrameCallback called
02-04 21:39:29.052: DEBUG/WRT_PLUGINS(2474): [wrt-wk2-bundle.cpp:514] willSendRequestForFrame(): willSendReq got http://www.historytoday.com/feed/rss.xml
02-04 21:39:29.092: DEBUG/WRT(2470): [view_logic.cpp:1013] contextMessageFromInjectedBundleCallback(): contextMessageFromInjectedBundleCallback called
02-04 21:39:29.092: DEBUG/WRT(2470): [view_logic.cpp:1637] didReceiveSynchronousMessage(): didReceiveSynchronousMessage called
02-04 21:39:29.092: DEBUG/WRT(2470): [view_logic.cpp:1647] didReceiveSynchronousMessage(): received : will_send_msg
02-04 21:39:29.092: DEBUG/WRT(2470): [view_logic_uri_support.cpp:125] localizeURI(): localizing url: http://www.historytoday.com/feed/rss.xml
02-04 21:39:29.092: DEBUG/WRT(2470): [view_logic_uri_support.cpp:138] localizeURI(): scheme doesn't need to localize
02-04 21:39:29.092: DEBUG/WRT(2470): [view_logic_security_support.cpp:208] filterURIBySecurity(): Request was blocked by WARP: http://www.historytoday.com/feed/rss.xml
02-04 21:39:29.092: INFO/WRT(2470): [view_logic.cpp:1684] requestWillSend(): set blocked uri to open browser later : http://www.historytoday.com/feed/rss.xml
02-04 21:39:29.092: ERROR/WRT(2470): [view_logic.cpp:1653] didReceiveSynchronousMessage(): Wrong type received
02-04 21:39:29.092: DEBUG/WRT_PLUGINS(2474): [wrt-wk2-bundle.cpp:532] willSendRequestForFrame(): uri is blocked
I am not able to finding any help on this. Please help.
Thanks
Prashant