module EmmyExtends
Example,
client = Savon.client do endpoint "http://example.com" namespace "http://v1.example.com" end response = client.call(:authenticate, message: { username: "luke", password: "secret" }).sync
Constants
- VERSION
Example,
client = Savon.client do endpoint "http://example.com" namespace "http://v1.example.com" end response = client.call(:authenticate, message: { username: "luke", password: "secret" }).sync