You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by gerhard presser <gp...@groiss.com> on 2009/06/22 13:55:02 UTC

axis2 service endpoint address

hi all!
i'm using axis2 1.5 inside an enterprise application.
now i want to display a custom table of all deployed services.

i'm using the
ListenerManager.defaultConfigurationContext.getAxisConfiguration() to list
all services. 
now i also want to display the url the service is available at.
i tried several methods, but none worked for me. some methods didn't return
anything at all (AxisService.getEndpointURL()), other methods returned a
url, but they are not 
using the right http-port. the host's ip is correct, but it seems a default
port (8080) is being used.

if i call http://host:port/context/services/Service?wsdl the right port is
being used.

please help
-- 
View this message in context: http://www.nabble.com/axis2-service-endpoint-address-tp24145965p24145965.html
Sent from the Axis - User mailing list archive at Nabble.com.