You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@synapse.apache.org by Harihara Sudhan <ha...@crimsonlogic.co.in> on 2008/05/20 13:30:58 UTC

Clarification regarding Service Registry feature

Hi all,

I am newbie to synapse. I have few queries like

1. How about Service Registry and Service Discovery feature in
synapse?IS there any plug-in available to use Apache jUDDI with synapse.

2. Any GUI available in synapse to monitor and manage (activate,
deactivate and undeploy) the services?

Thanks in Advance

Regards
K.Harihara Sudhan.



Re: Clarification regarding Service Registry feature

Posted by Ruwan Linton <ru...@gmail.com>.
On Tue, May 20, 2008 at 8:58 PM, Asankha C. Perera <as...@wso2.com> wrote:

> Hi Hariharan
>
>> 2. Any GUI available in synapse to monitor and manage (activate,
>>> deactivate and undeploy) the services?
>>>
>>>
>> Synapse does not contain a admin console, but there is another open source
>> project named WSO2ESB [1] which is
>>
>> [1] - http://wso2.org/esb
>>
>>
> The WSO2 ESB wraps the core synpase ESB engine with a graphical
> administration UI and a better registry implementation and some enhanced JMX
> management support. Its also fully open source under the same Apache v2.0
> license, and comes with commercial support


Thanks asankha, I had to refresh my browser after typing the message (am
using GMail) and it dropped part of the message which was exactly the same
as you commented

Thanks,
Ruwan


>
>
> asankha
>



-- 
Ruwan Linton
http://www.wso2.org - "Oxygenating the Web Services Platform"

Re: Clarification regarding Service Registry feature

Posted by "Asankha C. Perera" <as...@wso2.com>.
Hi Hariharan
>> 2. Any GUI available in synapse to monitor and manage (activate, deactivate and undeploy) the services?
>>     
> Synapse does not contain a admin console, but there is another open source
> project named WSO2ESB [1] which is
>
> [1] - http://wso2.org/esb
>   
The WSO2 ESB wraps the core synpase ESB engine with a graphical 
administration UI and a better registry implementation and some enhanced 
JMX management support. Its also fully open source under the same Apache 
v2.0 license, and comes with commercial support

asankha

Re: Clarification regarding Service Registry feature

Posted by Ruwan Linton <ru...@gmail.com>.
Hi Harihara,

Please see my comments in-line;

On Tue, May 20, 2008 at 5:00 PM, Harihara Sudhan <
hariharasudhan@crimsonlogic.co.in> wrote:

> Hi all,
>
> I am newbie to synapse. I have few queries like
>
> 1. How about Service Registry and Service Discovery feature in
> synapse?IS there any plug-in available to use Apache jUDDI with synapse.


Not to my knowledge. :-(


>
>
> 2. Any GUI available in synapse to monitor and manage (activate,
> deactivate and undeploy) the services?


Synapse does not contain a admin console, but there is another open source
project named WSO2ESB [1] which is

[1] - http://wso2.org/esb


>
>
> Thanks in Advance
>
> Regards
> K.Harihara Sudhan.
>
>
>


-- 
Ruwan Linton
http://www.wso2.org - "Oxygenating the Web Services Platform"

Re: Clarification regarding Service Registry feature

Posted by Ruwan Linton <ru...@gmail.com>.
Correction on the JIRA url

http://issues.apache.org/jira

Thanks,
Ruwan

On 6/29/08, Ruwan Linton <ru...@gmail.com> wrote:
>
> Hi Eddie,
>
>
> Hi there,
>>
>> i want to integrate jUDDI and Synapse too.
>> can i join?
>> any proposed scope?
>
>
> For the moment there is no built-in integration with jUDDi, if you need
> this feature, you may go ahead and file a JIRA for this.
>
> http://issues.apache.org/
>
> to me, it will be very useful if it can easily connect to jUDDI as one of
>> the endpoint types
>
>
> What do you mean by endpoint type here, AFAIK jUDDI is a registry right?
>
> Thanks,
> Ruwan
>
> Eddie Lau
>>
>> --
>> View this message in context:
>> http://www.nabble.com/-Synapse-1.1.1--problems-with-XML-request-tp17336164p18176973.html
>> Sent from the Synapse - User mailing list archive at Nabble.com.
>>
>>
>
>
> --
> Ruwan Linton
> http://wso2.org - "Oxygenating the Web Services Platform"
> http://ruwansblog.blogspot.com/




-- 
Ruwan Linton
http://wso2.org - "Oxygenating the Web Services Platform"
http://ruwansblog.blogspot.com/

Re: Clarification regarding Service Registry feature

Posted by Wayne Keenan <wa...@gmail.com>.
Hi,

After hitting send I immediately realised my error,  WADL isn't a UDDI
equivalent (it is to REST as WSDL is to SOAP),
so please ignore my mistake and just please consider LDAP as a
potetial candidate for a registry, if you think its really viable.

Regards
Wayne

On Mon, Jun 30, 2008 at 1:06 PM, Wayne Keenan <wa...@gmail.com> wrote:
> Hi,
>
> Would you keep WADL*1 in mind when considering alternatives please?
> Also, when I was 'looking around' a few months back  I bumped into a
> WIP book   (http://www.manning.com/davis/)
> which uses an LDAP implementation*2 as the basis of the registry, so
> could you keep that in the back of you mind too please?
>
> *1   http://en.wikipedia.org/wiki/Web_Application_Description_Language
> *2   http://directory.apache.org/
>
> I watched a google tech talk from a Mr J. Bloch on API design, and his
> suggested if you can support 3 different providers in a Service
> Provider Interface than you can be pretty sure you have a high chance
> of being able to support any variation that may come around :)
>
> Regards
> Wayne
>
> On Mon, Jun 30, 2008 at 12:46 PM, Asankha C. Perera <as...@wso2.com> wrote:
>> Paul
>>
>> This would be good.. also we could support other Registries than UDDI, and
>> this could be similar in implementation to the WSDL endpoint
>>
>> asankha
>>
>> Paul Fremantle wrote:
>>>
>>> Ruwan
>>>
>>> I believe what Eddie is proposing is to pull the endpoint definition
>>> from UDDI instead of from WSDL.
>>>
>>> So instead of
>>>
>>> <endpoint>
>>>  <wsdl...../>
>>> </endpoint>
>>>
>>> You would have
>>> <endpoint>
>>>   <uddi ....>
>>> </endpoint>
>>>
>>> This would look up the endpoint URL from UDDI. In fact there probably
>>> would be two options - one is simply to look up the URL in UDDI (using
>>> a UDDI endpoint definition) and the second is to pull a full WSDL from
>>> UDDI (http://www.ibm.com/developerworks/webservices/library/ws-wsdl/)
>>>
>>> Its been a while since I really studied UDDI, but I guess the main
>>> thing we should do is to define what the <uddi/> tag needs as input,
>>> and then once we have that clearly defined, we can code it and test
>>> against some implementations.
>>>
>>> Paul
>>>
>>>
>>>
>>>
>>> On Sun, Jun 29, 2008 at 1:19 PM, Ruwan Linton <ru...@gmail.com>
>>> wrote:
>>>
>>>>
>>>> Hi Eddie,
>>>>
>>>>
>>>> Hi there,
>>>>
>>>>>
>>>>> i want to integrate jUDDI and Synapse too.
>>>>> can i join?
>>>>> any proposed scope?
>>>>>
>>>>
>>>> For the moment there is no built-in integration with jUDDi, if you need
>>>> this
>>>> feature, you may go ahead and file a JIRA for this.
>>>>
>>>> http://issues.apache.org/
>>>>
>>>> to me, it will be very useful if it can easily connect to jUDDI as one of
>>>>
>>>>>
>>>>> the endpoint types
>>>>>
>>>>
>>>> What do you mean by endpoint type here, AFAIK jUDDI is a registry right?
>>>>
>>>> Thanks,
>>>> Ruwan
>>>>
>>>> Eddie Lau
>>>>
>>>>>
>>>>> --
>>>>> View this message in context:
>>>>>
>>>>> http://www.nabble.com/-Synapse-1.1.1--problems-with-XML-request-tp17336164p18176973.html
>>>>> Sent from the Synapse - User mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>>
>>>>
>>>> --
>>>> Ruwan Linton
>>>> http://wso2.org - "Oxygenating the Web Services Platform"
>>>> http://ruwansblog.blogspot.com/
>>>>
>>>>
>>>
>>>
>>>
>>>
>>
>> --
>> Asankha C. Perera
>>
>> WSO2 - http://wso2.org
>> http://esbmagic.blogspot.com
>>
>>
>

Re: Clarification regarding Service Registry feature

Posted by Wayne Keenan <wa...@gmail.com>.
Hi,

Would you keep WADL*1 in mind when considering alternatives please?
Also, when I was 'looking around' a few months back  I bumped into a
WIP book   (http://www.manning.com/davis/)
which uses an LDAP implementation*2 as the basis of the registry, so
could you keep that in the back of you mind too please?

*1   http://en.wikipedia.org/wiki/Web_Application_Description_Language
*2   http://directory.apache.org/

I watched a google tech talk from a Mr J. Bloch on API design, and his
suggested if you can support 3 different providers in a Service
Provider Interface than you can be pretty sure you have a high chance
of being able to support any variation that may come around :)

Regards
Wayne

On Mon, Jun 30, 2008 at 12:46 PM, Asankha C. Perera <as...@wso2.com> wrote:
> Paul
>
> This would be good.. also we could support other Registries than UDDI, and
> this could be similar in implementation to the WSDL endpoint
>
> asankha
>
> Paul Fremantle wrote:
>>
>> Ruwan
>>
>> I believe what Eddie is proposing is to pull the endpoint definition
>> from UDDI instead of from WSDL.
>>
>> So instead of
>>
>> <endpoint>
>>  <wsdl...../>
>> </endpoint>
>>
>> You would have
>> <endpoint>
>>   <uddi ....>
>> </endpoint>
>>
>> This would look up the endpoint URL from UDDI. In fact there probably
>> would be two options - one is simply to look up the URL in UDDI (using
>> a UDDI endpoint definition) and the second is to pull a full WSDL from
>> UDDI (http://www.ibm.com/developerworks/webservices/library/ws-wsdl/)
>>
>> Its been a while since I really studied UDDI, but I guess the main
>> thing we should do is to define what the <uddi/> tag needs as input,
>> and then once we have that clearly defined, we can code it and test
>> against some implementations.
>>
>> Paul
>>
>>
>>
>>
>> On Sun, Jun 29, 2008 at 1:19 PM, Ruwan Linton <ru...@gmail.com>
>> wrote:
>>
>>>
>>> Hi Eddie,
>>>
>>>
>>> Hi there,
>>>
>>>>
>>>> i want to integrate jUDDI and Synapse too.
>>>> can i join?
>>>> any proposed scope?
>>>>
>>>
>>> For the moment there is no built-in integration with jUDDi, if you need
>>> this
>>> feature, you may go ahead and file a JIRA for this.
>>>
>>> http://issues.apache.org/
>>>
>>> to me, it will be very useful if it can easily connect to jUDDI as one of
>>>
>>>>
>>>> the endpoint types
>>>>
>>>
>>> What do you mean by endpoint type here, AFAIK jUDDI is a registry right?
>>>
>>> Thanks,
>>> Ruwan
>>>
>>> Eddie Lau
>>>
>>>>
>>>> --
>>>> View this message in context:
>>>>
>>>> http://www.nabble.com/-Synapse-1.1.1--problems-with-XML-request-tp17336164p18176973.html
>>>> Sent from the Synapse - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>>
>>>
>>> --
>>> Ruwan Linton
>>> http://wso2.org - "Oxygenating the Web Services Platform"
>>> http://ruwansblog.blogspot.com/
>>>
>>>
>>
>>
>>
>>
>
> --
> Asankha C. Perera
>
> WSO2 - http://wso2.org
> http://esbmagic.blogspot.com
>
>

Re: Clarification regarding Service Registry feature

Posted by "Asankha C. Perera" <as...@wso2.com>.
Paul

This would be good.. also we could support other Registries than UDDI, 
and this could be similar in implementation to the WSDL endpoint

asankha

Paul Fremantle wrote:
> Ruwan
>
> I believe what Eddie is proposing is to pull the endpoint definition
> from UDDI instead of from WSDL.
>
> So instead of
>
> <endpoint>
>   <wsdl...../>
> </endpoint>
>
> You would have
> <endpoint>
>    <uddi ....>
> </endpoint>
>
> This would look up the endpoint URL from UDDI. In fact there probably
> would be two options - one is simply to look up the URL in UDDI (using
> a UDDI endpoint definition) and the second is to pull a full WSDL from
> UDDI (http://www.ibm.com/developerworks/webservices/library/ws-wsdl/)
>
> Its been a while since I really studied UDDI, but I guess the main
> thing we should do is to define what the <uddi/> tag needs as input,
> and then once we have that clearly defined, we can code it and test
> against some implementations.
>
> Paul
>
>
>
>
> On Sun, Jun 29, 2008 at 1:19 PM, Ruwan Linton <ru...@gmail.com> wrote:
>   
>> Hi Eddie,
>>
>>
>> Hi there,
>>     
>>> i want to integrate jUDDI and Synapse too.
>>> can i join?
>>> any proposed scope?
>>>       
>> For the moment there is no built-in integration with jUDDi, if you need this
>> feature, you may go ahead and file a JIRA for this.
>>
>> http://issues.apache.org/
>>
>> to me, it will be very useful if it can easily connect to jUDDI as one of
>>     
>>> the endpoint types
>>>       
>> What do you mean by endpoint type here, AFAIK jUDDI is a registry right?
>>
>> Thanks,
>> Ruwan
>>
>> Eddie Lau
>>     
>>> --
>>> View this message in context:
>>> http://www.nabble.com/-Synapse-1.1.1--problems-with-XML-request-tp17336164p18176973.html
>>> Sent from the Synapse - User mailing list archive at Nabble.com.
>>>
>>>
>>>       
>> --
>> Ruwan Linton
>> http://wso2.org - "Oxygenating the Web Services Platform"
>> http://ruwansblog.blogspot.com/
>>
>>     
>
>
>
>   

-- 
Asankha C. Perera

WSO2 - http://wso2.org
http://esbmagic.blogspot.com


Re: Clarification regarding Service Registry feature

Posted by Andreas Veithen <an...@skynet.be>.
Paul,

Do you know whether there is a good JAXR provider for jUDDI and do you  
think that the requirements could be satisfied by relying on the JAXR  
API alone? Some time back I wrote a very simple JAXR registry plugin  
for Synapse but this one was targeted at ebXML RR and only supported  
loading ExtrinsicObjects. It doesn't allow transforming ServiceBinding  
entries into Synapse endpoint definitions.

Andreas

On 30 juin 08, at 13:21, Paul Fremantle wrote:

> I think what we need to capture for UDDI is:
> * The UDDI server URL
> * Optionally Uid/Pw for the UDDI server
> * A cache timeout (how long to store the retrieved information  
> before requerying
> * The simple approach is to use a bindingKey to look up an endpoint
> * The more complex approach is to seatch on a TModel. However, its not
> clear what to do when you get back multiple results in this case.
>
> Paul
>
> On Mon, Jun 30, 2008 at 12:17 PM, Paul Fremantle <pz...@gmail.com>  
> wrote:
>> Ruwan
>>
>> I believe what Eddie is proposing is to pull the endpoint definition
>> from UDDI instead of from WSDL.
>>
>> So instead of
>>
>> <endpoint>
>> <wsdl...../>
>> </endpoint>
>>
>> You would have
>> <endpoint>
>>  <uddi ....>
>> </endpoint>
>>
>> This would look up the endpoint URL from UDDI. In fact there probably
>> would be two options - one is simply to look up the URL in UDDI  
>> (using
>> a UDDI endpoint definition) and the second is to pull a full WSDL  
>> from
>> UDDI (http://www.ibm.com/developerworks/webservices/library/ws-wsdl/)
>>
>> Its been a while since I really studied UDDI, but I guess the main
>> thing we should do is to define what the <uddi/> tag needs as input,
>> and then once we have that clearly defined, we can code it and test
>> against some implementations.
>>
>> Paul
>>
>>
>>
>>
>> On Sun, Jun 29, 2008 at 1:19 PM, Ruwan Linton  
>> <ru...@gmail.com> wrote:
>>> Hi Eddie,
>>>
>>>
>>> Hi there,
>>>>
>>>> i want to integrate jUDDI and Synapse too.
>>>> can i join?
>>>> any proposed scope?
>>>
>>>
>>> For the moment there is no built-in integration with jUDDi, if you  
>>> need this
>>> feature, you may go ahead and file a JIRA for this.
>>>
>>> http://issues.apache.org/
>>>
>>> to me, it will be very useful if it can easily connect to jUDDI as  
>>> one of
>>>> the endpoint types
>>>
>>>
>>> What do you mean by endpoint type here, AFAIK jUDDI is a registry  
>>> right?
>>>
>>> Thanks,
>>> Ruwan
>>>
>>> Eddie Lau
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/-Synapse-1.1.1--problems-with-XML-request-tp17336164p18176973.html
>>>> Sent from the Synapse - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>
>>>
>>> --
>>> Ruwan Linton
>>> http://wso2.org - "Oxygenating the Web Services Platform"
>>> http://ruwansblog.blogspot.com/
>>>
>>
>>
>>
>> --
>> Paul Fremantle
>> Co-Founder and CTO, WSO2
>> Apache Synapse PMC Chair
>> OASIS WS-RX TC Co-chair
>>
>> blog: http://pzf.fremantle.org
>> paul@wso2.com
>>
>> "Oxygenating the Web Service Platform", www.wso2.com
>>
>
>
>
> -- 
> Paul Fremantle
> Co-Founder and CTO, WSO2
> Apache Synapse PMC Chair
> OASIS WS-RX TC Co-chair
>
> blog: http://pzf.fremantle.org
> paul@wso2.com
>
> "Oxygenating the Web Service Platform", www.wso2.com


Re: Clarification regarding Service Registry feature

Posted by Paul Fremantle <pz...@gmail.com>.
I think what we need to capture for UDDI is:
* The UDDI server URL
* Optionally Uid/Pw for the UDDI server
* A cache timeout (how long to store the retrieved information before requerying
* The simple approach is to use a bindingKey to look up an endpoint
* The more complex approach is to seatch on a TModel. However, its not
clear what to do when you get back multiple results in this case.

Paul

On Mon, Jun 30, 2008 at 12:17 PM, Paul Fremantle <pz...@gmail.com> wrote:
> Ruwan
>
> I believe what Eddie is proposing is to pull the endpoint definition
> from UDDI instead of from WSDL.
>
> So instead of
>
> <endpoint>
>  <wsdl...../>
> </endpoint>
>
> You would have
> <endpoint>
>   <uddi ....>
> </endpoint>
>
> This would look up the endpoint URL from UDDI. In fact there probably
> would be two options - one is simply to look up the URL in UDDI (using
> a UDDI endpoint definition) and the second is to pull a full WSDL from
> UDDI (http://www.ibm.com/developerworks/webservices/library/ws-wsdl/)
>
> Its been a while since I really studied UDDI, but I guess the main
> thing we should do is to define what the <uddi/> tag needs as input,
> and then once we have that clearly defined, we can code it and test
> against some implementations.
>
> Paul
>
>
>
>
> On Sun, Jun 29, 2008 at 1:19 PM, Ruwan Linton <ru...@gmail.com> wrote:
>> Hi Eddie,
>>
>>
>> Hi there,
>>>
>>> i want to integrate jUDDI and Synapse too.
>>> can i join?
>>> any proposed scope?
>>
>>
>> For the moment there is no built-in integration with jUDDi, if you need this
>> feature, you may go ahead and file a JIRA for this.
>>
>> http://issues.apache.org/
>>
>> to me, it will be very useful if it can easily connect to jUDDI as one of
>>> the endpoint types
>>
>>
>> What do you mean by endpoint type here, AFAIK jUDDI is a registry right?
>>
>> Thanks,
>> Ruwan
>>
>> Eddie Lau
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/-Synapse-1.1.1--problems-with-XML-request-tp17336164p18176973.html
>>> Sent from the Synapse - User mailing list archive at Nabble.com.
>>>
>>>
>>
>>
>> --
>> Ruwan Linton
>> http://wso2.org - "Oxygenating the Web Services Platform"
>> http://ruwansblog.blogspot.com/
>>
>
>
>
> --
> Paul Fremantle
> Co-Founder and CTO, WSO2
> Apache Synapse PMC Chair
> OASIS WS-RX TC Co-chair
>
> blog: http://pzf.fremantle.org
> paul@wso2.com
>
> "Oxygenating the Web Service Platform", www.wso2.com
>



-- 
Paul Fremantle
Co-Founder and CTO, WSO2
Apache Synapse PMC Chair
OASIS WS-RX TC Co-chair

blog: http://pzf.fremantle.org
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

Re: Clarification regarding Service Registry feature

Posted by Paul Fremantle <pz...@gmail.com>.
Ruwan

I believe what Eddie is proposing is to pull the endpoint definition
from UDDI instead of from WSDL.

So instead of

<endpoint>
  <wsdl...../>
</endpoint>

You would have
<endpoint>
   <uddi ....>
</endpoint>

This would look up the endpoint URL from UDDI. In fact there probably
would be two options - one is simply to look up the URL in UDDI (using
a UDDI endpoint definition) and the second is to pull a full WSDL from
UDDI (http://www.ibm.com/developerworks/webservices/library/ws-wsdl/)

Its been a while since I really studied UDDI, but I guess the main
thing we should do is to define what the <uddi/> tag needs as input,
and then once we have that clearly defined, we can code it and test
against some implementations.

Paul




On Sun, Jun 29, 2008 at 1:19 PM, Ruwan Linton <ru...@gmail.com> wrote:
> Hi Eddie,
>
>
> Hi there,
>>
>> i want to integrate jUDDI and Synapse too.
>> can i join?
>> any proposed scope?
>
>
> For the moment there is no built-in integration with jUDDi, if you need this
> feature, you may go ahead and file a JIRA for this.
>
> http://issues.apache.org/
>
> to me, it will be very useful if it can easily connect to jUDDI as one of
>> the endpoint types
>
>
> What do you mean by endpoint type here, AFAIK jUDDI is a registry right?
>
> Thanks,
> Ruwan
>
> Eddie Lau
>>
>> --
>> View this message in context:
>> http://www.nabble.com/-Synapse-1.1.1--problems-with-XML-request-tp17336164p18176973.html
>> Sent from the Synapse - User mailing list archive at Nabble.com.
>>
>>
>
>
> --
> Ruwan Linton
> http://wso2.org - "Oxygenating the Web Services Platform"
> http://ruwansblog.blogspot.com/
>



-- 
Paul Fremantle
Co-Founder and CTO, WSO2
Apache Synapse PMC Chair
OASIS WS-RX TC Co-chair

blog: http://pzf.fremantle.org
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

Re: Clarification regarding Service Registry feature

Posted by Ruwan Linton <ru...@gmail.com>.
Hi Eddie,


Hi there,
>
> i want to integrate jUDDI and Synapse too.
> can i join?
> any proposed scope?


For the moment there is no built-in integration with jUDDi, if you need this
feature, you may go ahead and file a JIRA for this.

http://issues.apache.org/

to me, it will be very useful if it can easily connect to jUDDI as one of
> the endpoint types


What do you mean by endpoint type here, AFAIK jUDDI is a registry right?

Thanks,
Ruwan

Eddie Lau
>
> --
> View this message in context:
> http://www.nabble.com/-Synapse-1.1.1--problems-with-XML-request-tp17336164p18176973.html
> Sent from the Synapse - User mailing list archive at Nabble.com.
>
>


-- 
Ruwan Linton
http://wso2.org - "Oxygenating the Web Services Platform"
http://ruwansblog.blogspot.com/

Re: Clarification regarding Service Registry feature

Posted by Eddie Lau <ed...@octopus.com.hk>.


pzfreo wrote:
> 
> Hari
> 
>> 1. How about Service Registry and Service Discovery feature in
>> synapse?IS there any plug-in available to use Apache jUDDI with synapse.
> 
> There isn't yet a plug-in, but if you need one we can work together to
> help create it. Let me know what you think.
> 
> Paul
> 

Hi there,

i want to integrate jUDDI and Synapse too.
can i join?
any proposed scope? 
to me, it will be very useful if it can easily connect to jUDDI as one of
the endpoint types

Eddie Lau
-- 
View this message in context: http://www.nabble.com/-Synapse-1.1.1--problems-with-XML-request-tp17336164p18176973.html
Sent from the Synapse - User mailing list archive at Nabble.com.


Re: Clarification regarding Service Registry feature

Posted by Paul Fremantle <pz...@gmail.com>.
Hari


> 1. How about Service Registry and Service Discovery feature in
> synapse?IS there any plug-in available to use Apache jUDDI with synapse.

There isn't yet a plug-in, but if you need one we can work together to
help create it. Let me know what you think.

Paul
-- 
Paul Fremantle
Co-Founder and CTO, WSO2
Apache Synapse PMC Chair
OASIS WS-RX TC Co-chair

blog: http://pzf.fremantle.org
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com