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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Which is how I think it should look. I beleive this is because we're still using Nori, which uses Nokogiri for the response, and more importantly, we're not applying the WSDL or Schema's to interpret the response, only the requests.
If that's the case, then this issue can be closed, and I'll open a new "Feature" request which is no small project, to enable response parsing based on WSDL schema.
The text was updated successfully, but these errors were encountered:
I would really love to see this work correctly isntead of heaving to Array.wrap everything I know to be a sequence and having my code fail whenever I miss one.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Migrated from savonrb/savon#550
If there is only one entry in the complex type "OriginDestinationOptionType" of Type "FlightSegment", then the result returned looks like:
instead of
Which is how I think it should look. I beleive this is because we're still using Nori, which uses Nokogiri for the response, and more importantly, we're not applying the WSDL or Schema's to interpret the response, only the requests.
If that's the case, then this issue can be closed, and I'll open a new "Feature" request which is no small project, to enable response parsing based on WSDL schema.
The text was updated successfully, but these errors were encountered: