-
14 Mar 2013 9:11 PM #1
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
-
14 Mar 2013 10:26 PM #2
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


Reply With Quote