On Sun, Feb 20, 2011 at 8:45 PM, Amila Suriarachchi <[email protected]> wrote: > > > On Sun, Feb 20, 2011 at 7:31 PM, Hiranya Jayathilaka <[email protected]> > wrote: >> >> >> On Sun, Feb 20, 2011 at 3:28 PM, Samisa Abeysinghe <[email protected]> >> wrote: >>> >>> >>> On Sun, Feb 20, 2011 at 8:18 AM, Amila Suriarachchi <[email protected]> >>> wrote: >>>> >>>> In General is it a best practice to use main sequence for some specific >>>> task? >>>> >>>> I think we should always use Proxy service for those things and main >>>> sequence can be used as a default path >>>> for any undispatched message for a proxy service. >> >> Some use cases for the main sequence (message mediation): >> * Scenarios where you don't want to expose a WSDL >> >> * Scenarios where you want to accept requests to a wide range of URLs (eg: >> http://localhost:8280/foo, http://localhost:8280/bar) > > What I am thinking is why some one needs to send messages comes with > different urls to one end point url? Here I assume main sequence has one end > point. > > If it has many end point it is almost similar to have different proxy > services.
Not entirely true because main sequence is not a Service endpoint. Proxy service endpoint is a service endpoint. Main sequence is a endpoint that can accept anything. Thanks, Supun... > > thanks, > Amila. > >> >> Most prominent use cases for proxy services (service mediation): >> * Virtualization of existing service endpoints >> * Transport switching >> * Applying/Removing QoS settings (such as security) to/from an existing >> service >> Thanks, >> Hiranya >> >>> >>> +1. This was my view too... >>>> >>>> And also I would like to see a proxy service is always as a web service. >>>> Then it should have a wsdl and client code should >>>> written by generating the code with that. >>>> >>>> thanks, >>>> Amila. >>>> >>>> On Sat, Feb 19, 2011 at 8:24 PM, Samisa Abeysinghe <[email protected]> >>>> wrote: >>>>> >>>>> For e.g. >>>>> see: http://wso2.org/project/esb/java/3.0.1/docs/samples/qos_mediation_samples.html#Sample100 >>>>> It takes about 10 minutes to read and understand the scenario and you >>>>> still remain doubtful if you got the thing right. For e.g. is this sample >>>>> showing security between client and ESB or ESB & back-end? >>>>> Why not add a diagram each on the scenario being addressed?? >>>>> Also, as discussed in the road-map discussion, all these samples also >>>>> need instructions on how to get them done with the UI. Which means, we >>>>> cannot use the same doc as from the Synapse docs. Need to have some >>>>> screenshots on how to pick the sec. policy etc. >>>>> Also, I am not clear if it is a proxy service or the main sequence that >>>>> we are securing with this sample. >>>>> >>>>> Thanks, >>>>> Samisa... >>>>> >>>>> Samisa Abeysinghe >>>>> VP Engineering >>>>> WSO2 Inc. >>>>> http://wso2.com >>>>> http://wso2.org >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Carbon-dev mailing list >>>>> [email protected] >>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>>> >>>> >>> Thanks, >>> Samisa... >>> >>> Samisa Abeysinghe >>> VP Engineering >>> WSO2 Inc. >>> http://wso2.com >>> http://wso2.org >>> >>> >>> >>> _______________________________________________ >>> Carbon-dev mailing list >>> [email protected] >>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>> >> >> >> >> -- >> Hiranya Jayathilaka >> Senior Software Engineer; >> WSO2 Inc.; http://wso2.org >> E-mail: [email protected]; Mobile: +94 77 633 3491 >> Blog: http://techfeast-hiranya.blogspot.com > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > -- Supun Kamburugamuva Technical Lead & Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.apache.org WSO2 Inc.; http://wso2.org E-mail: [email protected]; Mobile: +94 77 431 3585 Blog: http://supunk.blogspot.com _______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
