Module: Zimbra::HandsoapUriOverrides

Included in:
AuthService, HandsoapService
Defined in:
lib/zimbra/handsoap_service.rb

Instance Method Summary collapse

Instance Method Details

#envelope_namespaceObject



50
51
52
# File 'lib/zimbra/handsoap_service.rb', line 50

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

#request_content_typeObject



53
54
55
# File 'lib/zimbra/handsoap_service.rb', line 53

def request_content_type
  "application/soap+xml"
end

#uriObject



47
48
49
# File 'lib/zimbra/handsoap_service.rb', line 47

def uri
  Zimbra.admin_api_url
end