<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?enunciate-assumed-base-uri ./?> <wadl:application xmlns:wadl="http://wadl.dev.java.net/2009/02" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <wadl:doc xmlns:enunciate="http://enunciate.webcohesion.com/" enunciate:generatedBy="Enunciate-2.0"/> <wadl:grammars> <wadl:include href="ns0.xsd"/> </wadl:grammars> <wadl:resources base="./"> <wadl:resource path="admin"> <wadl:method name="GET"> <wadl:doc><![CDATA[Returns links that can be used to navigate the Admin REST APIs.]]></wadl:doc> <wadl:response> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="rest_api_root"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/desktop_application"> <wadl:method name="GET"> <wadl:doc><![CDATA[Gets the current Desktop Application settings.]]></wadl:doc> <wadl:response> <wadl:doc><![CDATA[The Desktop Application settings]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="admin_desktop_app_config"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/desktop_application"> <wadl:method name="PUT"> <wadl:doc><![CDATA[Updates the Desktop Application settings. Only the fields that are included in the request body are modified. Any fields left out will remain unchanged.]]></wadl:doc> <wadl:request> <wadl:representation mediaType="application/json"> </wadl:representation> <wadl:representation mediaType="application/xml" element="admin_desktop_app_config"> </wadl:representation> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The full Desktop Appication settings.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="admin_desktop_app_config"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/net_folder_servers"> <wadl:method name="GET"> <wadl:doc><![CDATA[Gets a list of Net Folder Servers.]]></wadl:doc> <wadl:request> <wadl:param name="include_full_details" style="query"> <wadl:doc><![CDATA[If true, the Net Folder Server's sync_schedule is included in the response. Otherwise, it is not included.]]></wadl:doc> </wadl:param> </wadl:request> <wadl:response> <wadl:doc><![CDATA[A SearchResultList of NetFolderServer objects.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="results"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/net_folder_servers"> <wadl:method name="POST"> <wadl:doc><![CDATA[Creates a new Net Folder Server. <p> The following Net Folder Server fields are mandatory: <ul> <li>name</li> <li>driver_type</li> <li>server_path</li> <li>auth_type</li> <li>proxy_use_identity</li> <li>proxy_dn/proxy_password or proxy_identity</li> <li></li> </ul> </p>]]></wadl:doc> <wadl:request> <wadl:representation mediaType="application/json"> </wadl:representation> <wadl:representation mediaType="application/xml" element="net_folder_server"> </wadl:representation> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The full Net Folder Server object]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="net_folder_server"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/net_folder_servers/{id}"> <wadl:method name="GET"> <wadl:doc><![CDATA[Gets a Net Folder Server by ID]]></wadl:doc> <wadl:request> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The Net Folder Server with the specified ID.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="net_folder_server"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/net_folder_servers/{id}"> <wadl:method name="PUT"> <wadl:doc><![CDATA[Updates a Net Folder Server. Only the fields that are included in the request body are updated. <p> Updating the name of the Net Folder Server is not supported. </p>]]></wadl:doc> <wadl:request> <wadl:representation mediaType="application/json"> <wadl:param name="id" style="path"> <wadl:doc><![CDATA[]]></wadl:doc> </wadl:param> </wadl:representation> <wadl:representation mediaType="application/xml" element="net_folder_server"> <wadl:param name="id" style="path"> <wadl:doc><![CDATA[]]></wadl:doc> </wadl:param> </wadl:representation> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The updated Net Folder Server.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="net_folder_server"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/net_folder_servers/{id}"> <wadl:method name="DELETE"> <wadl:doc><![CDATA[Deletes a Net Folder Server. <p> The Net Folder Server cannot be deleted if it is hosting one or more Net Folders. You must delete all of the Net Folders associated with the Net Folder Server prior to deleting the Net Folder Server. </p>]]></wadl:doc> <wadl:request> </wadl:request> </wadl:method> </wadl:resource> <wadl:resource path="admin/net_folder_servers/{id}/net_folders"> <wadl:method name="GET"> <wadl:doc><![CDATA[Gets Net Folders associated with a Net Folder Server.]]></wadl:doc> <wadl:request> <wadl:param name="include_full_details" style="query"> <wadl:doc><![CDATA[If true, the Net Folder sync schedule and the assigned users will be returned with each Net Folder result. These require additional database lookups so are not returned by default.]]></wadl:doc> </wadl:param> <wadl:param name="type" style="query"> <wadl:doc><![CDATA[(optional) Accepted values are "net" and "home". If "home", only Home Directories will be returned. If "net", Home Directories will be excluded.]]></wadl:doc> </wadl:param> </wadl:request> <wadl:response> <wadl:doc><![CDATA[A SaerchResultList of NetFolder objects.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="results"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/net_folder_servers/{id}/net_folders"> <wadl:method name="POST"> <wadl:doc><![CDATA[Creates a new Net Folder associated with the specified Net Folder Server. <p> The following Net Folder fields are mandatory in the request body: <ul> <li>name</li> </ul> </p>]]></wadl:doc> <wadl:request> <wadl:representation mediaType="application/json"> <wadl:param name="id" style="path"> <wadl:doc><![CDATA[]]></wadl:doc> </wadl:param> </wadl:representation> <wadl:representation mediaType="application/xml" element="net_folder"> <wadl:param name="id" style="path"> <wadl:doc><![CDATA[]]></wadl:doc> </wadl:param> </wadl:representation> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The full Net Folder object]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="net_folder"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/net_folders"> <wadl:method name="GET"> <wadl:doc><![CDATA[Lists Net Folders. <p>By default, all Net Folders are returned. To only get home directory Net Folders use the type=home query parameter. To exclude home directory Net Folders, use the type=net query parameter.</p>]]></wadl:doc> <wadl:request> <wadl:param name="include_full_details" style="query"> <wadl:doc><![CDATA[If true, the NetFolder objects will include the sync_schedule and assigned_rights fields. Otherwise, those fields are not included.]]></wadl:doc> </wadl:param> <wadl:param name="type" style="query"> <wadl:doc><![CDATA[Can be <code>net</code> or <code>home</code>.]]></wadl:doc> </wadl:param> </wadl:request> <wadl:response> <wadl:doc><![CDATA[A SearchResultList of NetFolder objects.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="results"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/net_folders"> <wadl:method name="POST"> <wadl:doc><![CDATA[Creates a new Net Folder. <p> The following Net Folder fields are mandatory in the request body: <ul> <li>name</li> <li>server</li> </ul> </p>]]></wadl:doc> <wadl:request> <wadl:doc><![CDATA[The Net Folder object to create.]]></wadl:doc> <wadl:representation mediaType="application/json"> </wadl:representation> <wadl:representation mediaType="application/xml" element="net_folder"> </wadl:representation> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The full newly-created Net Folder object.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="net_folder"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/net_folders/{id}"> <wadl:method name="GET"> <wadl:doc><![CDATA[Retrieves a Net Folder.]]></wadl:doc> <wadl:request> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The Net Folder with the specified ID.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="net_folder"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/net_folders/{id}"> <wadl:method name="PUT"> <wadl:doc><![CDATA[Updates a Net Folder. Only the fields that are included in the request body are updated.]]></wadl:doc> <wadl:request> <wadl:representation mediaType="application/json"> <wadl:param name="id" style="path"> <wadl:doc><![CDATA[]]></wadl:doc> </wadl:param> </wadl:representation> <wadl:representation mediaType="application/xml" element="net_folder"> <wadl:param name="id" style="path"> <wadl:doc><![CDATA[]]></wadl:doc> </wadl:param> </wadl:representation> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The updated Net Folder.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="net_folder"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/net_folders/{id}"> <wadl:method name="DELETE"> <wadl:doc><![CDATA[Deletes the Net Folder.]]></wadl:doc> <wadl:request> </wadl:request> </wadl:method> </wadl:resource> <wadl:resource path="admin/net_folders/{id}/sync"> <wadl:method name="GET"> <wadl:doc><![CDATA[Retrieves the Net Folder sync status.]]></wadl:doc> <wadl:request> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The sync status.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="net_folder_sync_status"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/net_folders/{id}/sync"> <wadl:method name="POST"> <wadl:doc><![CDATA[Kick off a sync of the Net Folder.]]></wadl:doc> <wadl:request> <wadl:param name="wait" style="query"> <wadl:doc><![CDATA[If true, the HTTP request will block until the sync completes.]]></wadl:doc> </wadl:param> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The Net Folder sync status.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="net_folder_sync_status"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/net_folders/{id}/sync"> <wadl:method name="DELETE"> <wadl:doc><![CDATA[Cancel the in-progess sync of the Net Folder. <p>By default, the in-progress sync is notified and the HTTP request completes without waiting for the sync job to exit.</p>]]></wadl:doc> <wadl:request> <wadl:param name="wait" style="query"> <wadl:doc><![CDATA[If true, the HTTP request will block until the in-progress sync cancellation is complete.]]></wadl:doc> </wadl:param> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The Net Folder sync status.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="net_folder_sync_status"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/personal_storage"> <wadl:method name="GET"> <wadl:doc><![CDATA[Gets the current Personal Storage settings.]]></wadl:doc> <wadl:response> <wadl:doc><![CDATA[The Personal Storage settings]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="personal_storage"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/personal_storage"> <wadl:method name="PUT"> <wadl:doc><![CDATA[Updates the Personal Storage settings.]]></wadl:doc> <wadl:request> <wadl:representation mediaType="application/json"> </wadl:representation> <wadl:representation mediaType="application/xml" element="personal_storage"> </wadl:representation> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The updated Personal Storage settings]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="personal_storage"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/share_settings"> <wadl:method name="GET"> <wadl:doc><![CDATA[Gets the current Share Settings]]></wadl:doc> <wadl:response> <wadl:doc><![CDATA[The Share Settings]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="share_settings"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/share_settings"> <wadl:method name="PUT"> <wadl:doc><![CDATA[Updates the current Share Settings. Only the fields that are included in the request body will be updated. For example, if the request body is <code>{"allow_sharing_with_ldap_groups":false}</code>, the permissions and external restrictions settings will not change. Only the "Allow sharing with LDAP groups" setting will be updated.]]></wadl:doc> <wadl:request> <wadl:representation mediaType="application/json"> </wadl:representation> <wadl:representation mediaType="application/xml" element="share_settings"> </wadl:representation> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The Share Settings]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="share_settings"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/share_settings/external_restrictions"> <wadl:method name="GET"> <wadl:doc><![CDATA[Gets the current restrictions for sharing with external users. This is a whitelist or blacklist of email addresses and domains.]]></wadl:doc> <wadl:response> <wadl:doc><![CDATA[The external sharing restrictions]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="external_sharing_restrictions"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/share_settings/external_restrictions"> <wadl:method name="PUT"> <wadl:doc><![CDATA[Updates the restrictions for sharing with external users. Only the fields that are included in the request body will be modified. For example, a request body of <code>{"domain_list":["microfocus.com","novell.com"]}</code> will replace the current list of domains, but will not modify the mode (blacklist/whitelist/none) nor the list of email addresses.]]></wadl:doc> <wadl:request> <wadl:representation mediaType="application/json"> </wadl:representation> <wadl:representation mediaType="application/xml" element="external_sharing_restrictions"> </wadl:representation> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The full external sharing restrictions]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="external_sharing_restrictions"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/share_settings/permissions"> <wadl:method name="GET"> <wadl:doc><![CDATA[Gets the list of sharing permissions that have been configured.]]></wadl:doc> <wadl:response> <wadl:doc><![CDATA[A list of AssignedSharingPermission objects]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="assigned_sharing_permission"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/share_settings/permissions"> <wadl:method name="POST"> <wadl:doc><![CDATA[Assign sharing permissions for a particular user or group. If the user or group has already been assigned sharing permissions, those permissions will be replaced. If not, a new assigned sharing permission will be added.]]></wadl:doc> <wadl:request> <wadl:representation mediaType="application/json"> </wadl:representation> <wadl:representation mediaType="application/xml" element="assigned_sharing_permission"> </wadl:representation> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The full list of assigned sharing permissions]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="assigned_sharing_permission"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/share_settings/permissions"> <wadl:method name="PUT"> <wadl:doc><![CDATA[Replaces the list of assigned sharing permissions.]]></wadl:doc> <wadl:request> <wadl:representation mediaType="application/json"> </wadl:representation> <wadl:representation mediaType="application/xml" element="assigned_sharing_permission"> </wadl:representation> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The full list of assigned sharing permissions]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="assigned_sharing_permission"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/share_settings/permissions"> <wadl:method name="DELETE"> <wadl:doc><![CDATA[Deletes the full list of assigned sharing permissions.]]></wadl:doc> </wadl:method> </wadl:resource> <wadl:resource path="admin/shares"> <wadl:method name="GET"> <wadl:doc><![CDATA[Lists Shares in the system.]]></wadl:doc> <wadl:request> <wadl:param name="include_expired" style="query"> <wadl:doc><![CDATA[Controls whether or not expired shares are returned in the results.]]></wadl:doc> </wadl:param> <wadl:param name="shared_by" style="query"> <wadl:doc><![CDATA[Return only the items that were shared by the user with the specified ID]]></wadl:doc> </wadl:param> <wadl:param name="shared_with" style="query"> <wadl:doc><![CDATA[Return only the items that were shared with the user or group with the specified ID]]></wadl:doc> </wadl:param> </wadl:request> <wadl:response> <wadl:doc><![CDATA[A SearchResultList of Share objects.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="results"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/shares/public"> <wadl:method name="GET"> <wadl:doc><![CDATA[Lists all of the public shares in the system]]></wadl:doc> <wadl:response> <wadl:doc><![CDATA[A SearchResultList of Share objects.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="results"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/shares/{id}"> <wadl:method name="GET"> <wadl:doc><![CDATA[Gets a share by ID.]]></wadl:doc> <wadl:request> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The Share with the given ID]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="share"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/shares/{id}"> <wadl:method name="DELETE"> <wadl:doc><![CDATA[Deletes a Share]]></wadl:doc> <wadl:request> </wadl:request> </wadl:method> </wadl:resource> <wadl:resource path="admin/user_sources"> <wadl:method name="GET"> <wadl:doc><![CDATA[Retrieves all of the configured LDAP User Sources.]]></wadl:doc> <wadl:response> <wadl:doc><![CDATA[A SearchResultList of LdapUserSource objects.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="results"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/user_sources"> <wadl:method name="POST"> <wadl:doc><![CDATA[Creates a new LDAP User Source. <p> The following LDAP User Source fields are mandatory: <ul> <li>url</li> <li>username_attribute</li> <li>guid_attribute</li> <li>username</li> <li>password</li> <li>user_contexts</li> </ul> </p>]]></wadl:doc> <wadl:request> <wadl:representation mediaType="application/json"> </wadl:representation> <wadl:representation mediaType="application/xml" element="user_source"> </wadl:representation> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The new Ldap User Source object.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="user_source"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/user_sources/sync"> <wadl:method name="POST"> <wadl:doc><![CDATA[Triggers a sync of all LDAP User Sources. <p>The request blocks until the sync has completed.</p>]]></wadl:doc> <wadl:response> <wadl:doc><![CDATA[The LDAP sync results.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="ldap_sync_results"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/user_sources/sync_config"> <wadl:method name="GET"> <wadl:doc><![CDATA[Retrieves the current User Source Synchronization settings.]]></wadl:doc> <wadl:response> <wadl:doc><![CDATA[The UserSourceSynchronization object.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="user_source_synchronization"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/user_sources/sync_config"> <wadl:method name="PUT"> <wadl:doc><![CDATA[Updates the User Source Synchronization settings. Only the fields that are included in the request body are updated.]]></wadl:doc> <wadl:request> <wadl:representation mediaType="application/json"> </wadl:representation> <wadl:representation mediaType="application/xml" element="user_source_synchronization"> </wadl:representation> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The updated UserSourceSynchronization settings.]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="user_source_synchronization"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/user_sources/{id}"> <wadl:method name="GET"> <wadl:doc><![CDATA[Retrieves an LDAP User Source.]]></wadl:doc> <wadl:request> </wadl:request> <wadl:response> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="user_source"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/user_sources/{id}"> <wadl:method name="DELETE"> <wadl:doc><![CDATA[Deletes an LDAP User Source.]]></wadl:doc> <wadl:request> </wadl:request> </wadl:method> </wadl:resource> <wadl:resource path="admin/web_application"> <wadl:method name="GET"> <wadl:doc><![CDATA[Gets the current Web Application settings.]]></wadl:doc> <wadl:response> <wadl:doc><![CDATA[The Web Application settings]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="web_app_config"/> </wadl:response> </wadl:method> </wadl:resource> <wadl:resource path="admin/web_application"> <wadl:method name="PUT"> <wadl:doc><![CDATA[Updates the Web Application settings. Only the fields that are included in the request body will be updated.]]></wadl:doc> <wadl:request> <wadl:representation mediaType="application/json"> </wadl:representation> <wadl:representation mediaType="application/xml" element="web_app_config"> </wadl:representation> </wadl:request> <wadl:response> <wadl:doc><![CDATA[The Web Application settings]]></wadl:doc> <wadl:representation mediaType="application/json"/> <wadl:representation mediaType="application/xml" element="web_app_config"/> </wadl:response> </wadl:method> </wadl:resource> </wadl:resources> </wadl:application>