-
Notifications
You must be signed in to change notification settings - Fork 611
Closed
Description
Hello Everybody!
I am trying to build SOAP client, and installed Savon 2.3.0 in gemfile.
And wrote test code, like below.
But while in running, there is an error "URI::InvalidURIError".
Please help me if possible.
Thanks.
def test
client = Savon.client do
wsdl "https://api.propertyware.com/pw/services/PWServices?wsdl"
endpoint "https://api.propertyware.com/pw/services/PWServices"
namespace "https://api.propertyware.com/pw/services/PWServices"
end
response = client.call(:get_contacts_by_name, message: {first_name: "foo" ,last_name: "foo"})
endakbarbin
Metadata
Metadata
Assignees
Labels
No labels