In fact, what I would like to to is to define three different servicePath in axis2 (services, serverAuthent and clientAuthent). I've tried to do it through the axis2.xml but it failed. Is it possible to do this?
Pierre [EMAIL PROTECTED] 16/07/2007 10:56 Veuillez répondre à [email protected] A [email protected] cc Objet Re: RE RE [AXIS2]Accessing webservice through multiple addresses Hi, I have my own defined servlet extending AxisServlet. When calling getEPRsForService("ServiceTest","192.168.31.156"), only one EPR for this service is returned, whereas multiple ports are defined in my wsdl file ofr my web service. Pierre Deepal Jayasinghe <[EMAIL PROTECTED]> 16/07/2007 10:49 Veuillez répondre à [email protected] A [email protected] cc Objet Re: RE RE [AXIS2]Accessing webservice through multiple addresses Hi , > > Hi, > Thanks for the answer. I'll have to stick with AXIS1 for the moment so. > Why does TransportListener offers method getEPRsForService(), > returning an array of EPR, if on server side only one EPR can be > generated by AXIS2? I think you talking abt the web application , yes there we list only one EPR. But you can invoke the service using any epr you get from getEPRsForService(). That is just a limitation in Web admin module. Thanks Deepal > > Pierre --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
