Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleExample 01 - without resource
collapsetrue
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <PwsGetOnBehalfOfResourcesResponse xmlns="http://projectorpsa.com/PwsProjectorServices/">
         <PwsGetOnBehalfOfResourcesResult xmlns:a="http://projectorpsa.com/DataContracts/Shared/TimeAndCost/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
            <ResponseId xmlns="http://projectorpsa.com/CommonServices/">0</ResponseId>
            <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status>
            <ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2018-03-12T14:57:19.319861Z</ServerTimestampUtc>
            <a:Resources xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:PwsOnBehalfOfResource>
                  <b:ResourceDisplayName>Bruce Wayne</b:ResourceDisplayName>
                  <b:ResourceId i:nil="true"/>
                  <b:ResourceReferenceSystemId>BW-01</b:ResourceReferenceSystemId>
                  <b:ResourceUid>1152921504606968725</b:ResourceUid>
                  <b:EmailAddress>bruce@revcorp.doc</b:EmailAddress>
                  <b:FirstName>Bruce</b:FirstName>
                  <b:LastName>Wayne</b:LastName>
                  <b:MiddleName i:nil="true"/>
                  <b:InactiveFlag>false</b:InactiveFlag>
                  <b:DashboardOboFlag>true</b:DashboardOboFlag>
                  <b:ExpenseReportingOboFlag>true</b:ExpenseReportingOboFlag>
                  <b:TimeEntryOboFlag>true</b:TimeEntryOboFlag>
                  <b:TimeOffOboFlag>true</b:TimeOffOboFlag>
               <   <b:ShowBillableUtilizationOnDashboardFlag>true</b:PwsOnBehalfOfResource>ShowBillableUtilizationOnDashboardFlag>
                  <b:ShowChargeableUtilizationOnDashboardFlag>true</b:PwsOnBehalfOfResource>ShowChargeableUtilizationOnDashboardFlag>
                  <b:ResourceDisplayName>Gabrielle Gonzalez<ShowProductiveUtilizationOnDashboardFlag>true</b:ResourceDisplayName>ShowProductiveUtilizationOnDashboardFlag>
                  <b:ResourceId i:nil="true"/>ShowTotalUtilizationOnDashboardFlag>true</b:ShowTotalUtilizationOnDashboardFlag>
               </b:PwsOnBehalfOfResource>
         <b:ResourceReferenceSystemId>023</b:ResourceReferenceSystemId>      <b:PwsOnBehalfOfResource>
                  <b:ResourceUid>1152921504606963004<ResourceDisplayName>Gabrielle Gonzalez</b:ResourceUid>ResourceDisplayName>
                  <b:EmailAddress>Gabrielle@revcorp.min.cnv1</b:EmailAddress>:ResourceId i:nil="true"/>
                  <b:FirstName>Gabrielle<ResourceReferenceSystemId>023</b:FirstName>ResourceReferenceSystemId>
                  <b:LastName>Gonzalez<ResourceUid>1152921504606963004</b:LastName>ResourceUid>
                  <b:MiddleName i:nil="true"/>EmailAddress>Gabrielle@revcorp.min.cnv1</b:EmailAddress>
                  <b:InactiveFlag>false<FirstName>Gabrielle</b:InactiveFlag>FirstName>
                  <b:DashboardOboFlag>true<LastName>Gonzalez</b:DashboardOboFlag>LastName>
                  <b:ExpenseReportingOboFlag>true</b:ExpenseReportingOboFlag>MiddleName i:nil="true"/>
                  <b:TimeEntryOboFlag>true<InactiveFlag>false</b:TimeEntryOboFlag>InactiveFlag>
                  <b:TimeOffOboFlag>true<DashboardOboFlag>true</b:TimeOffOboFlag>DashboardOboFlag>
                  <b:ExpenseReportingOboSetting>U<ExpenseReportingOboFlag>true</b:ExpenseReportingOboSetting>ExpenseReportingOboFlag>
                  <b:TimeEntryOboSetting>U<TimeEntryOboFlag>true</b:TimeEntryOboSetting>TimeEntryOboFlag>
                  <<b:TimeOffOboFlag>true</b:PwsOnBehalfOfResource>TimeOffOboFlag>
            </a:Resources>      <b:ExpenseReportingOboSetting>U</b:ExpenseReportingOboSetting>
   </PwsGetOnBehalfOfResourcesResult>       </PwsGetOnBehalfOfResourcesResponse>
   </s:Body>
</s:Envelope>        <b:TimeEntryOboSetting>U</b:TimeEntryOboSetting>
                  <b:ShowBillableUtilizationOnDashboardFlag>true</b:ShowBillableUtilizationOnDashboardFlag>
                  <b:ShowChargeableUtilizationOnDashboardFlag>true</b:ShowChargeableUtilizationOnDashboardFlag>
                  <b:ShowProductiveUtilizationOnDashboardFlag>true</b:ShowProductiveUtilizationOnDashboardFlag>
                  <b:ShowTotalUtilizationOnDashboardFlag>true</b:ShowTotalUtilizationOnDashboardFlag>
                </b:PwsOnBehalfOfResource>
            </a:Resources>
         </PwsGetOnBehalfOfResourcesResult>
      </PwsGetOnBehalfOfResourcesResponse>
   </s:Body>
</s:Envelope>       


Code Block
languagejava
titleExample 02 - with resource
collapsetrue
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <PwsGetOnBehalfOfResourcesResponse xmlns="http://projectorpsa.com/PwsProjectorServices/">
         <PwsGetOnBehalfOfResourcesResult xmlns:a="http://projectorpsa.com/DataContracts/Shared/TimeAndCost/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
            
Code Block
languagejava
titleExample 02 - with resource
collapsetrue
<s:Envelope xmlns:s<ResponseId xmlns="http://schemasprojectorpsa.xmlsoap.org/soap/envelope/">com/CommonServices/">0</ResponseId>
     <s:Body>       <PwsGetOnBehalfOfResourcesResponse<Status xmlns="http://projectorpsa.com/PwsProjectorServicesCommonServices/">>Ok</Status>
            <PwsGetOnBehalfOfResourcesResult<ServerTimestampUtc xmlns:a="http://projectorpsa.com/DataContractsCommonServices/Shared/TimeAndCost/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">">2018-03-12T15:49:02.3452499Z</ServerTimestampUtc>
            <Messages xmlns="http://projectorpsa.com/CommonServices/"<a:Resources xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
              <ResponseId xmlns="http://projectorpsa.com/CommonServices/">0</ResponseId><b:PwsOnBehalfOfResource>
                 <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status><b:ResourceDisplayName>Larry Krakauer</b:ResourceDisplayName>
                  <ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2018-03-12T15:49:02.3452499Z</ServerTimestampUtc><b:ResourceId i:nil="true"/>
                 <a:Resources xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:ResourceReferenceSystemId>097</b:ResourceReferenceSystemId>
                  <b:PwsOnBehalfOfResource>ResourceUid>1152921504606963016</b:ResourceUid>
                  <b:ResourceDisplayName>Larry Krakauer<EmailAddress>Larry@revcorp.doc</b:ResourceDisplayName>EmailAddress>
                  <b:ResourceId i:nil="true"/>FirstName>Larry</b:FirstName>
                  <b:ResourceReferenceSystemId>097<LastName>Krakauer</b:ResourceReferenceSystemId>LastName>
                  <b:ResourceUid>1152921504606963016<MiddleName>A</b:ResourceUid>MiddleName>
                  <b:EmailAddress>Larry@revcorp.doc<InactiveFlag>false</b:EmailAddress>InactiveFlag>
                  <b:FirstName>Larry<DashboardOboFlag>false</b:FirstName>DashboardOboFlag>
                  <b:LastName>Krakauer<ExpenseReportingOboFlag>false</b:LastName>ExpenseReportingOboFlag>
                  <b:MiddleName>A<TimeEntryOboFlag>true</b:MiddleName>TimeEntryOboFlag>
                  <b:InactiveFlag>false<TimeOffOboFlag>false</b:InactiveFlag>TimeOffOboFlag>
                  <b:DashboardOboFlag>false<ExpenseReportingOboSetting>U</b:DashboardOboFlag>ExpenseReportingOboSetting>
                  <b:ExpenseReportingOboFlag>false<TimeEntryOboSetting>U</b:ExpenseReportingOboFlag>TimeEntryOboSetting>
                  <b:TimeEntryOboFlag>true<ShowBillableUtilizationOnDashboardFlag>true</b:TimeEntryOboFlag>ShowBillableUtilizationOnDashboardFlag>
                  <b:TimeOffOboFlag>false<ShowChargeableUtilizationOnDashboardFlag>true</b:TimeOffOboFlag>ShowChargeableUtilizationOnDashboardFlag>
                  <b:ExpenseReportingOboSetting>U<ShowProductiveUtilizationOnDashboardFlag>true</b:ExpenseReportingOboSetting>ShowProductiveUtilizationOnDashboardFlag>
                  <b:TimeEntryOboSetting>U<ShowTotalUtilizationOnDashboardFlag>true</b:TimeEntryOboSetting>ShowTotalUtilizationOnDashboardFlag>
                       </b:PwsOnBehalfOfResource>
            </a:Resources>
         </PwsGetOnBehalfOfResourcesResult>
      </PwsGetOnBehalfOfResourcesResponse>
   </s:Body>
</s:Envelope>

...