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
Types are all defined in wsdl but only uses nori advanced typecasting. This only converts booleans and dates and times, I reported this where i think it needs to be fixed savonrb/nori#66 . This reallllly gets crazy when you have a complex object and it has an array type and if there is only one object nested [thing][thing].is_a?(Hash) but if there is multiple objects its [thing][thing].is_a?(Array). While reading through the source code i don't really see anything anywhere caring about the types defined in the wsdl.
The text was updated successfully, but these errors were encountered:
Looks like it would be possible to pass the wsdl to create_response on the operation class method and then you could pass it into Nori.new and update the nori gem to use those types in the wsdl parse types to ruby types
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Types are all defined in wsdl but only uses nori advanced typecasting. This only converts booleans and dates and times, I reported this where i think it needs to be fixed savonrb/nori#66 . This reallllly gets crazy when you have a complex object and it has an array type and if there is only one object nested [thing][thing].is_a?(Hash) but if there is multiple objects its [thing][thing].is_a?(Array). While reading through the source code i don't really see anything anywhere caring about the types defined in the wsdl.
The text was updated successfully, but these errors were encountered: