anhthang / soap-converter

Transform SOAP/WSDL descriptions to other formats
MIT License
22 stars 8 forks source link

Error for wsdl files having internal xsd files #11

Open saikishored opened 3 years ago

saikishored commented 3 years ago

Hi @buianhthang,

This is great module. I am using this in AWS Lambda as a layer. This saved a lot of time for me!

One issue I found: When there are xsd files (internal locations), it is giving error. Follwoing wsdl is not working - https://www.crcind.com/csp/samples/SOAP.Demo.CLS?WSDL=1

Adding one more feature woudl help: It seems the module is designed to work in command line only. I mad some changes to soap-converter index.js file and is working. However, when there is an error (like the above url), it throws error with blank json (I get the error message when I run it in CLI)

harshagowdas commented 1 year ago

Did you find any workaround to resolve the xsd issue?