Module: Zimbra::HandsoapAccountUriOverrides

Included in:
HandsoapAccountService
Defined in:
lib/zimbra/handsoap_account_service.rb

Instance Method Summary collapse

Instance Method Details

#envelope_namespaceObject



19
20
21
# File 'lib/zimbra/handsoap_account_service.rb', line 19

def envelope_namespace
  'http://www.w3.org/2003/05/soap-envelope'
end

#request_content_typeObject



22
23
24
# File 'lib/zimbra/handsoap_account_service.rb', line 22

def request_content_type
  "application/soap+xml"
end

#uriObject



16
17
18
# File 'lib/zimbra/handsoap_account_service.rb', line 16

def uri
  Zimbra.
end