4.1.2 HTTP Response

The client application parses the response to find the embedded resource with the "rel" equal to onlineMeetings. This embedded resource contains links to all other resources associated with scheduling and maintaining online conferences. These links will be needed in order to perform future requests. They ought to be cached, but not persisted because they are only valid for the lifetime of the application instance.

 HTTP/1.1 201 Created
 Cache-Control: no-cache
 Pragma: no-cache
 Via: 1.1 SERVER.vdomain.com RtcInt
 Content-Length: 4317
 Content-Type: application/vnd.microsoft.com.ucwa+xml
 Expires: -1
 Server: Microsoft-IIS/7.5
 X-MS-Server-Fqdn: SERVER.vdomain.com
 P3P: CP="IDC CUR ADMa OUR BUS"
 Set-Cookie: cwt_ucwa=AAEBHAEFAAAAAAAFFQAAACZfw6hMpZ-w7RAMgZEGAACBEBeUl8NGfGxekivQc34B_QOCAnDegyDkn3f4Sjtf6F48oQiLmuxbPqWIspWebqygSLeMdTFLQoYIMHfIz8odzwgINi91Y3dhL2FwcGxpY2F0aW9ucy9CdWdTQnhPMjJuWVZrQnJVUm1iSWdMYnY5NWUwPS9waG90bw; path=/ucwa/applications/BugSBxO22nYVkBrURmbIgLbv95e0=/photo; secure; HttpOnly
 X-AspNet-Version: 4.0.30319
 X-Powered-By: ASP.NET
 Date: Thu, 21 Jun 2012 05:50:46 GMT
  
 <?xml version="1.0" encoding="utf-8"?>
 <resource xmlns="http://schemas.microsoft.com/rtc/2012/03/ucwa" href="/ucwa/applications/BugSBxO22nYVkBrURmbIgLbv95e0=">
   <property name="culture">en-US</property>
   <property name="userAgent">OcsmpClient/1.0</property>
   <property name="type">Browser</property>
   <resource rel="onlineMeetings" href="/ucwa/applications/BugSBxO22nYVkBrURmbIgLbv95e0=/OnlineMeetings">
     <link rel="myOnlineMeetings" href="/ucwa/applications/BugSBxO22nYVkBrURmbIgLbv95e0=/myOnlineMeetings"/>
     <link rel="onlineMeetingDefaultValues" href="/ucwa/applications/BugSBxO22nYVkBrURmbIgLbv95e0=/OnlineMeetingDefaultValues"/>
     <link rel="onlineMeetingEligibleValues" href="/ucwa/applications/BugSBxO22nYVkBrURmbIgLbv95e0=/OnlineMeetingEligibleValues"/>
     <link rel="onlineMeetingInvitationCustomization" href="/ucwa/applications/BugSBxO22nYVkBrURmbIgLbv95e0=/OnlineMeetingInvitationCustomization"/>
     <link rel="onlineMeetingPolicies" href="/ucwa/applications/BugSBxO22nYVkBrURmbIgLbv95e0=/OnlineMeetingPolicies"/>
     <link rel="phoneDialInInformation" href="/ucwa/applications/BugSBxO22nYVkBrURmbIgLbv95e0=/PhoneDialInInformation"/>
   </resource>
 </resource>