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
Hey @smsm1 thanks for opening this issue. Unfortunately, I doubt I'll have time to dig into the specifics of this WSDL and determine why Savon is unable to use it. It's very likely that Wasabi, a gem that Savon uses to parse WSDLs doesn't understand its operations.
If you're interested in fixing this and issuing a pull request, I'd be more than happy to help you out however I can.
Oh, I took a look at the WSDL you provided. It seems they're using <wsdl:import> to import another WSDL. Wasabi currently does not support that -- you'll probably want to have a look at this issue if you're interested:
The WSDL at https://realtime.nationalrail.co.uk/ldbws/wsdl.aspx just comes back with the message
Operations provided by your service: []
when I try to create to a client.call.The demo at http://www.cs.fsu.edu/~engelen/soap.html is able to parse it, thus it's an issue with this ruby library.
The text was updated successfully, but these errors were encountered: