You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code generator is pretty nice. Probably the only well maintained one in the typescript ecosystem.
Just noticed some type mismatch between generated typescript types and what we get as request out of the node-soap library.
I don't know why and it does not have a comprehensive coverage of primitive types in any shape or form but here are the primitive types node-soap parses:
The code generator is pretty nice. Probably the only well maintained one in the typescript ecosystem.
Just noticed some type mismatch between generated typescript types and what we get as request out of the node-soap library.
I don't know why and it does not have a comprehensive coverage of primitive types in any shape or form but here are the primitive types node-soap parses:
https://github.com/vpulim/node-soap/blob/master/src/wsdl/index.ts#L439
I've fixed up the issues for my personal use with the following diff:
Thought I'd let you know
The text was updated successfully, but these errors were encountered: