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
ArgumentError: Invalid URL:
from /Users/scott/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/httpi-2.4.5/lib/httpi/request.rb:149:in `normalize_url!'
System information:
ruby version: 2.6
savon version: 2.12.0
The text was updated successfully, but these errors were encountered:
scottbarrow
changed the title
MOdels: Using local wsdl does not read from file, makes request
Models: Using local wsdl does not read from file, makes request
Jan 20, 2021
Would it work to use a file:///path/to/wsdl/file.wsdl?
no because load_from_disc does not support that protocol it expects a path
Also, the service im connecting to does not include an endpoint in their wsdl
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.
Bug report
Current behavior:
Creating a model and specifying
client wsdl: '/path/to/wsdl/file.wsdl
Steps to reproduce current behavior:
Create a model with a local wsdl
Expected behavior:
model to read local wsdl file as per exception message https://github.com/savonrb/savon/blob/master/lib/savon/model.rb#L65
Actual behaviour:
System information:
The text was updated successfully, but these errors were encountered: