1. #1
    Sencha Premium Member
    Join Date
    Mar 2013
    Posts
    1
    Vote Rating
    0
    gelliott is on a distinguished road

      0  

    Wink Soap Proxy

    Soap Proxy


    I have the latest Sencha Complete Package which includes Architect 2.2 and the Enterprise version of ExtJS with the Soap Proxy. How do I create a Soap Proxy in Architect as I do not see it in the Data Toolbox

    Thanks
    Graeme

  2. #2
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,191
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    Link the SoapProxy class via a Resource. Add JS Resource, link to myresources/SoapProxy.js. Then create a typical Store/proxy/reader set. You can then configure a createAlias on the proxy to 'soapproxy'. This will make it so that the code generated uses the custom proxy.

    You can do this with other things like user interface components as well.
    http://docs.sencha.com/architect/2/#...rces-section-6

    Note that this will not allow you to load the data within architect but will work in the saved project running in the browser.
    Aaron Conran
    @aconran
    Sencha Architect Development Team