I’m trying to use EasyWSDL but I can’t read any file from the filesystem.
WSDLReader reader = WSDLFactory.newInstance().newWSDLReader();
Description desc = reader.read(???????);
Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The WSDLReader.reader method uses URL.
So if a file has to be parsed this can be used: