Lets say I have a proxy service which talks the this rule service. For this
I can use a dynamic end point stored in the registry and refer that from
the proxy service.
So at the deployment time I need to first create the end point in registry
using the Admin console and deploy two services.

Instead of creating this end point manually I thought of doing this using
WS-Discovery. I used used WS-Discovery to publish the end point details to
the registry.

Now registry has saved it to the following location with the given entry.

/_system/governance/trunk/endpoints/_194/_3/_100/_10/services/ep-BankingService

<ns:endpoint xmlns:ns="http://ws.apache.org/ns/synapse";
name="gov/_194/_3/_100/_10/services/ep-BankingService"><ns:address uri="
https://10.100.3.194:9444/services/BankingService"/></ns:endpoint>

In this case it has added ip address to the registry path. How can I keep a
constant value for this?

This is my requirement. I use some registry key in the proxy service. Then
I need rule service automatically create an endpoint on that location with
its real IP.

thanks,
Amila.




-- 
*Amila Suriarachchi*

Software Architect
WSO2 Inc. ; http://wso2.com
lean . enterprise . middleware

phone : +94 71 3082805
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to