I am trying to make a simple webservice using WSDL using Axis 2 (1.7.3) and tomcat server (V6.0) while creating a webservice client I am getting this error, I have tried everything by changing the versions of server to add or delete some jar files but nothing seem to work.
I have added XMLSchema core - 2.2.1 jar file to lib folder and add it to project build path , also I add the XMLSchema file to the server config folder, but nothing to seem to work for this. I am using jdk version 1.8.0. with lower versions it still don't work and I am working Eclipse Neon. I don't know what I am missing.
Below is my WSDL which is being made at server end:
<?xml version="1.0" encoding="UTF-8"?>
<wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:port binding="impl:OperatorClassSoapBinding" name="OperatorClass">
<wsdlsoap:address location="http://localhost:8080/Testwebservice/services/OperatorClass"/>
</wsdl:port>
I have added the picture of the error: