PDA

View Full Version : How to Expose more than one WCF Service With Spring.Services integration.


luizaso
05-26-2008, 11:18 PM
Hello all, can I expose more than one Service with WCF Spring integration? Can I have access to my service hosts???

Thank you all...

Bruno Baia
05-28-2008, 10:47 AM
Hi,

By "more than one Service", do you mean a service with multiple interfaces or multiple services ? Both are supported anyway.


- Bruno

fseebach
10-10-2008, 03:17 PM
I want to get one Host with multiple Services ans Interfaces in it.

Example:

I have a CustomerService with Interface ICustomerService
and a OrderService with Interface IOrderService


I want to Host both in on ServiceHost

net.tcp://localhost:8000/LimsNET/CustomerService
net.tcp://localhost:8000/LimsNET/OrderService


Can anyone give an example pls.