I have created a client for my SOAP WebService in Eclipse 4.2. The project itself (where this client is) was generated by Maven.
Now Eclipse complains about its own generated sources:
"org.apache.axis.constants cannot be resolved to a variable"
"javax.xml.rpc cannot be resolved to a type"
How to make it compile properly?