Re: Can Axis2 1.6.2 work in IPv6 env?
Andreas Veithen <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <CADx4_uWyrwyt8VGwM16nMJ-8ew2XqbrEWP0RYJT4aYV_KUaa5Q@mail.gmail.com> |
On Wed, Jun 21, 2017 at 8:46 AM, Xiong, Wei <[email protected]> wrote: > 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) > ........................................... That's not an Axis2 error. > > Thanks in advance > >