One of our developers has a wsdl sitting out on
https://ourlocation/axis/ourwsdl.jws?wsdl.
He has supplied a bunch of methods that can be run against it to get info from the database. For example there is a method call getAllFiles which will return a list of all filenames in the database.
How can I access this wsdl from java and use the getAllFiles method? I have seen the tutorials but I am not sure what should be in the import statement. Also the Service.class, PortType.class, ServiceLocator.class and SoapBindingStub.class files are apart of the jar file that contains the wsdl.