Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.StackOverflowError while saving WSDL file from WSDL URL #43

Open
ghost opened this issue Sep 30, 2015 · 1 comment
Open

java.lang.StackOverflowError while saving WSDL file from WSDL URL #43

ghost opened this issue Sep 30, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 30, 2015

image

I have tried saving WSDL file from WSDL url using the below method

Wsdl.saveWsdl(new URL("wsdlurl"), new File("localFilepath"));

The WSDL is importing almost 25 XSDs and each XSD is again a huge file. The api is unable to process that much huge XSDs and going into infinite loop.

@ghost
Copy link
Author

ghost commented Sep 30, 2015

I have used SoapUI api to solve above problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants