I am unable use apache axis 2 to generate client side classes from the endpoint
https://app.secure-booker.com/WebService4/soap/CustomerService.svc?wsdl using apache axis 2. I have tried the following without any success
Downloading the wsdl file and using a local copy instead of accessing it via the web. Downloading the schema files separately and including them in the wsdl Using wsimport instead of apache axis 2
Below is the error that i am getting
I will appreciate any help that I can get.