I have a Web Service (classes generated from WSDL), i need to publish the same service on many ports (like on localhost:10000,10001,10002,10003 etc., more than one thousand!), every port represents one 'device'. If i use
Endpoint.publish();
method, it takes almost 1 second to create one endpoint.
Is there another way to do it ?