Hi, Now I can run a sample webservice (simple SOAP based) in servicemix. Now I have a scenario where my legacy application which is actually build in spring 2.5, have service layer. Now i have to expose these services to SMX so that other application deployed under same SMX server can lookup those service for reference. For example:
I have a school management project where there are several modules. 1. Admission Module 2. Library Module 3. Class Management module 4. User management module Now previously these all are integrated in one web app with spring config files, such as: 1. <servletName>-servlet.xml (for spring mvc use) 2. schoolServiceApplicationContext.xml (for mentioning all service layer classes) 3. schoolDaoApplicationContext.xml (for mentioning all DAO layer classes) Now according to the new scenario we are creating all modules separatly (one module as standalone web app). But we have need other module dependency in some cases. Say for accessing *Issue Books in Library Module* user must be valid. So for this system need to authenticate with AuthenticateService which is present in User Module. So for this purpose I need to expose AuthenticateService to SMX so that other application present in SMX will be able to lookup this service when required. But here is one more constraint that exposing shouldn't be SOAP or any webservice based. Also it has to be multi threaded. So this type of arrangement is possible in Mule ESB with the help of Mule config file. But not getting anything of this sort in SMX 4. Kindly anyone who can suggest me any link or can explain me with some example then I'll be really thankful. Thanks in advance. -- View this message in context: http://servicemix.396122.n5.nabble.com/Spring-service-exposing-to-SMX-4-tp5713766.html Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
