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
then Response.to_hash always returns one child element only, since it only matches the first key. Furthermore, if the first key happens to be multiRef, find_regexp returns an Array. Calling map_soap_response on the Array fails, since that method does not exist.
The text was updated successfully, but these errors were encountered:
released version 0.7.0 which includes a fix for this problem. instead of returning the content from the "response" element, savon now stops one level above and only returns the content from the "soap:Body" element.
If a response body has the following structure:
then Response.to_hash always returns one child element only, since it only matches the first key. Furthermore, if the first key happens to be multiRef, find_regexp returns an Array. Calling map_soap_response on the Array fails, since that method does not exist.
The text was updated successfully, but these errors were encountered: