Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 493 Bytes

troubleshooting.md

File metadata and controls

17 lines (14 loc) · 493 Bytes
savon_version order title layout nav_savon_version
v1
7
Troubleshooting
default
v1

When Savon can't read the available actions from a WSDL

client.wsdl.soap_actions  # => []

Check if the WSDL uses imports to separate parts of the service description into multiple files. If that's the case, then Savon's WSDL parser might not be able to work as expected. This is a known and rather complicated issue on top of my todo list.