[CLOSED] XmlDataSource without URL / HttpProxy

  1. #1

    [CLOSED] XmlDataSource without URL / HttpProxy

    I am using a store with an HttpProxy that has an xml file specified in the URL property.

    Problem is that I am using a webfarm, and i can't be sure that the XML file will be on the server that answers the request of the HttpProxy.URL.

    The loadbalancer could direct that URL to any of the webservers in the farm, and the file is only written to one of them.

    Is there an easy way to specify the XML data as the data source for the store without using the HttpProxy, or is there a different creative solution for this?
    Last edited by geoffrey.mcgill; Apr 17, 2012 at 7:31 PM. Reason: [CLOSED]
  2. #2
    Hi,

    You could set up
    AutoLoad="false"
    for the Store.

    Then get an XML file and place it into some destination within your application referring HttpProxy Url to that destination.

    Then you can call
    Store.reload();
    to cause that file to be loaded into the Store.

Similar Threads

  1. [CLOSED] XmlDataSource & DataList Coolite Alternative
    By fondant in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 08, 2010, 7:32 AM
  2. [CLOSED] [1.0] HttpProxy and Parameters
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Feb 11, 2010, 6:01 PM
  3. How to bind GrodPanel with XMLDataSource?
    By saad khan in forum 1.x Help
    Replies: 0
    Last Post: Dec 13, 2009, 10:46 AM
  4. gridpanel with xmldatasource
    By maxdiable in forum 1.x Help
    Replies: 0
    Last Post: May 20, 2009, 9:41 AM
  5. [CLOSED] HttpProxy
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Oct 08, 2008, 11:09 AM

Tags for this Thread

Posting Permissions