Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 55 Next »

Overview


This web service inserts or updates a single project based on a detailed project structure (PwsProjectDetail). The service returns the identity (PwsProjectRef) of the project that has been inserted or updated. The caller can optionally request that the full project detail (PwsProjectElement) be included in the response.  Please note, upon creation of a new project, certain attributes may be derived from engagement type defaults or inherited from the engagement.  

Request Format


PwsSaveProjectRq
  • PwsSaveProjectRq
    • RequestId: Int32
    • SessionTicket: String
    • CloseDateClearFlag: Boolean
    • CostGlccOverrideClearFlag: Boolean **deprecated**
    • DescriptionClearFlag: Boolean
    • FullDetailFlag: Boolean
    • Mode: String (1)
    • PercentLikelihoodClearFlag: Boolean
    • Project: PwsProjectDetail
    • StealLockFlag: Boolean **deprecated**
    • TimeGlccOverrideClearFlag: Boolean **deprecated**
    • WorkspaceMessagesClearFlag: Boolean
    • ForceAdvancedSetupChangeFlag: Boolean
    • EngagementTimestamp: String **deprecated**
    • ManagementTeamClearFlag: Boolean
    • BdDashboardClearFlag: Boolean
    • ExpenseTypeConfigurationClearFlag: Boolean
    • LocksToSteal: PwsEntityLockSummary[1.100]
    • ProjectorLockSetId: Int32
    • AamDashboardClearFlag: Boolean
    • ExcludeReadNotesFlag: Boolean
    • IncludeDeletedRolesFlag: Boolean
    • RevalueAction: String
    • InvoiceTabMessageClearFlag: Boolean

    • IssueCategoryClearFlag: Boolean

    • IssueStatusClearFlag: Boolean

    • ProjectLoginClearFlag: Boolean

    • WorkspaceLogoClearFlag: Boolean

Request Elements


Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

No


Click here for more information.

1

SessionTicket

String

Yes


Click here for more information.

Ad0gaqAh34T3anLQ/dUmpQ==

CloseDateClearFlag

Boolean

No

false

If set to "true", the end date of the project will be cleared.

false

CostGlccOverrideClearFlag

Boolean

deprecated


*** This field has been deprecated ***


DescriptionClearFlag

Boolean

No

false

If set to "true", project description will be cleared..

false

FullDetailFlag

Boolean

No

false

If set to "true", full project element will be included in response.

false

Mode

String (1)

Yes


Applies if FullDetailFlag is set to true:

A to retrieve booked data for roles.

R to retrieve requested data for roles.

E to retrieve effective data for roles (booked data for booked roles, requested data for requested roles).

A/R

PercentLikelihoodClearFlag

Boolean

No

false

If set to "true", project percent likelihood will be cleared. When this value is cleared, the percent likelihood is derived from the percent likelihood value associated with the project's stage.

false

Project

PwsProjectDetail

Yes


Structure that contains the complete information of the project. Please click here for more information. If PwsProjectDetail refers to an existing project, this request updates this project; otherwise, this request creates a new project.


StealLockFlag

Boolean

deprecated


*** This field has been deprecated ***


TimeGlccOverrideClearFlag

Boolean

deprecated


*** This field has been deprecated ***


WorkspaceMessagesClearFlag

Boolean

No

false

If set to "true", project workspace message will be cleared.

false

ForceAdvancedSetupChangeFlag

Boolean

No

false

Advanced: This can be used to force PLCC mapping changes for time and/or cost mappings in the face of existing transactional data. If this flag is not set to true, an error will be returned if you attempt to change the time or cost PLCC mappings and there are time card or cost card transactions associated with the project. Note you must also have advanced project setup permission to force the mapping changes.

false

EngagementTimestamp

String

deprecated


*** This field has been deprecated ***


ManagementTeamClearFlag

Boolean

No

false

If set to "true", clear the non-PM members of the project management team.

false

BdDashboardClearFlag

Boolean

No

false

If set to "true", clear the Belladati (advanced analytics) dashboard configuration for this project, and BdDashboards data is ignored.

false

ExpenseTypeConfigurationClearFlag

Boolean

No

false

if set to "true", clear the expenes type configuration for this project.

false

LocksToStealPwsEntityLockSummary[1.100]No
The detailed information of the locks that are to be stolen. If not specified, the request will fail if any requested locks are already held. If specified, the information supplied must exactly match the current state of existing locks or the attempt to steal the existing locks will fail. Typically, this service is invoked with LocksToSteal empty or null. If there are existing locks, they will be returned in the LockHolders member of PwsFault. This data can then be sent, as is, back to the server in a second invocation of this service, as LocksToSteal, if the caller desires to steal the locks.
ProjectorLockSetIdInt32No
A projector lock set id is an identifier for a group of one or more locks held as a unit.
AamDashboardClearFlagBooleanNofalseTrue to clear AAM dashboards for project.
ExcludeReadNotesFlagBooleanNofalse

If true, notes that have been marked as read by the current user are excluded from the data returned. Applies only when FullDetailFlag is true.


IncludeDeletedRolesFlagBooleanNofalse

If true, deleted roles are included in the response data. Applies only when FullDetailFlag is true.


RevalueActionStringNoN

This indicates how the service should respond if there are time cards that would become in need of revalue as a result of the changes. The valid values are:

  • N (No Revalue): Time cards are left as is and the save is completed.
  • R (Revalue): Time cards that can be revalued are revalued and the save is completed.
  • C (Check): The save operation will only proceed if there are no time cards that would be in need of revalue. RevalueReport in the response will provide details about the affected time cards.

IssueCategoryClearFlagBooleanNo


IssueStatusClearFlagBooleanNo


ProjectLoginClearFlagBooleanNo


WorkspaceLogoClearFlagBooleanNo


Request Usage Example(s)


Example 01 - simple update
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:sch="http://projectorpsa.com/DataContracts/Shared/Scheduling/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/">
   <soapenv:Header/>
   <soapenv:Body>
      <pws:PwsSaveProject>
         <pws:serviceRequest>
            <req:SessionTicket>Af3sL0FGHhwhM4iKAOvIew==</req:SessionTicket>
            <sch:CloseDateClearFlag>true</sch:CloseDateClearFlag>
            <sch:CostGlccOverrideClearFlag>false</sch:CostGlccOverrideClearFlag>
            <sch:DescriptionClearFlag>false</sch:DescriptionClearFlag>
            <sch:FullDetailFlag>false</sch:FullDetailFlag>
            <sch:Mode>R</sch:Mode>
            <sch:PercentLikelihoodClearFlag>false</sch:PercentLikelihoodClearFlag>
            <sch:Project>
               <com:ProjectCode>P001053-001</com:ProjectCode>
               <com:EngagementIdentity>
                  <com:EngagementCode>P001053</com:EngagementCode>
               </com:EngagementIdentity>
               <com:NewProjectCode>P001053-WS1</com:NewProjectCode>
               <com:ContractLineItemIdentity>
                  <com:ContractLineItemCode>P001053-CL1</com:ContractLineItemCode>
               </com:ContractLineItemIdentity>
            </sch:Project>
            <sch:StealLockFlag>true</sch:StealLockFlag>
         </pws:serviceRequest>
      </pws:PwsSaveProject>
   </soapenv:Body>
</soapenv:Envelope>
Example 02 - simple create
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:sch="http://projectorpsa.com/DataContracts/Shared/Scheduling/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/">
   <soapenv:Header/>
   <soapenv:Body>
      <pws:PwsSaveProject>
         <pws:serviceRequest>
            <req:SessionTicket>Af3sL0FGHhwhM4iKAOvIew==</req:SessionTicket>
            <sch:Mode>R</sch:Mode>
            <sch:Project>
               <com:ProjectCode>P001053-002</com:ProjectCode>
               <com:EngagementIdentity>
                  <com:EngagementCode>P001052</com:EngagementCode>
               </com:EngagementIdentity>
               <com:ProjectName>Created via PwsSaveProject</com:ProjectName>
                <com:LocationIdentity>
                  <com:LocationName>Boston</com:LocationName>
               </com:LocationIdentity>
               <com:ManagerIdentity>
                  <com:UserDisplayName>Larry Krakauer</com:UserDisplayName>
               </com:ManagerIdentity>
            </sch:Project>
         </pws:serviceRequest>
      </pws:PwsSaveProject>
   </soapenv:Body>
</soapenv:Envelope>
Example 03 - complex case of create/update
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:sch="http://projectorpsa.com/DataContracts/Shared/Scheduling/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/">
   <soapenv:Header/>
   <soapenv:Body>
      <pws:PwsSaveProject>
         <pws:serviceRequest>
            <req:SessionTicket>Af3sL0FGHhwhM4iKAOvIew==</req:SessionTicket>
            <sch:CloseDateClearFlag>false</sch:CloseDateClearFlag>
            <sch:DescriptionClearFlag>false</sch:DescriptionClearFlag>
            <sch:FullDetailFlag>true</sch:FullDetailFlag>
            <sch:Mode>A</sch:Mode>
            <sch:PercentLikelihoodClearFlag>false</sch:PercentLikelihoodClearFlag>
            <sch:Project>
               <com:ProjectCode>P001053-001</com:ProjectCode>
               <com:EngagementIdentity>
                  <com:EngagementCode>P001053</com:EngagementCode>
               </com:EngagementIdentity>
               <com:ProjectName>Updated using PwsSaveProject</com:ProjectName>
               <com:CloseDate>2019-07-27z</com:CloseDate>
               <com:DefaultSchedulingMode>D</com:DefaultSchedulingMode>
               <com:Description>Updated scription from web service</com:Description>
               <com:EmEmailFlag>true</com:EmEmailFlag>
               <com:ExpenseApprovalUserIdentity>
                  <com:UserDisplayName>Larry Krakauer</com:UserDisplayName>
                  <com:UserReferenceSystemId>097</com:UserReferenceSystemId>
               </com:ExpenseApprovalUserIdentity>
               <com:ExpenseApproverType>U</com:ExpenseApproverType>
                <com:LocationIdentity>
                  <com:LocationName>London</com:LocationName>
               </com:LocationIdentity>
               <com:ManagerIdentity>
                  <com:UserDisplayName>Larry Krakauer</com:UserDisplayName>
               </com:ManagerIdentity>
               <com:MinutesPerDay>420</com:MinutesPerDay>
               <com:NarrativeRequiredFlag>true</com:NarrativeRequiredFlag>
               <com:NewProjectCode>P001053-WS1</com:NewProjectCode>
               <com:OpenDate>2011-01-01z</com:OpenDate>
               <com:OpenForCostFlag>false</com:OpenForCostFlag>
               <com:OpenForCostTransferFlag>false</com:OpenForCostTransferFlag>
               <com:OpenForTimeFlag>false</com:OpenForTimeFlag>
               <com:OpenForTimeTransferFlag>false</com:OpenForTimeTransferFlag>
               <com:PercentLikelihood>0</com:PercentLikelihood>
               <com:PmModuleEnabledFlag>true</com:PmModuleEnabledFlag>
               <com:ProjectStageIdentity>
                  <com:ProjectStageName>delivery</com:ProjectStageName>
               </com:ProjectStageIdentity>
               <com:ProjectWorkspaceEnabledFlag>true</com:ProjectWorkspaceEnabledFlag>
               <com:Rates>
                  <!--Zero or more repetitions:-->
                  <com:PwsProjectRate>
                     <com:BillingAdjustedDiscountPercent>3</com:BillingAdjustedDiscountPercent>
                     <com:ContractDiscountPercent>1</com:ContractDiscountPercent>
                     <com:EndDate>2018-05-31z</com:EndDate>
                     <com:RateCardIdentity>
                        <com:RateCardName>Standard Public Sector Rates (USD)</com:RateCardName>
                        <com:RateCardType>R</com:RateCardType>
                     </com:RateCardIdentity>
                  </com:PwsProjectRate>
                  <com:PwsProjectRate>
                     <com:BeginDate>2018-06-01z</com:BeginDate>
                     <com:BillingAdjustedDiscountPercent>10</com:BillingAdjustedDiscountPercent>
                     <com:ContractDiscountPercent>5</com:ContractDiscountPercent>
                     <com:RateCardIdentity>
                        <com:RateCardName>Standard Financial Services Rates (USD)</com:RateCardName>
                        <com:RateCardType>R</com:RateCardType>
                     </com:RateCardIdentity>
                  </com:PwsProjectRate>
               </com:Rates>
               <com:TimeApprovalUserIdentity>
                  <com:UserDisplayName>Ronni Skerker </com:UserDisplayName>
                  <com:UserReferenceSystemId>030</com:UserReferenceSystemId>
               </com:TimeApprovalUserIdentity>
               <com:TimeApproverType>U</com:TimeApproverType>
                <com:TimeEntryRestrictedToRolesAssignedToTasksFlag>false</com:TimeEntryRestrictedToRolesAssignedToTasksFlag>
               <com:UserDefinedFields>
                  <!--Zero or more repetitions:-->
                  <com:PwsUserDefinedFieldDetail>
                     <com:UdfName>Tentative start date</com:UdfName>
                     <com:DateValue>2018-01-01z</com:DateValue>
                  </com:PwsUserDefinedFieldDetail>
               </com:UserDefinedFields>
               <com:WorkspaceMessages>This project is created to manage the set and costume production for Met Opera's Don Carlo production </com:WorkspaceMessages>
               <com:BookExpenseResourceCostCenterIdentity>
                  <com:CostCenterName>Revcorp CA</com:CostCenterName>
               </com:BookExpenseResourceCostCenterIdentity>
               <com:BookExpenseResourcesAllowCode>C</com:BookExpenseResourcesAllowCode>
               <com:BookTimeResourcesAllowCode>A</com:BookTimeResourcesAllowCode>
               <com:PlccMappings>
                  <!--TR: #1 of 5 repetitions -->
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.15</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>US</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:GlccOverride>CC-ABC</com:GlccOverride>
                     <com:MappingType>TR</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.85</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>CA</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:MappingType>TR</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
                 <!--OR: #2 of 5 repetitions -->
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.25</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>US</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:MappingType>OR</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.75</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>CA</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:MappingType>OR</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
             <!--OE: #3 of 5 repetitions -->
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.35</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>US</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:MappingType>OE</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.65</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>CA</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:MappingType>OE</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
			<!--RDC: #4 of 5 repetitions -->
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.45</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>US</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:MappingType>RDC</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.55</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>CA</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:MappingType>RDC</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
			<!--SRDC: #5 of 5 repetitions -->
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.47</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>US</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:MappingType>SRDC</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.53</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>CA</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:MappingType>SRDC</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
               </com:PlccMappings>
               <com:ContractLineItemIdentity>
                  <com:ContractLineItemCode>P001053-CL1</com:ContractLineItemCode>
               </com:ContractLineItemIdentity>
               <com:ManagementTeam>
                  <!--Zero or more repetitions:-->
                  <com:PwsProjectManagementTeamMember>
                     <com:EmailFlag>true</com:EmailFlag>
                     <com:UpdateFlag>true</com:UpdateFlag>
                     <com:UserIdentity>
                        <com:UserDisplayName>Bruce Wayne</com:UserDisplayName>
                     </com:UserIdentity>
                  </com:PwsProjectManagementTeamMember>
               </com:ManagementTeam>
               <com:BdDashboards>
                  <!--Zero or more repetitions:-->
                  <com:PwsProjectBdDashboard>
                     <com:BookedResourcesAllowedFlag>true</com:BookedResourcesAllowedFlag>
                     <com:ClientsAllowedFlag>true</com:ClientsAllowedFlag>
                     <com:DashboardAlias>actual hours</com:DashboardAlias>
                     <com:DashboardName>Actual Hours</com:DashboardName>
                     <com:DashboardParameters>{0}</com:DashboardParameters>
                     <com:EmAllowedFlag>true</com:EmAllowedFlag>
                     <com:LtdBookedResourcesAllowedFlag>false</com:LtdBookedResourcesAllowedFlag>
                     <com:LtdOtherResourcesAllowedFlag>false</com:LtdOtherResourcesAllowedFlag>
                     <com:OtherResourcesAllowedFlag>false</com:OtherResourcesAllowedFlag>
                     <com:PmAllowedFlag>true</com:PmAllowedFlag>
                  </com:PwsProjectBdDashboard>
               </com:BdDashboards>
               <!--com:ExpenseTypeConfigurationIdentity-->
                  <!--com:ExpenseTypeConfigurationName>?</com:ExpenseTypeConfigurationName-->
               <!--/com:ExpenseTypeConfigurationIdentity-->
               <com:InheritPurchaseOrderNumberFlag>false</com:InheritPurchaseOrderNumberFlag>
               <com:PurchaseOrderNumber>Met-Don-Carlo</com:PurchaseOrderNumber>
            </sch:Project>
            <sch:StealLockFlag>true</sch:StealLockFlag>
            <sch:WorkspaceMessagesClearFlag>false</sch:WorkspaceMessagesClearFlag>
            <sch:ForceAdvancedSetupChangeFlag>true</sch:ForceAdvancedSetupChangeFlag>
            <sch:ManagementTeamClearFlag>true</sch:ManagementTeamClearFlag>
            <sch:BdDashboardClearFlag>true</sch:BdDashboardClearFlag>
            <sch:ExpenseTypeConfigurationClearFlag>true</sch:ExpenseTypeConfigurationClearFlag>
         </pws:serviceRequest>
      </pws:PwsSaveProject>
   </soapenv:Body>
</soapenv:Envelope>
Example 04 - create project with AAM dashboard
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:sch="http://projectorpsa.com/DataContracts/Shared/Scheduling/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
   <soapenv:Header/>
   <soapenv:Body>
      <pws:PwsSaveProject>
         <pws:serviceRequest>
            <req:SessionTicket>AatU6Z3wNjEL/nIADBLl4w==</req:SessionTicket>
            <sch:CloseDateClearFlag>false</sch:CloseDateClearFlag>
            <sch:DescriptionClearFlag>false</sch:DescriptionClearFlag>
            <sch:FullDetailFlag>true</sch:FullDetailFlag>
            <sch:Mode>A</sch:Mode>
            <sch:PercentLikelihoodClearFlag>false</sch:PercentLikelihoodClearFlag>
            <sch:Project>
               <com:ProjectCode>P001053-WS3</com:ProjectCode>
               <com:EngagementIdentity>
                  <com:EngagementCode>P001053</com:EngagementCode>
               </com:EngagementIdentity>
               <com:ProjectName>Updated using PwsSaveProject</com:ProjectName>
               <com:CloseDate>2022-07-27z</com:CloseDate>
               <com:DefaultSchedulingMode>D</com:DefaultSchedulingMode>
               <com:Description>Updated scription from web service</com:Description>
               <com:EmEmailFlag>true</com:EmEmailFlag>
               <com:ExpenseApprovalUserIdentity>
                  <com:UserDisplayName>Larry Krakauer</com:UserDisplayName>
                  <com:UserReferenceSystemId>097</com:UserReferenceSystemId>
               </com:ExpenseApprovalUserIdentity>
               <com:ExpenseApproverType>U</com:ExpenseApproverType>
                <com:LocationIdentity>
                  <com:LocationName>Boston</com:LocationName>
               </com:LocationIdentity>
               <com:ManagerIdentity>
                  <com:UserDisplayName>Larry Krakauer</com:UserDisplayName>
               </com:ManagerIdentity>
               <com:MinutesPerDay>420</com:MinutesPerDay>
               <com:NarrativeRequiredFlag>true</com:NarrativeRequiredFlag>
               <!--com:NewProjectCode>P001053-WS1</com:NewProjectCode-->
               <com:OpenDate>2011-01-01z</com:OpenDate>
               <com:OpenForCostFlag>false</com:OpenForCostFlag>
               <com:OpenForCostTransferFlag>false</com:OpenForCostTransferFlag>
               <com:OpenForTimeFlag>false</com:OpenForTimeFlag>
               <com:OpenForTimeTransferFlag>false</com:OpenForTimeTransferFlag>
               <com:PercentLikelihood>0</com:PercentLikelihood>
               <com:PmModuleEnabledFlag>true</com:PmModuleEnabledFlag>
               <com:ProjectStageIdentity>
                  <com:ProjectStageName>delivery</com:ProjectStageName>
               </com:ProjectStageIdentity>
               <com:ProjectWorkspaceEnabledFlag>true</com:ProjectWorkspaceEnabledFlag>
               <com:Rates>
                  <!--Zero or more repetitions:-->
                  <com:PwsProjectRate>
                     <com:BillingAdjustedDiscountPercent>3</com:BillingAdjustedDiscountPercent>
                     <com:ContractDiscountPercent>1</com:ContractDiscountPercent>
                     <com:EndDate>2020-05-31z</com:EndDate>
                     <com:RateCardIdentity>
                        <com:RateCardName>Standard Public Sector Rates (USD)</com:RateCardName>
                        <com:RateCardType>R</com:RateCardType>
                     </com:RateCardIdentity>
                  </com:PwsProjectRate>
                  <com:PwsProjectRate>
                     <com:BeginDate>2020-06-01z</com:BeginDate>
                     <com:BillingAdjustedDiscountPercent>10</com:BillingAdjustedDiscountPercent>
                     <com:ContractDiscountPercent>5</com:ContractDiscountPercent>
                     <com:RateCardIdentity>
                        <com:RateCardName>Standard Financial Services Rates (USD)</com:RateCardName>
                        <com:RateCardType>R</com:RateCardType>
                     </com:RateCardIdentity>
                  </com:PwsProjectRate>
               </com:Rates>
               <com:TimeApprovalUserIdentity>
                  <com:UserDisplayName>Ronni Skinner</com:UserDisplayName>
                  <com:UserReferenceSystemId>030</com:UserReferenceSystemId>
               </com:TimeApprovalUserIdentity>
               <com:TimeApproverType>U</com:TimeApproverType>
                <com:TimeEntryRestrictedToRolesAssignedToTasksFlag>false</com:TimeEntryRestrictedToRolesAssignedToTasksFlag>
               <com:UserDefinedFields>
                  <!--Zero or more repetitions:-->
                  <com:PwsUserDefinedFieldDetail>
                   <com:UdfName>PUDF_YN</com:UdfName>
   					<com:BooleanValue>true</com:BooleanValue>
                  </com:PwsUserDefinedFieldDetail>
                  <com:PwsUserDefinedFieldDetail>
                     <com:UdfName>PUDF_Num4dp_Req</com:UdfName>
   					<com:NumericValue>12345</com:NumericValue>
                  </com:PwsUserDefinedFieldDetail>
                  <com:PwsUserDefinedFieldDetail>
                     <com:UdfName>Tentative start date</com:UdfName>
                     <com:DateValue>2019-01-01z</com:DateValue>
                  </com:PwsUserDefinedFieldDetail>
               </com:UserDefinedFields>
               <com:WorkspaceMessages>This project is created to manage the set and costume production for Met Opera's Don Carlo production </com:WorkspaceMessages>
               <com:BookExpenseResourceCostCenterIdentity>
                  <com:CostCenterName>Revcorp CA</com:CostCenterName>
               </com:BookExpenseResourceCostCenterIdentity>
               <com:BookExpenseResourcesAllowCode>C</com:BookExpenseResourcesAllowCode>
               <com:BookTimeResourcesAllowCode>A</com:BookTimeResourcesAllowCode>
               <com:PlccMappings>
                  <!--TR: #1 of 5 repetitions -->
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.15</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>US</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:GlccOverride>CC-ABC</com:GlccOverride>
                     <com:MappingType>TR</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.85</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>CA</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:MappingType>TR</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
                 <!--OR: #2 of 5 repetitions -->
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.25</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>US</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:MappingType>OR</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.75</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>CA</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:MappingType>OR</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
             <!--OE: #3 of 5 repetitions -->
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.35</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>US</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:MappingType>OE</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.65</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>CA</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:MappingType>OE</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
            <!--RDC: #4 of 5 repetitions -->
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.45</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>US</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:MappingType>RDC</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.55</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>CA</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:MappingType>RDC</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
            <!--SRDC: #5 of 5 repetitions -->
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.47</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>US</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:MappingType>SRDC</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
                  <com:PwsProjectPlccMappingCostCenter>
                     <com:AllocationFraction>0.53</com:AllocationFraction>
                     <com:CostCenterIdentity>
                        <com:CostCenterNumber>CA</com:CostCenterNumber>
                     </com:CostCenterIdentity>
                     <com:CostCenterType>S</com:CostCenterType>
                     <com:MappingType>SRDC</com:MappingType>
                  </com:PwsProjectPlccMappingCostCenter>
               </com:PlccMappings>
               <com:ContractLineItemIdentity>
                  <com:ContractLineItemCode>P001053-CL1</com:ContractLineItemCode>
               </com:ContractLineItemIdentity>
               <com:ManagementTeam>
                  <!--Zero or more repetitions:-->
                  <com:PwsProjectManagementTeamMember>
                     <com:EmailFlag>true</com:EmailFlag>
                     <com:UpdateFlag>true</com:UpdateFlag>
                     <com:UserIdentity>
                        <com:UserDisplayName>Bruce Wayne</com:UserDisplayName>
                     </com:UserIdentity>
                  </com:PwsProjectManagementTeamMember>
               </com:ManagementTeam>
               <com:InheritPurchaseOrderNumberFlag>false</com:InheritPurchaseOrderNumberFlag>
               <com:PurchaseOrderNumber>Met-Don-Carlo</com:PurchaseOrderNumber>               
               <com:AamDashboards>
                  <!--Zero or more repetitions:-->
                  <com:PwsProjectAamDashboardDetail>
                     <com:AamIntegrationSummary>
                        <com:AamIntegrationName>MS Power BI</com:AamIntegrationName>
                        <com:AamType>M</com:AamType>
                     </com:AamIntegrationSummary>
                     <!--Optional:-->
                     <com:ProjectAamDashboardName>PowerBI (WS)</com:ProjectAamDashboardName>
                     <!--Optional:-->
                     <com:PmAllowedFlag>true</com:PmAllowedFlag>
                     <!--Optional:-->
 				<com:ProjectAamDashboardParams i:type="com:PwsAamPbDashboardParams">
   					<com:PbFilter>filter=PBI-ProjectList/ProjectCode eq '{0}'</com:PbFilter>
   					<com:PbReportId>26c0b4b3-9fa6-4bb1-9e2e-a2bb4d0270a3</com:PbReportId>
   					<com:PbWorkspaceId>7b087de2-53a5-4cc7-b51d-0d780508debb</com:PbWorkspaceId>
					</com:ProjectAamDashboardParams>
                  </com:PwsProjectAamDashboardDetail>
               </com:AamDashboards>
            </sch:Project>
            <sch:StealLockFlag>true</sch:StealLockFlag>
            <sch:WorkspaceMessagesClearFlag>false</sch:WorkspaceMessagesClearFlag>
            <sch:ForceAdvancedSetupChangeFlag>true</sch:ForceAdvancedSetupChangeFlag>
            <sch:ManagementTeamClearFlag>true</sch:ManagementTeamClearFlag>
            <sch:BdDashboardClearFlag>false</sch:BdDashboardClearFlag>
            <sch:ExpenseTypeConfigurationClearFlag>true</sch:ExpenseTypeConfigurationClearFlag>
         </pws:serviceRequest>
      </pws:PwsSaveProject>
   </soapenv:Body>
</soapenv:Envelope>           
               
            

Response Format


PwsSaveProjectRs

Response Elements


Element

Data Type

Description

Sample Data

Messages

PwsMessage

The web service response status and message. Click here for more information.


ResponseId

Int32

Click here for more information.

1

Status

RequestStatus

Click here for more information.

Ok

ServerTimestampUtc

DateTime

Click here for more information.


Project

PwsProjectElement

The complete set of information about the project. Populated only if FullDetailFlag is specified in the request. Click here for more information.


ProjectIdentity

PwsProjectRef

The unique keys used to identify the project. Click here for more information.


RevalueReportPwsRevalueReportInformation about time cards on the project that were affected or would be affected by the change. Populated only when RevalueAction is R (Revalue) or C (Check). If RevalueAction is R, the values included in this structure reflect what was done. If RevalueAction is C, the values reflect what would be done if the service were invoked again with RevalueAction set to R.

EngagementTimestamp

String

*** This field has been deprecated ***


LockStolenFromUserIdentity

PwsUserRef

*** This field has been deprecated ***


ProjectTimestampStringThis is an optimistic locking timestamp that, if provided on update request, will cause the request to fail when the timestamp stored in the database does not match the provided value.
StolenLocksPwsEntityLockSummaryThis structure contains information about the locks that were stolen in order to complete this request, Will be included only when LocksToSteal is specified in the request.

Response Usage Example(s)


Example 01 - simple update
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <PwsSaveProjectResponse xmlns="http://projectorpsa.com/PwsProjectorServices/">
         <PwsSaveProjectResult xmlns:a="http://projectorpsa.com/DataContracts/Shared/Scheduling/" 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-01-30T18:06:58.1817348Z</ServerTimestampUtc>
            <a:Project i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
            <a:ProjectIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:ProjectCode>P001053-WS1</b:ProjectCode>
               <b:ProjectId i:nil="true"/>
               <b:ProjectUid>1152921504607161987</b:ProjectUid>
            </a:ProjectIdentity>
            <a:EngagementTimestamp>AAAAAA+H+ZQ=</a:EngagementTimestamp>
            <a:LockStolenFromUserIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:UserDisplayName>PPSA Support User</b:UserDisplayName>
               <b:UserId i:nil="true"/>
               <b:UserReferenceSystemId>000</b:UserReferenceSystemId>
               <b:UserUid>1152921504606944261</b:UserUid>
            </a:LockStolenFromUserIdentity>
         </PwsSaveProjectResult>
      </PwsSaveProjectResponse>
   </s:Body>
</s:Envelope>
Example 02 - simple create
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <PwsSaveProjectResponse xmlns="http://projectorpsa.com/PwsProjectorServices/">
         <PwsSaveProjectResult xmlns:a="http://projectorpsa.com/DataContracts/Shared/Scheduling/" 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-01-30T19:21:45.0181651Z</ServerTimestampUtc>
            <a:Project i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
            <a:ProjectIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:ProjectCode>P001053-002</b:ProjectCode>
               <b:ProjectId i:nil="true"/>
               <b:ProjectUid>1152921504607411717</b:ProjectUid>
            </a:ProjectIdentity>
            <a:EngagementTimestamp>AAAAAA+IE/Q=</a:EngagementTimestamp>
            <a:LockStolenFromUserIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
         </PwsSaveProjectResult>
      </PwsSaveProjectResponse>
   </s:Body>
</s:Envelope>
Example 03 - complex case of create/update
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <PwsSaveProjectResponse xmlns="http://projectorpsa.com/PwsProjectorServices/">
         <PwsSaveProjectResult xmlns:a="http://projectorpsa.com/DataContracts/Shared/Scheduling/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:PwsMessage>
                  <b:AdditionalErrorText>Warning 54822: WARNING - Task plan summarization pending</b:AdditionalErrorText>
                  <b:ErrorCode>TaskPlanSummarizationPending</b:ErrorCode>
                  <b:ErrorNumber>54822</b:ErrorNumber>
                  <b:ErrorText>WARNING: Task plan summarization is not complete. Some task plan information (full WBS codes, planned dates) will be missing or invalid.</b:ErrorText>
                  <b:Type>Warning</b:Type>
               </b:PwsMessage>
            </Messages>
            <ResponseId xmlns="http://projectorpsa.com/CommonServices/">0</ResponseId>
            <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status>
            <ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2018-01-31T20:21:21.3968384Z</ServerTimestampUtc>
            <a:Project xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:ProjectDetail>
                  <b:ProjectCode>P001053-WS5</b:ProjectCode>
                  <b:ProjectId i:nil="true"/>
                  <b:ProjectUid>1152921504607411807</b:ProjectUid>
                  <b:EngagementIdentity>
                     <b:EngagementCode>P001053</b:EngagementCode>
                     <b:EngagementId i:nil="true"/>
                     <b:EngagementUid>1152921504607090526</b:EngagementUid>
                  </b:EngagementIdentity>
                  <b:ProjectName>Updated using PwsSaveProject</b:ProjectName>
                  <b:CloseDate>2019-07-27T00:00:00Z</b:CloseDate>
                  <b:CostGlccOverride i:nil="true"/>
                  <b:CostPlccMappingType i:nil="true"/>
                  <b:DefaultSchedulingMode>D</b:DefaultSchedulingMode>
                  <b:Description>Updated scription from web service</b:Description>
                  <b:EmEmailFlag>true</b:EmEmailFlag>
                  <b:EngagementTimestamp>AAAAAA+JjCo=</b:EngagementTimestamp>
                  <b:ExpenseApprovalUserIdentity>
                     <b:UserDisplayName>Larry Krakauer</b:UserDisplayName>
                     <b:UserId i:nil="true"/>
                     <b:UserReferenceSystemId>097</b:UserReferenceSystemId>
                     <b:UserUid>1152921504606944254</b:UserUid>
                  </b:ExpenseApprovalUserIdentity>
                  <b:ExpenseApproverType>U</b:ExpenseApproverType>
                  <b:ExpenseEntryRestrictedToResourcesAssignedToRolesFlag>false</b:ExpenseEntryRestrictedToResourcesAssignedToRolesFlag>
                  <b:LocationIdentity>
                     <b:LocationId i:nil="true"/>
                     <b:LocationName>London</b:LocationName>
                     <b:LocationUid>1152921504606850976</b:LocationUid>
                  </b:LocationIdentity>
                  <b:ManagerIdentity>
                     <b:UserDisplayName>Larry Krakauer</b:UserDisplayName>
                     <b:UserId i:nil="true"/>
                     <b:UserReferenceSystemId>097</b:UserReferenceSystemId>
                     <b:UserUid>1152921504606944254</b:UserUid>
                  </b:ManagerIdentity>
                  <b:MinutesPerDay>420</b:MinutesPerDay>
                  <b:NarrativeRequiredFlag>true</b:NarrativeRequiredFlag>
                  <b:NewProjectCode i:nil="true"/>
                  <b:OpenDate>2011-01-01T00:00:00Z</b:OpenDate>
                  <b:OpenForCostFlag>false</b:OpenForCostFlag>
                  <b:OpenForCostTransferFlag>false</b:OpenForCostTransferFlag>
                  <b:OpenForTimeFlag>false</b:OpenForTimeFlag>
                  <b:OpenForTimeTransferFlag>false</b:OpenForTimeTransferFlag>
                  <b:PercentLikelihood>0</b:PercentLikelihood>
                  <b:PmModuleEnabledFlag>true</b:PmModuleEnabledFlag>
                  <b:ProjectStageIdentity>
                     <b:ProjectStageId i:nil="true"/>
                     <b:ProjectStageName>Delivery</b:ProjectStageName>
                     <b:ProjectStageShortName>Delivery</b:ProjectStageShortName>
                     <b:ProjectStageUid>1152921504606849646</b:ProjectStageUid>
                  </b:ProjectStageIdentity>
                  <b:ProjectWorkspaceEnabledFlag>true</b:ProjectWorkspaceEnabledFlag>
                  <b:Rates>
                     <b:PwsProjectRate>
                        <b:BeginDate i:nil="true"/>
                        <b:BillingAdjustedDiscountPercent>3</b:BillingAdjustedDiscountPercent>
                        <b:ContractDiscountPercent>1</b:ContractDiscountPercent>
                        <b:EndDate>2018-05-31T00:00:00Z</b:EndDate>
                        <b:RateCardIdentity>
                           <b:RateCardId i:nil="true"/>
                           <b:RateCardName>Standard Public Sector Rates (USD)</b:RateCardName>
                           <b:RateCardType>R</b:RateCardType>
                           <b:RateCardUid>1152921504606854737</b:RateCardUid>
                        </b:RateCardIdentity>
                     </b:PwsProjectRate>
                     <b:PwsProjectRate>
                        <b:BeginDate>2018-06-01T00:00:00Z</b:BeginDate>
                        <b:BillingAdjustedDiscountPercent>10</b:BillingAdjustedDiscountPercent>
                        <b:ContractDiscountPercent>5</b:ContractDiscountPercent>
                        <b:EndDate i:nil="true"/>
                        <b:RateCardIdentity>
                           <b:RateCardId i:nil="true"/>
                           <b:RateCardName>Standard Financial Services Rates (USD)</b:RateCardName>
                           <b:RateCardType>R</b:RateCardType>
                           <b:RateCardUid>1152921504606854735</b:RateCardUid>
                        </b:RateCardIdentity>
                     </b:PwsProjectRate>
                  </b:Rates>
                  <b:TimeApprovalUserIdentity>
                     <b:UserDisplayName>Ronni Skerker</b:UserDisplayName>
                     <b:UserId i:nil="true"/>
                     <b:UserReferenceSystemId>030</b:UserReferenceSystemId>
                     <b:UserUid>1152921504606944264</b:UserUid>
                  </b:TimeApprovalUserIdentity>
                  <b:TimeApproverType>U</b:TimeApproverType>
                  <b:TimeEntryRestrictedToResourcesAssignedToRolesFlag>false</b:TimeEntryRestrictedToResourcesAssignedToRolesFlag>
                  <b:TimeEntryRestrictedToRolesAssignedToTasksFlag>false</b:TimeEntryRestrictedToRolesAssignedToTasksFlag>
                  <b:TimeGlccOverride i:nil="true"/>
                  <b:TimePlccMappingType i:nil="true"/>
                  <b:UserDefinedFields>
                     <b:PwsUserDefinedFieldDetail>
                        <b:UdfId i:nil="true"/>
                        <b:UdfName>Tentative Start Date</b:UdfName>
                        <b:UdfUid>1152921504606859825</b:UdfUid>
                        <b:BooleanValue i:nil="true"/>
                        <b:DataType>D</b:DataType>
                        <b:DateValue>2018-01-01T00:00:00Z</b:DateValue>
                        <b:IntegerValue i:nil="true"/>
                        <b:ResourceIdentityValue i:nil="true"/>
                        <b:TextValue i:nil="true"/>
                        <b:UdfTreatment>A</b:UdfTreatment>
                        <b:StoplightValues/>
                        <b:NumericValue i:nil="true"/>
                        <b:RelationValue i:nil="true"/>
                     </b:PwsUserDefinedFieldDetail>
                  </b:UserDefinedFields>
                  <b:WorkspaceMessages>This project is created to manage the set and costume production for Met Opera's Don Carlo production</b:WorkspaceMessages>
                  <b:BookExpenseResourceCostCenterIdentity>
                     <b:CostCenterId i:nil="true"/>
                     <b:CostCenterName>RevCorp CA</b:CostCenterName>
                     <b:CostCenterNumber>CA</b:CostCenterNumber>
                     <b:CostCenterUid>1152921504606856647</b:CostCenterUid>
                  </b:BookExpenseResourceCostCenterIdentity>
                  <b:BookExpenseResourcesAllowCode>C</b:BookExpenseResourcesAllowCode>
                  <b:BookTimeResourceCostCenterIdentity i:nil="true"/>
                  <b:BookTimeResourcesAllowCode>A</b:BookTimeResourcesAllowCode>
                  <b:PlccMappings>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.85</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp CA</b:CostCenterName>
                           <b:CostCenterNumber>CA</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856647</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride i:nil="true"/>
                        <b:MappingType>TR</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.15</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp US</b:CostCenterName>
                           <b:CostCenterNumber>US</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856648</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride>CC-ABC</b:GlccOverride>
                        <b:MappingType>TR</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.55</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp CA</b:CostCenterName>
                           <b:CostCenterNumber>CA</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856647</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride i:nil="true"/>
                        <b:MappingType>RDC</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.45</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp US</b:CostCenterName>
                           <b:CostCenterNumber>US</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856648</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride i:nil="true"/>
                        <b:MappingType>RDC</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.53</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp CA</b:CostCenterName>
                           <b:CostCenterNumber>CA</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856647</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride i:nil="true"/>
                        <b:MappingType>SRDC</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.47</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp US</b:CostCenterName>
                           <b:CostCenterNumber>US</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856648</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride i:nil="true"/>
                        <b:MappingType>SRDC</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.75</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp CA</b:CostCenterName>
                           <b:CostCenterNumber>CA</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856647</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride i:nil="true"/>
                        <b:MappingType>OR</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.25</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp US</b:CostCenterName>
                           <b:CostCenterNumber>US</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856648</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride i:nil="true"/>
                        <b:MappingType>OR</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.65</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp CA</b:CostCenterName>
                           <b:CostCenterNumber>CA</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856647</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride i:nil="true"/>
                        <b:MappingType>OE</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.35</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp US</b:CostCenterName>
                           <b:CostCenterNumber>US</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856648</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride i:nil="true"/>
                        <b:MappingType>OE</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                  </b:PlccMappings>
                  <b:ContractLineItemIdentity>
                     <b:ContractLineItemCode>P001053-CL1</b:ContractLineItemCode>
                     <b:ContractLineItemId i:nil="true"/>
                     <b:ContractLineItemUid>1152921504606877177</b:ContractLineItemUid>
                  </b:ContractLineItemIdentity>
                  <b:ManagementTeam>
                     <b:PwsProjectManagementTeamMember>
                        <b:EmailFlag>true</b:EmailFlag>
                        <b:UpdateFlag>true</b:UpdateFlag>
                        <b:UserIdentity>
                           <b:UserDisplayName>Bruce Wayne</b:UserDisplayName>
                           <b:UserId i:nil="true"/>
                           <b:UserReferenceSystemId i:nil="true"/>
                           <b:UserUid>1152921504606950320</b:UserUid>
                        </b:UserIdentity>
                     </b:PwsProjectManagementTeamMember>
                  </b:ManagementTeam>
                  <b:BdDashboards>
                     <b:PwsProjectBdDashboard>
                        <b:BookedResourcesAllowedFlag>true</b:BookedResourcesAllowedFlag>
                        <b:ClientsAllowedFlag>true</b:ClientsAllowedFlag>
                        <b:DashboardAlias>actual hours</b:DashboardAlias>
                        <b:DashboardName>Actual Hours</b:DashboardName>
                        <b:DashboardParameters>{0}</b:DashboardParameters>
                        <b:EmAllowedFlag>true</b:EmAllowedFlag>
                        <b:LtdBookedResourcesAllowedFlag>false</b:LtdBookedResourcesAllowedFlag>
                        <b:LtdOtherResourcesAllowedFlag>false</b:LtdOtherResourcesAllowedFlag>
                        <b:OtherResourcesAllowedFlag>false</b:OtherResourcesAllowedFlag>
                        <b:PmAllowedFlag>true</b:PmAllowedFlag>
                     </b:PwsProjectBdDashboard>
                  </b:BdDashboards>
                  <b:ExpenseTypeConfigurationIdentity i:nil="true"/>
                  <b:InheritPurchaseOrderNumberFlag>false</b:InheritPurchaseOrderNumberFlag>
                  <b:PurchaseOrderNumber>Met-Don-Carlo</b:PurchaseOrderNumber>
               </b:ProjectDetail>
               <b:RateTypes>
                  <b:PwsProjectRateTypeElement>
                     <b:ProjectRateTypeDetail>
                        <b:ExternalSystemIdentifier i:nil="true"/>
                        <b:ProjectRateTypeId i:nil="true"/>
                        <b:ProjectRateTypeUid>1152921504607348681</b:ProjectRateTypeUid>
                        <b:ProjectRateTypeName>Regular</b:ProjectRateTypeName>
                        <b:BillingAdjustedDiscountPercent i:nil="true"/>
                        <b:BillingAdjustedHourlyRate i:nil="true"/>
                        <b:ContractDiscountPercent i:nil="true"/>
                        <b:ContractHourlyRate i:nil="true"/>
                        <b:SortOrder>1</b:SortOrder>
                        <b:StandardRateTypeIdentity>
                           <b:StandardRateTypeCode>Reg</b:StandardRateTypeCode>
                           <b:StandardRateTypeId i:nil="true"/>
                           <b:StandardRateTypeName>Regular</b:StandardRateTypeName>
                           <b:StandardRateTypeUid>1152921504606847191</b:StandardRateTypeUid>
                        </b:StandardRateTypeIdentity>
                     </b:ProjectRateTypeDetail>
                  </b:PwsProjectRateTypeElement>
                  <b:PwsProjectRateTypeElement>
                     <b:ProjectRateTypeDetail>
                        <b:ExternalSystemIdentifier i:nil="true"/>
                        <b:ProjectRateTypeId i:nil="true"/>
                        <b:ProjectRateTypeUid>1152921504607348682</b:ProjectRateTypeUid>
                        <b:ProjectRateTypeName>Not Chargeable</b:ProjectRateTypeName>
                        <b:BillingAdjustedDiscountPercent i:nil="true"/>
                        <b:BillingAdjustedHourlyRate>0</b:BillingAdjustedHourlyRate>
                        <b:ContractDiscountPercent i:nil="true"/>
                        <b:ContractHourlyRate i:nil="true"/>
                        <b:SortOrder>2</b:SortOrder>
                        <b:StandardRateTypeIdentity>
                           <b:StandardRateTypeCode>NC</b:StandardRateTypeCode>
                           <b:StandardRateTypeId i:nil="true"/>
                           <b:StandardRateTypeName>Not Chargeable</b:StandardRateTypeName>
                           <b:StandardRateTypeUid>1152921504606847193</b:StandardRateTypeUid>
                        </b:StandardRateTypeIdentity>
                     </b:ProjectRateTypeDetail>
                  </b:PwsProjectRateTypeElement>
               </b:RateTypes>
               <b:Roles/>
               <b:TaskTypes>
                  <b:PwsProjectTaskTypeElement>
                     <b:ProjectTaskTypeDetail>
                        <b:ExternalSystemIdentifier i:nil="true"/>
                        <b:ProjectTaskTypeId i:nil="true"/>
                        <b:ProjectTaskTypeUid>1152921504608105007</b:ProjectTaskTypeUid>
                        <b:ProjectTaskTypeName>Design</b:ProjectTaskTypeName>
                        <b:AllowedProjectRateTypeIdentities>
                           <b:PwsProjectRateTypeRef>
                              <b:ExternalSystemIdentifier i:nil="true"/>
                              <b:ProjectRateTypeId i:nil="true"/>
                              <b:ProjectRateTypeUid>1152921504607348681</b:ProjectRateTypeUid>
                           </b:PwsProjectRateTypeRef>
                           <b:PwsProjectRateTypeRef>
                              <b:ExternalSystemIdentifier i:nil="true"/>
                              <b:ProjectRateTypeId i:nil="true"/>
                              <b:ProjectRateTypeUid>1152921504607348682</b:ProjectRateTypeUid>
                           </b:PwsProjectRateTypeRef>
                        </b:AllowedProjectRateTypeIdentities>
                        <b:DefaultProjectRateTypeIdentity>
                           <b:ExternalSystemIdentifier i:nil="true"/>
                           <b:ProjectRateTypeId i:nil="true"/>
                           <b:ProjectRateTypeUid>1152921504607348681</b:ProjectRateTypeUid>
                        </b:DefaultProjectRateTypeIdentity>
                        <b:InactiveFlag>false</b:InactiveFlag>
                        <b:NarrativeRequiredFlag>false</b:NarrativeRequiredFlag>
                        <b:NewExternalSystemIdentifier i:nil="true"/>
                        <b:SortOrder>1</b:SortOrder>
                        <b:StandardTaskTypeIdentity>
                           <b:StandardTaskTypeCode>T4</b:StandardTaskTypeCode>
                           <b:StandardTaskTypeId i:nil="true"/>
                           <b:StandardTaskTypeName>Design</b:StandardTaskTypeName>
                           <b:StandardTaskTypeUid>1152921504606847724</b:StandardTaskTypeUid>
                        </b:StandardTaskTypeIdentity>
                        <b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
                        <b:PurchaseOrderNumber i:nil="true"/>
                     </b:ProjectTaskTypeDetail>
                  </b:PwsProjectTaskTypeElement>
                  <b:PwsProjectTaskTypeElement>
                     <b:ProjectTaskTypeDetail>
                        <b:ExternalSystemIdentifier i:nil="true"/>
                        <b:ProjectTaskTypeId i:nil="true"/>
                        <b:ProjectTaskTypeUid>1152921504608105008</b:ProjectTaskTypeUid>
                        <b:ProjectTaskTypeName>Implementation</b:ProjectTaskTypeName>
                        <b:AllowedProjectRateTypeIdentities>
                           <b:PwsProjectRateTypeRef>
                              <b:ExternalSystemIdentifier i:nil="true"/>
                              <b:ProjectRateTypeId i:nil="true"/>
                              <b:ProjectRateTypeUid>1152921504607348681</b:ProjectRateTypeUid>
                           </b:PwsProjectRateTypeRef>
                           <b:PwsProjectRateTypeRef>
                              <b:ExternalSystemIdentifier i:nil="true"/>
                              <b:ProjectRateTypeId i:nil="true"/>
                              <b:ProjectRateTypeUid>1152921504607348682</b:ProjectRateTypeUid>
                           </b:PwsProjectRateTypeRef>
                        </b:AllowedProjectRateTypeIdentities>
                        <b:DefaultProjectRateTypeIdentity>
                           <b:ExternalSystemIdentifier i:nil="true"/>
                           <b:ProjectRateTypeId i:nil="true"/>
                           <b:ProjectRateTypeUid>1152921504607348681</b:ProjectRateTypeUid>
                        </b:DefaultProjectRateTypeIdentity>
                        <b:InactiveFlag>false</b:InactiveFlag>
                        <b:NarrativeRequiredFlag>false</b:NarrativeRequiredFlag>
                        <b:NewExternalSystemIdentifier i:nil="true"/>
                        <b:SortOrder>2</b:SortOrder>
                        <b:StandardTaskTypeIdentity>
                           <b:StandardTaskTypeCode>T8</b:StandardTaskTypeCode>
                           <b:StandardTaskTypeId i:nil="true"/>
                           <b:StandardTaskTypeName>Implementation</b:StandardTaskTypeName>
                           <b:StandardTaskTypeUid>1152921504606847728</b:StandardTaskTypeUid>
                        </b:StandardTaskTypeIdentity>
                        <b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
                        <b:PurchaseOrderNumber i:nil="true"/>
                     </b:ProjectTaskTypeDetail>
                  </b:PwsProjectTaskTypeElement>
                  <b:PwsProjectTaskTypeElement>
                     <b:ProjectTaskTypeDetail>
                        <b:ExternalSystemIdentifier i:nil="true"/>
                        <b:ProjectTaskTypeId i:nil="true"/>
                        <b:ProjectTaskTypeUid>1152921504608105009</b:ProjectTaskTypeUid>
                        <b:ProjectTaskTypeName>Quality Assurance</b:ProjectTaskTypeName>
                        <b:AllowedProjectRateTypeIdentities>
                           <b:PwsProjectRateTypeRef>
                              <b:ExternalSystemIdentifier i:nil="true"/>
                              <b:ProjectRateTypeId i:nil="true"/>
                              <b:ProjectRateTypeUid>1152921504607348681</b:ProjectRateTypeUid>
                           </b:PwsProjectRateTypeRef>
                           <b:PwsProjectRateTypeRef>
                              <b:ExternalSystemIdentifier i:nil="true"/>
                              <b:ProjectRateTypeId i:nil="true"/>
                              <b:ProjectRateTypeUid>1152921504607348682</b:ProjectRateTypeUid>
                           </b:PwsProjectRateTypeRef>
                        </b:AllowedProjectRateTypeIdentities>
                        <b:DefaultProjectRateTypeIdentity>
                           <b:ExternalSystemIdentifier i:nil="true"/>
                           <b:ProjectRateTypeId i:nil="true"/>
                           <b:ProjectRateTypeUid>1152921504607348681</b:ProjectRateTypeUid>
                        </b:DefaultProjectRateTypeIdentity>
                        <b:InactiveFlag>false</b:InactiveFlag>
                        <b:NarrativeRequiredFlag>false</b:NarrativeRequiredFlag>
                        <b:NewExternalSystemIdentifier i:nil="true"/>
                        <b:SortOrder>3</b:SortOrder>
                        <b:StandardTaskTypeIdentity>
                           <b:StandardTaskTypeCode>T10</b:StandardTaskTypeCode>
                           <b:StandardTaskTypeId i:nil="true"/>
                           <b:StandardTaskTypeName>Quality Assurance</b:StandardTaskTypeName>
                           <b:StandardTaskTypeUid>1152921504606847730</b:StandardTaskTypeUid>
                        </b:StandardTaskTypeIdentity>
                        <b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
                        <b:PurchaseOrderNumber i:nil="true"/>
                     </b:ProjectTaskTypeDetail>
                  </b:PwsProjectTaskTypeElement>
               </b:TaskTypes>
               <b:Tasks>
                  <b:PwsProjectTaskElement>
                     <b:ProjectTaskDetail>
                        <b:ExternalSystemIdentifier i:nil="true"/>
                        <b:ProjectTaskId i:nil="true"/>
                        <b:ProjectTaskUid>1152921504608721383</b:ProjectTaskUid>
                        <b:CompletedFlag>false</b:CompletedFlag>
                        <b:Description i:nil="true"/>
                        <b:DurationMinutes>0</b:DurationMinutes>
                        <b:EarliestStartDate i:nil="true"/>
                        <b:FullWbsCode i:nil="true"/>
                        <b:NewExternalSystemIdentifier i:nil="true"/>
                        <b:OpenForTimeFlag>true</b:OpenForTimeFlag>
                        <b:ParentTaskIdentity i:nil="true"/>
                        <b:PlannedEndDateTime i:nil="true"/>
                        <b:PlannedStartDateTime i:nil="true"/>
                        <b:Predecessors/>
                        <b:PreviousSiblingTaskIdentity i:nil="true"/>
                        <b:ProjectTaskTypeIdentity>
                           <b:ExternalSystemIdentifier i:nil="true"/>
                           <b:ProjectTaskTypeId i:nil="true"/>
                           <b:ProjectTaskTypeUid>1152921504608105007</b:ProjectTaskTypeUid>
                        </b:ProjectTaskTypeIdentity>
                        <b:TaskName>Default Task</b:TaskName>
                        <b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
                        <b:PurchaseOrderNumber i:nil="true"/>
                        <b:Subscriptions/>
                        <b:UserDefinedFields/>
                     </b:ProjectTaskDetail>
                     <b:ProjectTaskRoles/>
                     <b:TaskTypeInheritPurchaseOrderNumberFlag>true</b:TaskTypeInheritPurchaseOrderNumberFlag>
                  </b:PwsProjectTaskElement>
               </b:Tasks>
               <b:Notes/>
               <b:ProjectCostBaselineSummaries>
                  <b:PwsProjectCostBaselineSummary>
                     <b:ExternalSystemIdentifier i:nil="true"/>
                     <b:ProjectCostBaselineId i:nil="true"/>
                     <b:ProjectCostBaselineUid>1152921504607270412</b:ProjectCostBaselineUid>
                     <b:ActiveProjectCostBaselineFlag>true</b:ActiveProjectCostBaselineFlag>
                     <b:CaMetricActiveFlag>true</b:CaMetricActiveFlag>
                     <b:DaMetricActiveFlag>false</b:DaMetricActiveFlag>
                     <b:Description i:nil="true"/>
                     <b:EaMetricActiveFlag>false</b:EaMetricActiveFlag>
                     <b:PrimaryMetric>C</b:PrimaryMetric>
                     <b:ProjectCostBaselineName>Initial Cost Budget Baseline</b:ProjectCostBaselineName>
                  </b:PwsProjectCostBaselineSummary>
               </b:ProjectCostBaselineSummaries>
               <b:ProjectTimeBaselineSummaries>
                  <b:PwsProjectTimeBaselineSummary>
                     <b:ExternalSystemIdentifier i:nil="true"/>
                     <b:ProjectTimeBaselineId i:nil="true"/>
                     <b:ProjectTimeBaselineUid>1152921504607406510</b:ProjectTimeBaselineUid>
                     <b:ActiveProjectTimeBaselineFlag>true</b:ActiveProjectTimeBaselineFlag>
                     <b:BarMetricActiveFlag>true</b:BarMetricActiveFlag>
                     <b:ChgMetricActiveFlag>false</b:ChgMetricActiveFlag>
                     <b:CrMetricActiveFlag>false</b:CrMetricActiveFlag>
                     <b:Description i:nil="true"/>
                     <b:HrsMetricActiveFlag>false</b:HrsMetricActiveFlag>
                     <b:PrimaryMetric>B</b:PrimaryMetric>
                     <b:ProjectTimeBaselineName>Initial Time Budget Baseline</b:ProjectTimeBaselineName>
                     <b:RdcMetricActiveFlag>false</b:RdcMetricActiveFlag>
                  </b:PwsProjectTimeBaselineSummary>
               </b:ProjectTimeBaselineSummaries>
               <b:ManagementTeamUsers>
                  <b:PwsUserSummary>
                     <b:UserDisplayName>Bruce Wayne</b:UserDisplayName>
                     <b:UserId i:nil="true"/>
                     <b:UserReferenceSystemId i:nil="true"/>
                     <b:UserUid>1152921504606950320</b:UserUid>
                     <b:EmailAddress>bruce@revcorp.doc</b:EmailAddress>
                     <b:FirstName>Bruce</b:FirstName>
                     <b:LastName>Wayne</b:LastName>
                     <b:MiddleName i:nil="true"/>
                  </b:PwsUserSummary>
               </b:ManagementTeamUsers>
               <b:Manager>
                  <b:UserDisplayName>Larry Krakauer</b:UserDisplayName>
                  <b:UserId i:nil="true"/>
                  <b:UserReferenceSystemId>097</b:UserReferenceSystemId>
                  <b:UserUid>1152921504606944254</b:UserUid>
                  <b:EmailAddress>Larry@revcorp.min.cnv1</b:EmailAddress>
                  <b:FirstName>Larry</b:FirstName>
                  <b:LastName>Krakauer</b:LastName>
                  <b:MiddleName>A</b:MiddleName>
               </b:Manager>
            </a:Project>
            <a:ProjectIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:ProjectCode>P001053-WS5</b:ProjectCode>
               <b:ProjectId i:nil="true"/>
               <b:ProjectUid>1152921504607411807</b:ProjectUid>
            </a:ProjectIdentity>
            <a:EngagementTimestamp>AAAAAA+JjBU=</a:EngagementTimestamp>
            <a:LockStolenFromUserIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
         </PwsSaveProjectResult>
      </PwsSaveProjectResponse>
   </s:Body>
</s:Envelope>
Example 04 - Example 04 - create project with AAM dashboard
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <PwsSaveProjectResponse xmlns="http://projectorpsa.com/PwsProjectorServices/">
         <PwsSaveProjectResult xmlns:a="http://projectorpsa.com/DataContracts/Shared/Scheduling/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:PwsMessage>
                  <b:AdditionalErrorText i:nil="true"/>
                  <b:ErrorCode>DeprecatedField</b:ErrorCode>
                  <b:ErrorNumber>158</b:ErrorNumber>
                  <b:ErrorText>The field 'Deprecated_StealLockFlag' in the class 'PwsSaveProjectRq' has been deprecated as of V18. Please refer to the Projector Web Services documentation for the preferred replacement.</b:ErrorText>
                  <b:Type>Information</b:Type>
                  <b:ReferenceId1 i:nil="true"/>
                  <b:ReferenceId2 i:nil="true"/>
               </b:PwsMessage>
               <b:PwsMessage>
                  <b:AdditionalErrorText>Message 136: This request was executed against the QA [appqa.projectorpsa.com] environment.</b:AdditionalErrorText>
                  <b:ErrorCode>NonProductionEnvironment</b:ErrorCode>
                  <b:ErrorNumber>136</b:ErrorNumber>
                  <b:ErrorText>This web service request was executed against a non-production instance of Projector.</b:ErrorText>
                  <b:Type>Information</b:Type>
                  <b:ReferenceId1 i:nil="true"/>
                  <b:ReferenceId2 i:nil="true"/>
               </b:PwsMessage>
            </Messages>
            <ResponseId xmlns="http://projectorpsa.com/CommonServices/">0</ResponseId>
            <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status>
            <ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2019-10-10T12:55:39.4480028Z</ServerTimestampUtc>
            <a:Project xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:ProjectDetail>
                  <b:ProjectCode>P001053-WS3</b:ProjectCode>
                  <b:ProjectId i:nil="true"/>
                  <b:ProjectUid>1152921504607449169</b:ProjectUid>
                  <b:EngagementIdentity>
                     <b:EngagementCode>P001053</b:EngagementCode>
                     <b:EngagementId i:nil="true"/>
                     <b:EngagementUid>1152921504607090526</b:EngagementUid>
                  </b:EngagementIdentity>
                  <b:ProjectName>Updated using PwsSaveProject</b:ProjectName>
                  <b:CloseDate>2022-07-27T00:00:00Z</b:CloseDate>
                  <b:CostGlccOverride i:nil="true"/>
                  <b:CostPlccMappingType i:nil="true"/>
                  <b:DefaultSchedulingMode>D</b:DefaultSchedulingMode>
                  <b:Description>Updated scription from web service</b:Description>
                  <b:EmEmailFlag>true</b:EmEmailFlag>
                  <b:EngagementTimestamp>AAAAABQKsws=</b:EngagementTimestamp>
                  <b:ExpenseApprovalUserIdentity>
                     <b:UserDisplayName>Larry Krakauer</b:UserDisplayName>
                     <b:UserId i:nil="true"/>
                     <b:UserReferenceSystemId>097</b:UserReferenceSystemId>
                     <b:UserUid>1152921504606944254</b:UserUid>
                  </b:ExpenseApprovalUserIdentity>
                  <b:ExpenseApproverType>U</b:ExpenseApproverType>
                  <b:ExpenseEntryRestrictedToResourcesAssignedToRolesFlag>false</b:ExpenseEntryRestrictedToResourcesAssignedToRolesFlag>
                  <b:LocationIdentity>
                     <b:LocationId i:nil="true"/>
                     <b:LocationName>Boston</b:LocationName>
                     <b:LocationUid>1152921504606852816</b:LocationUid>
                  </b:LocationIdentity>
                  <b:ManagerIdentity>
                     <b:UserDisplayName>Larry Krakauer</b:UserDisplayName>
                     <b:UserId i:nil="true"/>
                     <b:UserReferenceSystemId>097</b:UserReferenceSystemId>
                     <b:UserUid>1152921504606944254</b:UserUid>
                  </b:ManagerIdentity>
                  <b:MinutesPerDay>420</b:MinutesPerDay>
                  <b:NarrativeRequiredFlag>true</b:NarrativeRequiredFlag>
                  <b:NewProjectCode i:nil="true"/>
                  <b:OpenDate>2011-01-01T00:00:00Z</b:OpenDate>
                  <b:OpenForCostFlag>false</b:OpenForCostFlag>
                  <b:OpenForCostTransferFlag>false</b:OpenForCostTransferFlag>
                  <b:OpenForTimeFlag>false</b:OpenForTimeFlag>
                  <b:OpenForTimeTransferFlag>false</b:OpenForTimeTransferFlag>
                  <b:PercentLikelihood>0</b:PercentLikelihood>
                  <b:PmModuleEnabledFlag>true</b:PmModuleEnabledFlag>
                  <b:ProjectStageIdentity>
                     <b:ProjectStageId i:nil="true"/>
                     <b:ProjectStageName>Delivery</b:ProjectStageName>
                     <b:ProjectStageShortName>Delivery</b:ProjectStageShortName>
                     <b:ProjectStageUid>1152921504606849646</b:ProjectStageUid>
                  </b:ProjectStageIdentity>
                  <b:ProjectWorkspaceEnabledFlag>true</b:ProjectWorkspaceEnabledFlag>
                  <b:Rates>
                     <b:PwsProjectRate>
                        <b:BeginDate i:nil="true"/>
                        <b:BillingAdjustedDiscountPercent>3</b:BillingAdjustedDiscountPercent>
                        <b:ContractDiscountPercent>1</b:ContractDiscountPercent>
                        <b:EndDate>2020-05-31T00:00:00Z</b:EndDate>
                        <b:RateCardIdentity>
                           <b:RateCardId i:nil="true"/>
                           <b:RateCardName>Standard Public Sector Rates (USD)</b:RateCardName>
                           <b:RateCardType>R</b:RateCardType>
                           <b:RateCardUid>1152921504606854737</b:RateCardUid>
                        </b:RateCardIdentity>
                     </b:PwsProjectRate>
                     <b:PwsProjectRate>
                        <b:BeginDate>2020-06-01T00:00:00Z</b:BeginDate>
                        <b:BillingAdjustedDiscountPercent>10</b:BillingAdjustedDiscountPercent>
                        <b:ContractDiscountPercent>5</b:ContractDiscountPercent>
                        <b:EndDate i:nil="true"/>
                        <b:RateCardIdentity>
                           <b:RateCardId i:nil="true"/>
                           <b:RateCardName>Standard Financial Services Rates (USD)</b:RateCardName>
                           <b:RateCardType>R</b:RateCardType>
                           <b:RateCardUid>1152921504606854735</b:RateCardUid>
                        </b:RateCardIdentity>
                     </b:PwsProjectRate>
                  </b:Rates>
                  <b:TimeApprovalUserIdentity>
                     <b:UserDisplayName>Ronni Skinner</b:UserDisplayName>
                     <b:UserId i:nil="true"/>
                     <b:UserReferenceSystemId>030</b:UserReferenceSystemId>
                     <b:UserUid>1152921504606944264</b:UserUid>
                  </b:TimeApprovalUserIdentity>
                  <b:TimeApproverType>U</b:TimeApproverType>
                  <b:TimeEntryRestrictedToResourcesAssignedToRolesFlag>false</b:TimeEntryRestrictedToResourcesAssignedToRolesFlag>
                  <b:TimeEntryRestrictedToRolesAssignedToTasksFlag>false</b:TimeEntryRestrictedToRolesAssignedToTasksFlag>
                  <b:TimeGlccOverride i:nil="true"/>
                  <b:TimePlccMappingType i:nil="true"/>
                  <b:UserDefinedFields>
                     <b:PwsUserDefinedFieldDetail>
                        <b:UdfId i:nil="true"/>
                        <b:UdfName>PUDF_Num4dp_Req</b:UdfName>
                        <b:UdfUid>1152921504606857061</b:UdfUid>
                        <b:BooleanValue i:nil="true"/>
                        <b:DataType>I</b:DataType>
                        <b:DateValue i:nil="true"/>
                        <b:IntegerValue>12345</b:IntegerValue>
                        <b:ResourceIdentityValue i:nil="true"/>
                        <b:TextValue i:nil="true"/>
                        <b:UdfTreatment>A</b:UdfTreatment>
                        <b:StoplightValues/>
                        <b:NumericValue>12345</b:NumericValue>
                        <b:RelationValue i:nil="true"/>
                        <b:StoplightValuesClearFlag>false</b:StoplightValuesClearFlag>
                     </b:PwsUserDefinedFieldDetail>
                     <b:PwsUserDefinedFieldDetail>
                        <b:UdfId i:nil="true"/>
                        <b:UdfName>PUDF_YN</b:UdfName>
                        <b:UdfUid>1152921504606857062</b:UdfUid>
                        <b:BooleanValue>true</b:BooleanValue>
                        <b:DataType>Y</b:DataType>
                        <b:DateValue i:nil="true"/>
                        <b:IntegerValue i:nil="true"/>
                        <b:ResourceIdentityValue i:nil="true"/>
                        <b:TextValue i:nil="true"/>
                        <b:UdfTreatment>A</b:UdfTreatment>
                        <b:StoplightValues/>
                        <b:NumericValue i:nil="true"/>
                        <b:RelationValue i:nil="true"/>
                        <b:StoplightValuesClearFlag>false</b:StoplightValuesClearFlag>
                     </b:PwsUserDefinedFieldDetail>
                     <b:PwsUserDefinedFieldDetail>
                        <b:UdfId i:nil="true"/>
                        <b:UdfName>Tentative start date</b:UdfName>
                        <b:UdfUid>1152921504606860917</b:UdfUid>
                        <b:BooleanValue i:nil="true"/>
                        <b:DataType>D</b:DataType>
                        <b:DateValue>2019-01-01T00:00:00Z</b:DateValue>
                        <b:IntegerValue i:nil="true"/>
                        <b:ResourceIdentityValue i:nil="true"/>
                        <b:TextValue i:nil="true"/>
                        <b:UdfTreatment>A</b:UdfTreatment>
                        <b:StoplightValues/>
                        <b:NumericValue i:nil="true"/>
                        <b:RelationValue i:nil="true"/>
                        <b:StoplightValuesClearFlag>false</b:StoplightValuesClearFlag>
                     </b:PwsUserDefinedFieldDetail>
                  </b:UserDefinedFields>
                  <b:WorkspaceMessages>This project is created to manage the set and costume production for Met Opera's Don Carlo production</b:WorkspaceMessages>
                  <b:BookExpenseResourceCostCenterIdentity>
                     <b:CostCenterId i:nil="true"/>
                     <b:CostCenterName>RevCorp CA</b:CostCenterName>
                     <b:CostCenterNumber>CA</b:CostCenterNumber>
                     <b:CostCenterUid>1152921504606856647</b:CostCenterUid>
                  </b:BookExpenseResourceCostCenterIdentity>
                  <b:BookExpenseResourcesAllowCode>C</b:BookExpenseResourcesAllowCode>
                  <b:BookTimeResourceCostCenterIdentity i:nil="true"/>
                  <b:BookTimeResourcesAllowCode>A</b:BookTimeResourcesAllowCode>
                  <b:PlccMappings>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.85</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp CA</b:CostCenterName>
                           <b:CostCenterNumber>CA</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856647</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride i:nil="true"/>
                        <b:MappingType>TR</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.15</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp US</b:CostCenterName>
                           <b:CostCenterNumber>US</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856648</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride>CC-ABC</b:GlccOverride>
                        <b:MappingType>TR</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.55</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp CA</b:CostCenterName>
                           <b:CostCenterNumber>CA</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856647</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride i:nil="true"/>
                        <b:MappingType>RDC</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.45</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp US</b:CostCenterName>
                           <b:CostCenterNumber>US</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856648</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride i:nil="true"/>
                        <b:MappingType>RDC</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.53</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp CA</b:CostCenterName>
                           <b:CostCenterNumber>CA</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856647</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride i:nil="true"/>
                        <b:MappingType>SRDC</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.47</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp US</b:CostCenterName>
                           <b:CostCenterNumber>US</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856648</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride i:nil="true"/>
                        <b:MappingType>SRDC</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.75</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp CA</b:CostCenterName>
                           <b:CostCenterNumber>CA</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856647</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride i:nil="true"/>
                        <b:MappingType>OR</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.25</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp US</b:CostCenterName>
                           <b:CostCenterNumber>US</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856648</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride i:nil="true"/>
                        <b:MappingType>OR</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.65</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp CA</b:CostCenterName>
                           <b:CostCenterNumber>CA</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856647</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride i:nil="true"/>
                        <b:MappingType>OE</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                     <b:PwsProjectPlccMappingCostCenter>
                        <b:AllocationFraction>0.35</b:AllocationFraction>
                        <b:CostCenterIdentity>
                           <b:CostCenterId i:nil="true"/>
                           <b:CostCenterName>RevCorp US</b:CostCenterName>
                           <b:CostCenterNumber>US</b:CostCenterNumber>
                           <b:CostCenterUid>1152921504606856648</b:CostCenterUid>
                        </b:CostCenterIdentity>
                        <b:CostCenterType>S</b:CostCenterType>
                        <b:GlccOverride i:nil="true"/>
                        <b:MappingType>OE</b:MappingType>
                     </b:PwsProjectPlccMappingCostCenter>
                  </b:PlccMappings>
                  <b:ContractLineItemIdentity>
                     <b:ContractLineItemCode>P001053-CL1</b:ContractLineItemCode>
                     <b:ContractLineItemId i:nil="true"/>
                     <b:ContractLineItemUid>1152921504606877177</b:ContractLineItemUid>
                  </b:ContractLineItemIdentity>
                  <b:ManagementTeam/>
                  <b:BdDashboards/>
                  <b:ExpenseTypeConfigurationIdentity i:nil="true"/>
                  <b:InheritPurchaseOrderNumberFlag>false</b:InheritPurchaseOrderNumberFlag>
                  <b:PurchaseOrderNumber>Met-Don-Carlo</b:PurchaseOrderNumber>
                  <b:Timestamp>AAAAABQMKrQ=</b:Timestamp>
                  <b:AamDashboards>
                     <b:PwsProjectAamDashboardDetail>
                        <b:ProjectAamDashboardId i:nil="true"/>
                        <b:ProjectAamDashboardUid>1152921504606854784</b:ProjectAamDashboardUid>
                        <b:AamIntegrationSummary>
                           <b:AamIntegrationId i:nil="true"/>
                           <b:AamIntegrationName>MS Power BI</b:AamIntegrationName>
                           <b:AamIntegrationUid>1152921504606847093</b:AamIntegrationUid>
                           <b:AamType>M</b:AamType>
                        </b:AamIntegrationSummary>
                        <b:ProjectAamDashboardName>PowerBI (WS)</b:ProjectAamDashboardName>
                        <b:BookedResourcesAllowedFlag>false</b:BookedResourcesAllowedFlag>
                        <b:CcUsersAllowedFlag>false</b:CcUsersAllowedFlag>
                        <b:ClientsAllowedFlag>false</b:ClientsAllowedFlag>
                        <b:EmAllowedFlag>false</b:EmAllowedFlag>
                        <b:LtdBookedResourcesAllowedFlag>false</b:LtdBookedResourcesAllowedFlag>
                        <b:LtdOtherResourcesAllowedFlag>false</b:LtdOtherResourcesAllowedFlag>
                        <b:OtherResourcesAllowedFlag>false</b:OtherResourcesAllowedFlag>
                        <b:PmAllowedFlag>true</b:PmAllowedFlag>
                        <b:ProjectAamDashboardParams i:type="b:PwsAamPbDashboardParams">
                           <b:PbFilter>filter=PBI-ProjectList/ProjectCode eq '{0}'</b:PbFilter>
                           <b:PbReportId>26c0b4b3-9fa6-4bb1-9e2e-a2bb4d0270a3</b:PbReportId>
                           <b:PbWorkspaceId>7b087de2-53a5-4cc7-b51d-0d780508debb</b:PbWorkspaceId>
                        </b:ProjectAamDashboardParams>
                     </b:PwsProjectAamDashboardDetail>
                  </b:AamDashboards>
               </b:ProjectDetail>
               <b:RateTypes>
                  <b:PwsProjectRateTypeElement>
                     <b:ProjectRateTypeDetail>
                        <b:ExternalSystemIdentifier i:nil="true"/>
                        <b:ProjectRateTypeId i:nil="true"/>
                        <b:ProjectRateTypeUid>1152921504607411178</b:ProjectRateTypeUid>
                        <b:ProjectRateTypeName>1. Regular (5%-10%)</b:ProjectRateTypeName>
                        <b:BillingAdjustedDiscountPercent>0.1</b:BillingAdjustedDiscountPercent>
                        <b:BillingAdjustedHourlyRate i:nil="true"/>
                        <b:ContractDiscountPercent>0.05</b:ContractDiscountPercent>
                        <b:ContractHourlyRate i:nil="true"/>
                        <b:SortOrder>1</b:SortOrder>
                        <b:StandardRateTypeIdentity>
                           <b:StandardRateTypeCode>1RG</b:StandardRateTypeCode>
                           <b:StandardRateTypeId i:nil="true"/>
                           <b:StandardRateTypeName>1. Regular (5%-10%)</b:StandardRateTypeName>
                           <b:StandardRateTypeUid>1152921504606847191</b:StandardRateTypeUid>
                        </b:StandardRateTypeIdentity>
                     </b:ProjectRateTypeDetail>
                  </b:PwsProjectRateTypeElement>
                  <b:PwsProjectRateTypeElement>
                     <b:ProjectRateTypeDetail>
                        <b:ExternalSystemIdentifier i:nil="true"/>
                        <b:ProjectRateTypeId i:nil="true"/>
                        <b:ProjectRateTypeUid>1152921504607411179</b:ProjectRateTypeUid>
                        <b:ProjectRateTypeName>3. Not Chargeable</b:ProjectRateTypeName>
                        <b:BillingAdjustedDiscountPercent i:nil="true"/>
                        <b:BillingAdjustedHourlyRate>0</b:BillingAdjustedHourlyRate>
                        <b:ContractDiscountPercent i:nil="true"/>
                        <b:ContractHourlyRate i:nil="true"/>
                        <b:SortOrder>2</b:SortOrder>
                        <b:StandardRateTypeIdentity>
                           <b:StandardRateTypeCode>3NC</b:StandardRateTypeCode>
                           <b:StandardRateTypeId i:nil="true"/>
                           <b:StandardRateTypeName>3. Not Chargeable</b:StandardRateTypeName>
                           <b:StandardRateTypeUid>1152921504606847193</b:StandardRateTypeUid>
                        </b:StandardRateTypeIdentity>
                     </b:ProjectRateTypeDetail>
                  </b:PwsProjectRateTypeElement>
               </b:RateTypes>
               <b:Roles/>
               <b:TaskTypes>
                  <b:PwsProjectTaskTypeElement>
                     <b:ProjectTaskTypeDetail>
                        <b:ExternalSystemIdentifier i:nil="true"/>
                        <b:ProjectTaskTypeId i:nil="true"/>
                        <b:ProjectTaskTypeUid>1152921504608235267</b:ProjectTaskTypeUid>
                        <b:ProjectTaskTypeName>Design</b:ProjectTaskTypeName>
                        <b:AllowedProjectRateTypeIdentities>
                           <b:PwsProjectRateTypeRef>
                              <b:ExternalSystemIdentifier i:nil="true"/>
                              <b:ProjectRateTypeId i:nil="true"/>
                              <b:ProjectRateTypeUid>1152921504607411178</b:ProjectRateTypeUid>
                           </b:PwsProjectRateTypeRef>
                           <b:PwsProjectRateTypeRef>
                              <b:ExternalSystemIdentifier i:nil="true"/>
                              <b:ProjectRateTypeId i:nil="true"/>
                              <b:ProjectRateTypeUid>1152921504607411179</b:ProjectRateTypeUid>
                           </b:PwsProjectRateTypeRef>
                        </b:AllowedProjectRateTypeIdentities>
                        <b:DefaultProjectRateTypeIdentity>
                           <b:ExternalSystemIdentifier i:nil="true"/>
                           <b:ProjectRateTypeId i:nil="true"/>
                           <b:ProjectRateTypeUid>1152921504607411178</b:ProjectRateTypeUid>
                        </b:DefaultProjectRateTypeIdentity>
                        <b:InactiveFlag>false</b:InactiveFlag>
                        <b:NarrativeRequiredFlag>false</b:NarrativeRequiredFlag>
                        <b:NewExternalSystemIdentifier i:nil="true"/>
                        <b:SortOrder>1</b:SortOrder>
                        <b:StandardTaskTypeIdentity>
                           <b:StandardTaskTypeCode>3DSGN</b:StandardTaskTypeCode>
                           <b:StandardTaskTypeId i:nil="true"/>
                           <b:StandardTaskTypeName>3. Design</b:StandardTaskTypeName>
                           <b:StandardTaskTypeUid>1152921504606847724</b:StandardTaskTypeUid>
                        </b:StandardTaskTypeIdentity>
                        <b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
                        <b:PurchaseOrderNumber i:nil="true"/>
                     </b:ProjectTaskTypeDetail>
                  </b:PwsProjectTaskTypeElement>
                  <b:PwsProjectTaskTypeElement>
                     <b:ProjectTaskTypeDetail>
                        <b:ExternalSystemIdentifier i:nil="true"/>
                        <b:ProjectTaskTypeId i:nil="true"/>
                        <b:ProjectTaskTypeUid>1152921504608235268</b:ProjectTaskTypeUid>
                        <b:ProjectTaskTypeName>Implementation</b:ProjectTaskTypeName>
                        <b:AllowedProjectRateTypeIdentities>
                           <b:PwsProjectRateTypeRef>
                              <b:ExternalSystemIdentifier i:nil="true"/>
                              <b:ProjectRateTypeId i:nil="true"/>
                              <b:ProjectRateTypeUid>1152921504607411178</b:ProjectRateTypeUid>
                           </b:PwsProjectRateTypeRef>
                           <b:PwsProjectRateTypeRef>
                              <b:ExternalSystemIdentifier i:nil="true"/>
                              <b:ProjectRateTypeId i:nil="true"/>
                              <b:ProjectRateTypeUid>1152921504607411179</b:ProjectRateTypeUid>
                           </b:PwsProjectRateTypeRef>
                        </b:AllowedProjectRateTypeIdentities>
                        <b:DefaultProjectRateTypeIdentity>
                           <b:ExternalSystemIdentifier i:nil="true"/>
                           <b:ProjectRateTypeId i:nil="true"/>
                           <b:ProjectRateTypeUid>1152921504607411178</b:ProjectRateTypeUid>
                        </b:DefaultProjectRateTypeIdentity>
                        <b:InactiveFlag>false</b:InactiveFlag>
                        <b:NarrativeRequiredFlag>false</b:NarrativeRequiredFlag>
                        <b:NewExternalSystemIdentifier i:nil="true"/>
                        <b:SortOrder>2</b:SortOrder>
                        <b:StandardTaskTypeIdentity>
                           <b:StandardTaskTypeCode>5IMPL</b:StandardTaskTypeCode>
                           <b:StandardTaskTypeId i:nil="true"/>
                           <b:StandardTaskTypeName>5. Implementation</b:StandardTaskTypeName>
                           <b:StandardTaskTypeUid>1152921504606847728</b:StandardTaskTypeUid>
                        </b:StandardTaskTypeIdentity>
                        <b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
                        <b:PurchaseOrderNumber i:nil="true"/>
                     </b:ProjectTaskTypeDetail>
                  </b:PwsProjectTaskTypeElement>
                  <b:PwsProjectTaskTypeElement>
                     <b:ProjectTaskTypeDetail>
                        <b:ExternalSystemIdentifier i:nil="true"/>
                        <b:ProjectTaskTypeId i:nil="true"/>
                        <b:ProjectTaskTypeUid>1152921504608235269</b:ProjectTaskTypeUid>
                        <b:ProjectTaskTypeName>Quality Assurance</b:ProjectTaskTypeName>
                        <b:AllowedProjectRateTypeIdentities>
                           <b:PwsProjectRateTypeRef>
                              <b:ExternalSystemIdentifier i:nil="true"/>
                              <b:ProjectRateTypeId i:nil="true"/>
                              <b:ProjectRateTypeUid>1152921504607411178</b:ProjectRateTypeUid>
                           </b:PwsProjectRateTypeRef>
                           <b:PwsProjectRateTypeRef>
                              <b:ExternalSystemIdentifier i:nil="true"/>
                              <b:ProjectRateTypeId i:nil="true"/>
                              <b:ProjectRateTypeUid>1152921504607411179</b:ProjectRateTypeUid>
                           </b:PwsProjectRateTypeRef>
                        </b:AllowedProjectRateTypeIdentities>
                        <b:DefaultProjectRateTypeIdentity>
                           <b:ExternalSystemIdentifier i:nil="true"/>
                           <b:ProjectRateTypeId i:nil="true"/>
                           <b:ProjectRateTypeUid>1152921504607411178</b:ProjectRateTypeUid>
                        </b:DefaultProjectRateTypeIdentity>
                        <b:InactiveFlag>false</b:InactiveFlag>
                        <b:NarrativeRequiredFlag>false</b:NarrativeRequiredFlag>
                        <b:NewExternalSystemIdentifier i:nil="true"/>
                        <b:SortOrder>3</b:SortOrder>
                        <b:StandardTaskTypeIdentity>
                           <b:StandardTaskTypeCode>6QA</b:StandardTaskTypeCode>
                           <b:StandardTaskTypeId i:nil="true"/>
                           <b:StandardTaskTypeName>6. Quality Assurance</b:StandardTaskTypeName>
                           <b:StandardTaskTypeUid>1152921504606847730</b:StandardTaskTypeUid>
                        </b:StandardTaskTypeIdentity>
                        <b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
                        <b:PurchaseOrderNumber i:nil="true"/>
                     </b:ProjectTaskTypeDetail>
                  </b:PwsProjectTaskTypeElement>
               </b:TaskTypes>
               <b:Tasks>
                  <b:PwsProjectTaskElement>
                     <b:ProjectTaskDetail>
                        <b:ExternalSystemIdentifier i:nil="true"/>
                        <b:ProjectTaskId i:nil="true"/>
                        <b:ProjectTaskUid>1152921504608936722</b:ProjectTaskUid>
                        <b:CompletedFlag>false</b:CompletedFlag>
                        <b:Description i:nil="true"/>
                        <b:DurationMinutes>0</b:DurationMinutes>
                        <b:EarliestStartDate i:nil="true"/>
                        <b:FullWbsCode>1</b:FullWbsCode>
                        <b:NewExternalSystemIdentifier i:nil="true"/>
                        <b:OpenForTimeFlag>true</b:OpenForTimeFlag>
                        <b:ParentTaskIdentity i:nil="true"/>
                        <b:PlannedEndDateTime>2011-01-03T00:00:00Z</b:PlannedEndDateTime>
                        <b:PlannedStartDateTime>2011-01-03T00:00:00Z</b:PlannedStartDateTime>
                        <b:Predecessors/>
                        <b:PreviousSiblingTaskIdentity i:nil="true"/>
                        <b:ProjectTaskTypeIdentity>
                           <b:ExternalSystemIdentifier i:nil="true"/>
                           <b:ProjectTaskTypeId i:nil="true"/>
                           <b:ProjectTaskTypeUid>1152921504608235267</b:ProjectTaskTypeUid>
                        </b:ProjectTaskTypeIdentity>
                        <b:TaskName>Default Task</b:TaskName>
                        <b:InheritPurchaseOrderNumberFlag>true</b:InheritPurchaseOrderNumberFlag>
                        <b:PurchaseOrderNumber i:nil="true"/>
                        <b:Subscriptions/>
                        <b:UserDefinedFields/>
                     </b:ProjectTaskDetail>
                     <b:ProjectTaskRoles/>
                     <b:TaskTypeInheritPurchaseOrderNumberFlag>true</b:TaskTypeInheritPurchaseOrderNumberFlag>
                  </b:PwsProjectTaskElement>
               </b:Tasks>
               <b:Notes/>
               <b:ProjectCostBaselineSummaries>
                  <b:PwsProjectCostBaselineSummary>
                     <b:ExternalSystemIdentifier i:nil="true"/>
                     <b:ProjectCostBaselineId i:nil="true"/>
                     <b:ProjectCostBaselineUid>1152921504607308862</b:ProjectCostBaselineUid>
                     <b:ActiveProjectCostBaselineFlag>true</b:ActiveProjectCostBaselineFlag>
                     <b:CaMetricActiveFlag>true</b:CaMetricActiveFlag>
                     <b:DaMetricActiveFlag>false</b:DaMetricActiveFlag>
                     <b:Description i:nil="true"/>
                     <b:EaMetricActiveFlag>false</b:EaMetricActiveFlag>
                     <b:PrimaryMetric>C</b:PrimaryMetric>
                     <b:ProjectCostBaselineName>Initial Cost Budget Baseline</b:ProjectCostBaselineName>
                  </b:PwsProjectCostBaselineSummary>
               </b:ProjectCostBaselineSummaries>
               <b:ProjectTimeBaselineSummaries>
                  <b:PwsProjectTimeBaselineSummary>
                     <b:ExternalSystemIdentifier i:nil="true"/>
                     <b:ProjectTimeBaselineId i:nil="true"/>
                     <b:ProjectTimeBaselineUid>1152921504607460886</b:ProjectTimeBaselineUid>
                     <b:ActiveProjectTimeBaselineFlag>true</b:ActiveProjectTimeBaselineFlag>
                     <b:BarMetricActiveFlag>true</b:BarMetricActiveFlag>
                     <b:ChgMetricActiveFlag>false</b:ChgMetricActiveFlag>
                     <b:CrMetricActiveFlag>false</b:CrMetricActiveFlag>
                     <b:Description i:nil="true"/>
                     <b:HrsMetricActiveFlag>false</b:HrsMetricActiveFlag>
                     <b:PrimaryMetric>B</b:PrimaryMetric>
                     <b:ProjectTimeBaselineName>Initial Time Budget Baseline</b:ProjectTimeBaselineName>
                     <b:RdcMetricActiveFlag>false</b:RdcMetricActiveFlag>
                  </b:PwsProjectTimeBaselineSummary>
               </b:ProjectTimeBaselineSummaries>
               <b:ManagementTeamUsers>
                  <b:PwsUserSummary>
                     <b:UserDisplayName>Business Intelligence</b:UserDisplayName>
                     <b:UserId i:nil="true"/>
                     <b:UserReferenceSystemId>BI</b:UserReferenceSystemId>
                     <b:UserUid>1152921504607140226</b:UserUid>
                     <b:EmailAddress>bi@revcorp.min</b:EmailAddress>
                     <b:FirstName>Business</b:FirstName>
                     <b:LastName>Intelligence</b:LastName>
                     <b:MiddleName>Bellardarti</b:MiddleName>
                  </b:PwsUserSummary>
               </b:ManagementTeamUsers>
               <b:Manager>
                  <b:UserDisplayName>Larry Krakauer</b:UserDisplayName>
                  <b:UserId i:nil="true"/>
                  <b:UserReferenceSystemId>097</b:UserReferenceSystemId>
                  <b:UserUid>1152921504606944254</b:UserUid>
                  <b:EmailAddress>Larry@revcorp.min</b:EmailAddress>
                  <b:FirstName>Larry</b:FirstName>
                  <b:LastName>Krakauer</b:LastName>
                  <b:MiddleName>A</b:MiddleName>
               </b:Manager>
               <b:BillableFlag>true</b:BillableFlag>
               <b:Client>
                  <b:ClientId i:nil="true"/>
                  <b:ClientNumber>C000111</b:ClientNumber>
                  <b:ClientUid>1152921504606906284</b:ClientUid>
                  <b:ClientName>Metro Opera</b:ClientName>
                  <b:InactiveFlag>false</b:InactiveFlag>
                  <b:ParentClientIdentity i:nil="true"/>
               </b:Client>
               <b:RateTaskTimestamp>AAAAABQMD1E=</b:RateTaskTimestamp>
               <b:RequireBillingTitleOverrideFlag>false</b:RequireBillingTitleOverrideFlag>
               <b:CcBasedManagementTeam>
                  <b:PwsProjectManagementTeamMember>
                     <b:EmailFlag>true</b:EmailFlag>
                     <b:UpdateFlag>true</b:UpdateFlag>
                     <b:UserIdentity>
                        <b:UserDisplayName>Business Intelligence</b:UserDisplayName>
                        <b:UserId i:nil="true"/>
                        <b:UserReferenceSystemId>BI</b:UserReferenceSystemId>
                        <b:UserUid>1152921504607140226</b:UserUid>
                     </b:UserIdentity>
                  </b:PwsProjectManagementTeamMember>
               </b:CcBasedManagementTeam>
            </a:Project>
            <a:ProjectIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:ProjectCode>P001053-WS3</b:ProjectCode>
               <b:ProjectId i:nil="true"/>
               <b:ProjectUid>1152921504607449169</b:ProjectUid>
            </a:ProjectIdentity>
            <a:EngagementTimestamp>AAAAABQKsws=</a:EngagementTimestamp>
            <a:LockStolenFromUserIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
            <a:ProjectTimestamp>AAAAABQMKrE=</a:ProjectTimestamp>
            <a:StolenLocks i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
            <a:RevalueReport i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
         </PwsSaveProjectResult>
      </PwsSaveProjectResponse>
   </s:Body>
</s:Envelope>

PwsSaveProject - Common Errors and Warnings

ErrorNumber

ErrorCode

ErrorText

13020ProjectRateGapOrOverlap

A gap or overlap was detected in the specified project rate date ranges. Project rates must cover all of time with no overlaps.

13023RateCardNotSpecifiedForProjectRateAt least one specified project rate is missing a rate card.
13037WorkspaceMessagesMayNotBeSpecifiedWhenClearFlagSet

The workspace messages may not be specified when the associated clear flag is set.

54039BookedResourceOnlyFlagConflictUse of obsolete booked resources only flags in conflict with booked resources allowed code.
54059EngagementNotSpecifiedA specified engagement identity was incomplete. Each engagement identity must specify either an engagement id, and engagement uid or an engagement code.
54061EngagementNotFoundThe specified engagement does not exist.
54076EngagementIsLockedThe engagement is locked by PPSA Support User and may not be updated.
54083BookResourceCostCenterRequiredBook resource cost center is required when allow code is C
54177InvalidProjectPlccMappingType

Invalid value specified for project PLCC mapping type. Valid values are TR for time card revenue, RDC for resource direct cost, SRDC for subcontractor resource direct cost, OR for ODC revenue and OE for ODC expense.

54178

InvalidCostCenter

Invalid cost center type specified

54180ProjectPlccMappingsMissingPLCC mappings are incomplete.
54181ProjectPlccMappingsCostCenterInvalid

Cost center is required when cost center type is 'Specific', and may not be specified when cost center type is not 'Specific'.

54182ProjectPlccMappingsAllocationFractionOutOfRangeAllocation percentages must be between 0% and 100%.
54248SpecifiedContractLineItemNotUnderSpecifiedEngagementThe specified contract line item is not under the specified engagement.
54666LocationNotEnabledForProjectsThe specified location is not enabled for projects.
54670ProjectNameRequiredProject name is required for new projects.
54685ProjectDatesCannotBeChangedTimeProject cannot be saved because time cards exist outside of specified open and close dates.
54687ProjectCodeAlreadyInUseThe specified project code is already in use.
54724ProjectsCannotChangeEngagementsProjects may not be moved from one engagement to another.
54823AssignedResourcesOnlyFlagInvalidForNonDtmProjectsThe assigned resources only flag may only be set for DTM projects.
54876ProjectRateCurrencyMismatch

All project rate cards must be in the same currency as the engagement.

57525CostCenterNotFoundThe specified cost center does not exist.
57540LocationNotSpecifiedLocation is required.
57541LocationNotFoundSpecified location does not exist.

57543

ProjectStageNotFoundThe specified project stage does not exist.
57550UserNotSpecifiedUser is required.
57551UserNotFoundSpecified user does not exist.
  • No labels