As Ravi mentioned Synapse artifacts has been logically broken into different segments, Therefore, you have to just copy/create new file (example:- StockQuoteProxy.xml with configuration [1]) in < SYNAPSE_HOME>/repository/conf/synapse-config/proxy-services
[1] <proxy name="StockQuoteProxy"> <target> <endpoint> <address uri=" http://localhost:9000/services/SimpleStockQuoteService"/> </endpoint> <outSequence> <send/> </outSequence> </target> <publishWSDL uri="file:repository/conf/sample/resources/proxy/sample_proxy_1.wsdl"/> </proxy> IMPORTANT Please note that you should *not* deploy it with <definitions> </<definitions> On Wed, Sep 27, 2017 at 8:07 PM, Ravi Undupitiya <[email protected]> wrote: > You can deploy synapse configs in repository/conf/synapse-config folder. > Have a look at http://synapse.apache.org/userguide/config.html#ConfigFiles > <http://synapse.apache.org/userguide/config.html#ConfigFiles> > > > > On 28 Sep 2017, at 10:14 am, M. Khemila <[email protected]> wrote: > > > > Hi, > > > > I have developed a Synapse configuration which works when I run it as a > sample. For example, name the file synapse_sample_999.xml then run it with > ‘synapse.sh -sample 999’. > > > > Is this the only way to deploy a Synapse configuration? This methods > sounds like meant for running samples, but I cannot figure out other ways > to deploy. I can’t find anything in the online documentation. > > > > Any idea? > > > > Thank you! > > -- Best Regards, Vanji
