The best you can do is to snap a TCPMonitor in-between client and server or use Wireshark, a network protocol analyzer.
Once installed on your PC it helps thereafter in many situations and makes you known about what is going on the network. Otherwise I would say: I have never seen a windows system with only IPv6 enabled. I have seen plenty with IPv4 enabled and IPv6 switched of, and today most have IPv4 and IPv6 switched on. Why - you may read WIKI for IPv4 and IPv6, it is worth reading. It is not only what stack you have implemented on one or two of your machines. It's the network as such, how it is setup and planned, including/excluding address translations and routing issues etc. This partner-boxes play the game as well. No easy lunch. God luck! Josef Out of WIKI for IPv6 While IPv6 is supported on all major operating systems in use in commercial, business, and home consumer environments,[3] <http://en.wikipedia.org/wiki/IPv6#cite_note-2> IPv6 does not implement interoperability features with IPv4, and creates essentially a parallel, independent network. Exchanging traffic between the two networks requires special translator gateways, but modern computer operating systems implement dual-protocol software for transparent access to both networks using 'tunneling <http://en.wikipedia.org/wiki/Tunneling_protocol> '. In December 2010, despite marking its 12th anniversary as a Standards Track protocol, IPv6 was only in its infancy in terms of general worldwide deployment <http://en.wikipedia.org/wiki/IPv6_deployment> . A 2008 study[4] <http://en.wikipedia.org/wiki/IPv6#cite_note-3> by Google Inc. <http://en.wikipedia.org/wiki/Google_Inc.> indicated that penetration was still less than one percent of Internet-enabled hosts in any country at that time. Von: preet $ [mailto:[email protected]] Gesendet: Montag, 20. Juni 2011 18:08 An: Apache AXIS C User List Betreff: Can Axis2c work in IPv6 env? Hello, I am using Axis2c1.6 and wanted to know if it works with IPv6. I see some responses that says it does not. Please find the installation scenario... I have a windows 7 and it has dual stack. I have my webservices server running on JBoss. I started JBoss with -b ipv6 address and I see the port 8080 bound to ::1 address. I am able to see the WSDL from my browser. So the server is successfully bound to IPv6. The webservices server is implemented in Axis java. The client is a standalone and it uses Axis2c. The application log on the client side says it was able to get the stub and call the request and get a response. Does this mean it was able to make a connection? The response comes out to be null and the error I get is error code is 75 and the error message is "A read attempt(HTTP) for the reply without sending the request". Am I doing anything wrong, is there any change I need to do to get it to work Thanks in advance Preet
