elixir-soap / soap

SOAP client for Elixir programming language
MIT License
135 stars 75 forks source link

Fix issue where strings were being coerced to numbers prior to validation #84

Closed Jimgerneer closed 2 years ago

Jimgerneer commented 4 years ago

When I pass in a string that has a number in it, I expect it to be validated as a string

rubysolo commented 2 years ago

This is a duplicate of #98 and can be closed.