You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Rajan Sadasivan <Ra...@lumenare.com> on 2001/01/23 01:21:20 UTC

SOAP & service portnumber

Hi:

I am trying to create a sample soap adaptor service which needs to be
manageable, i.e.
have a start, stop, service kind of methods.

I am able to implement 
	start as start http server on a particular port, deploy soap service
	stop as undeploy soap, stop http server

When a request comes, I need a callback from soap service to call my service
method
with the port number where it is deployed.  I am not sure how to do this.
The bottom line is I cannot  hardcode the port number in a property file. It
is set during runtime.