-
Notifications
You must be signed in to change notification settings - Fork 396
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
Cleanup external schema fetching #48
Cleanup external schema fetching #48
Conversation
Allows unmarshalling to happen in a single pass Fixes hooklift#37
Implement xml.Unmarshaller for SOAPBody
added flag for insecure tls certs
Update Readme to reflect the TLS Skip Verification command line option
…=file1.xsd endpoint?xsd=file2.xsd
…dl into include_cache_fix
Nice. I will take a closer look next week as I'm currently traveling. Thank
|
Cleanup external schema fetching
Cleanup external schema fetching to allow for file and external imports and includes. Also includes a pull request along the lines of pull request #47.