the port registry is set in openejb-webservices: org.apache.openejb.server.webservices.WsService#start
the usage of the method you are talking abou tis in org.apache.openejb.server.webservices.WsService#afterApplicationCreated - Romain 2012/3/8 Philip Johnson <[email protected]> > public synchronized void addPort(String serviceId, QName serviceQName, > String portId, QName portQName, String portInterface, String address) > throws > OpenEJBException { > > Could tell me what are these parameters if I want to pass when I create a > port. > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/NPE-when-calling-webservice-tp3527162p4455644.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
