Module: Zimbra::HandsoapUriOverrides
- Included in:
- AuthService, HandsoapService
- Defined in:
- lib/zimbra/handsoap_service.rb
Instance Method Summary collapse
Instance Method Details
#envelope_namespace ⇒ Object
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_type ⇒ Object
53 54 55 |
# File 'lib/zimbra/handsoap_service.rb', line 53 def request_content_type "application/soap+xml" end |
#uri ⇒ Object
47 48 49 |
# File 'lib/zimbra/handsoap_service.rb', line 47 def uri Zimbra.admin_api_url end |