Hello, I am using Axis2(Version:1.6.2) and want to know if it works with IPv6.
I have a windows 7 and it has dual stack. I have my webservices server running on Tomcat. I am able to see the WSDL from my browser. But is error when I access the method of webservice on IPv6. Error Messageļ¼ javax.xml.ws.WebServiceException: Unsupported endpoint address: at com.sun.xml.ws.api.pipe.TransportTubeFactory.createDefault(TransportTubeFactory.java:167) at com.sun.xml.ws.api.pipe.TransportTubeFactory.create(TransportTubeFactory.java:157) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:135) ........................................... Thanks in advance