views:

113

answers:

1

How can I programmatically be able to create a feed and add entries on the .NET Service bus reistry? I have a set of asmx and wcf services which I would want to be discoverable using the service registry capability of the .Net Servcie bus. Has anybody tried this one?

A: 

This might help you: Service Bus Samples

Lukas Šalkauskas
I have seen the samples. It does not have any sample which demonstrates how to register a service on the service bus using the ATOM pub approach. The scenario I have is that, there are a set of non-azure services (asmx,wcf) which I would be hosting on-premise, but would want to make these services dynamically discoverable. Instead of using UDDI , I am looking at the service bus to satisfy this requirement