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

Add support for linked XSD files from WSDL #4

Open
InfoSec812 opened this issue Nov 4, 2015 · 0 comments
Open

Add support for linked XSD files from WSDL #4

InfoSec812 opened this issue Nov 4, 2015 · 0 comments

Comments

@InfoSec812
Copy link

Currently, when I try to load the WSDL for VMware's vSphere SOAP API, I get the following error:

** exception error: no match of right hand side value {error,"Include file not found query-messagetypes.xsd"}
     in function  scrub:addSchemas/4 (src/scrub.erl, line 495)
     in call from scrub:parseWsdls/8 (src/scrub.erl, line 417)
     in call from scrub:initModel2/8 (src/scrub.erl, line 376)

It appears to stem from the fact that the WSDL references some external XSD files for validation and scrub/erlsom is unable to go and fetch them to complete the validation of the WSDL.

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

1 participant