Is there any alternative to Axis2? Or the way to make it work (different data binding, for example)?
Retrieving document at \'...\'.
Exception in thread \"main\"
I'm not going to get in depth with this, but since you asked for alternatives:
Java 6 SE and Java 5 EE ship with the Metro JAX-WS (reference) implementation.
It lives in the javax.xml.ws namespace.
Sun's Developer Network has an article Introducing JAX-WS 2.0 With the Java SE 6 Platform that might be useful.
Having said all this, Eclipse is not very JAX-WS friendly.