class Sabo::Client
- Sabo::Client
- Reference
- Object
Defined in:
sabo/client.crConstructors
Instance Method Summary
- #call(operation : String, body : Hash(String, Parameter), headers : HTTP::Headers = HTTP::Headers.new)
- #document : WSDL::Document
- #operation(operation : String)
- #operations
- #version : String
Constructor Detail
def self.new(document : WSDL::Document, prefix : String = "http://www.example.com/", version : String = "1.2")
#