elephant2001
15 Sep 2010, 4:44 AM
Hi all,
I’ve this architectural scenario: i) the client’s browser (in domain A); ii) the ASPX Proxy (in domain B); iii) and the Web Service (deployed in the domain C).
As far as I know, I should use the ScriptTagProxy to get the data (from domain A to domain C).
Since the data to be displayed are a lot, It should be better to exchange the data using the POST. But it seems that ScriptTagProxy doesn’t support POST method.
How I can resolve it?
Thanks for the Help!!!
:-/
I’ve this architectural scenario: i) the client’s browser (in domain A); ii) the ASPX Proxy (in domain B); iii) and the Web Service (deployed in the domain C).
As far as I know, I should use the ScriptTagProxy to get the data (from domain A to domain C).
Since the data to be displayed are a lot, It should be better to exchange the data using the POST. But it seems that ScriptTagProxy doesn’t support POST method.
How I can resolve it?
Thanks for the Help!!!
:-/