Tim Lundqvist

Results 9 comments of Tim Lundqvist

Unfortunately I don't believe this is something exposed by the soap library. If it were it could be added, otherwise this lib would need a complete rewrite with a custom...

Yes, the way to handle the situation currently is to either generate the types once and then do manual corrections or, it pains me to say, have objects containing properties...

Unfortunately I don't believe this is something exposed by the `soap` library. If it were it could be added, otherwise this lib would need a complete rewrite with a custom...

Hmm, did not think this would be a problem. Thanks for noticing. Do you know if the interface has a recursive definition and that is what is causing this? (E.g....

My guess is that there is an infinite recursion going on. In that case this project will need a rewrite which will be released as v1.0. If that is not...

I'm going to spend some time on v1 during next week. I can't promise anything, but v1 may be released as a late holiday gift.

I had 3 weeks off work, which I actually ended up working 80 hours of. I began some stuff on v1 which I pushed to the [v1 branch](https://github.com/TimLuq/wsdl-to-ts/tree/v1). It's under...

No progress during the last 20 days, but it's in the back of my mind. I will continue when I have the time. If anyone wants to clone the v1...

I also ran into this. Is this by design or an oversight? The documentation specifically states: > ### Validation > Currently only `required` and `maxlength` validation is supported. > >...