rest - Generating TypeScript from WSDL or WADL -


how can convert wsdl or wadl typescript code? , if can't, how can handle large dto server changed signature? there way know has been changed?

thanks

how can convert wsdl or wadl typescript code

i not know of open source project this. can either start 1 or step (at level above wsdl) , codegen directly based on c# / f# (.net) data structures using typelite.


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -