Import javax.xml.rpc.encoding is not possible.

I am trying to run this code http://www.nactem.ac.uk/software/termine/webservice/termine_soap_client.java

and I get the following error: import javax.xml.rpc.encoding cannot be resolved.

I am using Oracle Java 7. What do I need to add to solve this problem?

Thanks, Ivelina

+7
source share
1 answer

Add the appropriate jars to the build path: axis.jar, jaxrpc.jar and xerces.jar.

You can use JARFinder to find banners.

+4
source

All Articles