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