banjun / WSDL2Swift

Pure Swift alternative to WSDL2ObjC making a SOAP request & parsing its response as defined in WSDL
MIT License
27 stars 7 forks source link

No executable WSDL2SWIFT shown #8

Open arishanapalli opened 5 years ago

arishanapalli commented 5 years ago

WSDL2Swift to ./WSDL.swift from []... error: no WSDLs found in: [] Program ended with exit code: 0

I guess there will be output after running the application. I do not see the convertor WSDL2Swift executable file. Same as WSDL2Obj-C there will be WSDL2Swift. I hope my assumption is correct?

banjun commented 5 years ago

You should already have the WSDL2Swift executable as you see that command line results. WSDL2Swift takes wsdl & xsd files as command line arguments but it’s empty. You can try passing the files as command line args.