Stop! Before you go any further
you should update to a newer version of Axis, namely
Axis2. Instead of
http://ws.apache.org/axis/, go to
http://ws.apache.org/axis2/ to get all the software and tutorials. Axis 1 has long been obsolete and should not be used for anything at this point.
As for the two problems, the first is just a warning and results in what it mentions: no support for attachments. Attachments are used far less than
SOAP services in general, so that is most likely not a problem, especially if you're just starting out.
The second means that the server you're trying to access (
http://ws.apache.org:5049/) does not exist. The folks at Apache do not run test servers for the general public, and you should replace the URL with the respective address of your test server - which means you have to install Axis and your test service before you can use that client code.