Hi Andersen ;

You can add observers into Axis2 , so whenever you deploy or change
service it will be notified.
pls have a look at
org.apache.axis2.engine.AxisObserver

This is how you add Observer into axis2.xml

<listener class="org.apache.axis2.ObserverIMPL">
            <parameter name="RSS_URL"
locked="false">http://127.0.0.1/rss</parameter>
  </listener>

[EMAIL PROTECTED] wrote:

>Hello, 
> 
>I need to register a suite of Axis2 web services each time they are deployed
>
>(i.e., each time the Axis2 web app starts up) with an external registration 
>service.  It appears that the Module interface engageNotify() provides the 
>ability to take this action at the appropriate time, but I haven't found the
>
>hook yet that will allow me to determine the URL of the current service at 
>runtime.  I've looked a bit at the definition argument of the engageNotify()
>
>function, but that appears to provide the stale service endpoint data from
>the 
>services.xml. 
> 
>Assistance greatly appreciated. 
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>  
>

-- 
Thanks,
Deepal
................................................................
~Future is Open~ 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to