Versions Compared

Key

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

Overview


This web service inserts or updates a single engagement based on a detailed engagement structure (PwsEngagementDetail). The service returns the identity (PwsEngagementRef) of the engagement that has been inserted or updated. The caller can optionally request that the full engagement detail (PwsEngagementElement) be included in the response.  Please note, upon creation of a new engagement, certain attributes may be derived from engagement type defaults.  Additionally, if a non-billable engagement is created, the specified culture and currency will be ignored. Rather, the currency is derived from the engagement's company's currency, and the culture is derived from the currency's default culture.

...

Panel
titlePwsSaveEngagement Request
  • PwsSaveEngagement
    • serviceRequest: PwsSaveEngagementRq

...

Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

No


Click here for more information.

1

SessionTicket

String (50)

Yes


Click here for more information.

AUcfZP60RNdWSqGygrg5fw==

Engagement

PwsEngagementDetail

Yes


Engagement detail element containing identity of engagement and data to be saved about the engagement.


FullDetailFlag

Boolean

No

false

If set to 'true', the full detailed engagement element will be included in the response.

true

StealLockFlag

Boolean

**deprecated**




UseEtEngagementProjectDefaultsFlag

Boolean

No

false

If set to 'true', and the engagement type is updated, the engagement type defaults for the engagement and the underlying projects (except project workspace defaults) will override existing settings (and any settings explicitly specified here for engagement attributes with defaults at the engagement type level).

true

UseEtProjectWorkspaceDefaultsFlag

Boolean

No

false

If set to 'true', and engagement type is being changed, the engagement type defaults for the project workspace settings for underlying projects will override existing settings.

true

EngagementTimestamp

String

No


This is a Base64 encoded timestamp utilized for engagement locking. To protect against overwriting other changes, you may optionally echo back the timestamp returned by a call to PwsGetEngagement (or a prior call to 9371955). This will cause the request to fail if any change has been made between invocations of PwsGetEngagement and 9371955.


SuppressCliCreationOnInsertFlag

Boolean

No

false

If set to 'true', a contract line item will not be created upon creation of a new engagement.

true
ForceCostCenterChangeFlagBooleanNofalseIf set to 'true', the engagement cost center can be changed, even if there is accounting datatrue
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.

...

Code Block
languagexml
titleExample 01Request
collapsetrue
<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:PwsSaveEngagement>
         <pws:serviceRequest>
            <req:RequestId>1</req:RequestId>
            <req:SessionTicket>AUcfZP60RNdWSqGygrg5fwSessionTicket>AaeUxogCRLz6jXAkNt9Lcg==</req:SessionTicket>
            <sch:Engagement>
               <com:ClientIdentity>
                  <com:ClientNumber>C000124<ClientNumber>C000173</com:ClientNumber>
               </com:ClientIdentity>
               <com:EngagementName>Web Services Inc. - New</com:EngagementName>
               <com:Address>
                  <com:AddressLine1>123AddressLine1>311 South MainWacker Street</com:AddressLine1>
                  <com:AddressLine2>100<AddressLine2>2300</com:AddressLine2>
                  <com:Attention>Billing</com:Attention>
                  <com:City>Boston<City>Chicago</com:City>
                  <com:CompanyName>Web Services Inc.<CompanyName>SOAP UI</com:CompanyName>
                  <com:Country>USA</com:Country>
                  <com:StateOrProvince>MA<StateOrProvince>Illinois</com:StateOrProvince>
                  <com:ZipOrPostalCode>02114<ZipOrPostalCode>60601</com:ZipOrPostalCode>
               </com:Address>
               <com:BillingCultureIdentity>
                  <com:CultureName>en-US</com:CultureName>
               </com:BillingCultureIdentity>
               <com:BillingCycleIdentity>
                  <com:BillingCycleName>Monthly</com:BillingCycleName>
               </com:BillingCycleIdentity>
               <com:BillingInstructions>Please bill on the 15th of every month.</com:BillingInstructions>
               <com:ClientMessage>We appreciate your business!</com:ClientMessage>
               <com:ClientMessagePlain>We appreciate your business!</com:ClientMessagePlain>
               <com:CostAlertsBasisType>E</com:CostAlertsBasisType>
               <com:CostBudgetMetric>C</com:CostBudgetMetric>
               <com:CostCenterIdentity>
                  <com:CostCenterName>ExecutiveCostCenterNumber>PPSA - Team (USA)<Quality Assurance</com:CostCenterName>
    CostCenterNumber>
             <com:CostCenterNumber>Executive Team (USA)</com:CostCenterNumber>CostCenterIdentity>
               </com<com:CostCenterIdentity>CurrencyIdentity>
               <com:CurrencyIdentity>                   <com:<com:CurrencyCode>USD</com:CurrencyCode>
               </com:CurrencyIdentity>
               <com:EngagementStageIdentity>
                  <com:EngagementStageName>Open</com:EngagementStageName>
                  <com:EngagementStageShortName>Open</com:EngagementStageShortName>
               </com:EngagementStageIdentity>
               <com:EngagementTypeIdentity>
                  <com:EngagementTypeName>Billable - Time and Materials</com:EngagementTypeName>
                  <com:EngagementTypeShortName>TandM</com:EngagementTypeShortName>
               </com:EngagementTypeIdentity>
               <com:InheritAddressFlag>false</com:InheritAddressFlag>
               <com:InheritBillingCycleFlag>false</com:InheritBillingCycleFlag>
               <com:InheritBillingInstructionsFlag>false</com:InheritBillingInstructionsFlag>
               <com:InheritClientMessageFlag>false</com:InheritClientMessageFlag>
               <com:InheritInvoiceContentFlag>false</com:InheritInvoiceContentFlag>
               <com:InheritInvoiceScopeFlag>false</com:InheritInvoiceScopeFlag>
               <com:InheritInvoiceTemplateFlag>false</com:InheritInvoiceTemplateFlag>
               <com:InheritPaymentTermFlag>false</com:InheritPaymentTermFlag>
               <com:InheritPurchaseOrderNumberFlag>false</com:InheritPurchaseOrderNumberFlag>
               <com:InheritTimeBillingTypeFlag>false</com:InheritTimeBillingTypeFlag>
               <com:InvoiceContent>B</com:InvoiceContent>
               <com:InvoiceScope>E</com:InvoiceScope>
               <com:InvoiceTemplateIdentity>
                  <com:InvoiceTemplateName>A200</com:InvoiceTemplateName>
               </com:InvoiceTemplateIdentity>
               <com:ManagerIdentity>
                  <com:UserReferenceSystemId>E123<UserReferenceSystemId>QA - BB</com:UserReferenceSystemId>
               </com:ManagerIdentity>
               <com:PaymentTermIdentity>
                  <com:PaymentTermName>Net 15</com:PaymentTermName>
               </com:PaymentTermIdentity>
               <com:PurchaseOrderNumber>WS-001<PurchaseOrderNumber>SOAP UI</com:PurchaseOrderNumber>
               <com:TimeAlertsBasisType>A</com:TimeAlertsBasisType>
               <com:TimeBillingType>H</com:TimeBillingType>
               <com:TimeBudgetMetric>B</com:TimeBudgetMetric>
               <com:UserDefinedFields>
                  <com:PwsUserDefinedFieldDetail>
                     <com:UdfName>EN-Text List</com:UdfName>
                     <com:DataType>L</com:DataType>
                     <com:TextValue>ENTextValue>Engagement-1A<Web Services</com:TextValue>
                  </com:PwsUserDefinedFieldDetail>
               </com:UserDefinedFields>
               <com:InheritInvoiceEmailSettingsFlag>false</com:InheritInvoiceEmailSettingsFlag>
               <com:InvoiceEmailSettings>
                  <com:EmailFromUserIdentity>
                     <com:UserReferenceSystemId>PartnerUserReferenceSystemId>QA - 01<BB</com:UserReferenceSystemId>
                  </com:EmailFromUserIdentity>
                  <com:EmailInvoiceTemplateIdentity>
                     <com:InvoiceTemplateName>E003</com:InvoiceTemplateName>
                  </com:EmailInvoiceTemplateIdentity>
                  <com:InvoiceEmailEnabledFlag>true</com:InvoiceEmailEnabledFlag>
                  <com:InvoiceEmailType>P</com:InvoiceEmailType>
                  <com:Recipients>
                     <com:PwsInvoiceEmailRecipient>
                        <com:RecipientType>T</com:RecipientType>
                        <com:UserIdentity>
                           <com:UserReferenceSystemId>E123<UserReferenceSystemId>SOAP UI</com:UserReferenceSystemId>
                        </com:UserIdentity>
                     </com:PwsInvoiceEmailRecipient>
                  </com:Recipients>
               </com:InvoiceEmailSettings>
               <com:InheritRenderReceiptsFlag>false</com:InheritRenderReceiptsFlag>
               <com:RenderReceiptsFlag>true</com:RenderReceiptsFlag>
               <com:InheritAutoApplyAvailableBalanceFlag>true</com:InheritAutoApplyAvailableBalanceFlag>
               <com:InheritTaxTypesFlag>false</com:InheritTaxTypesFlag>
               <com:TaxType1Identity></sch:Engagement>
                  <com:TaxTypeCode>VAT</com:TaxTypeCode><sch:FullDetailFlag>true</sch:FullDetailFlag>
               </com:TaxType1Identity><sch:StealLockFlag>true</sch:StealLockFlag>
            <<sch:UseEtEngagementProjectDefaultsFlag>true</sch:Engagement>UseEtEngagementProjectDefaultsFlag>
            <sch:FullDetailFlag>true<UseEtProjectWorkspaceDefaultsFlag>true</sch:FullDetailFlag>
            <sch:StealLockFlag>true</sch:StealLockFlag>
            <sch:UseEtEngagementProjectDefaultsFlag>true</sch:UseEtEngagementProjectDefaultsFlag>
            <sch:UseEtProjectWorkspaceDefaultsFlag>true</sch:UseEtProjectWorkspaceDefaultsFlag>UseEtProjectWorkspaceDefaultsFlag>
            <sch:SuppressCliCreationOnInsertFlag>true</sch:SuppressCliCreationOnInsertFlag>
         </pws:serviceRequest>
      </pws:PwsSaveEngagement>
   </soapenv:Body>
</soapenv:Envelope>

...

Panel
titlePwsSaveEngagement Response

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.

2018-01-18T17:08:48.5836504Z

Engagement

PwsEngagementElement

The complete set of information about the engagement.


EngagementIdentity

PwsEngagementRef

The unique keys used to identify the engagement.


EngagementTimestamp

String

This is a Base64 encoded timestamp utilized for engagement locking. See Request Elements above for more details.

AAAAAA98Yvs=

LockStolenFromUserIdentity

PwsUserRef

**deprecated**


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.

...

Code Block
languagexml
titleResponse Example 01
collapsetrue
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <PwsSaveEngagementResponse xmlns="http://projectorpsa.com/PwsProjectorServices/">
         <PwsSaveEngagementResult 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/">1</ResponseId>
     <b:PwsMessage>
        <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status>          <b:AdditionalErrorText i:nil="true"/>
                 <ServerTimestampUtc xmlns="http<b://projectorpsa.com/CommonServices/">2018-01-18T17:08:48.5836504Z</ServerTimestampUtc>ErrorCode>DeprecatedField</b:ErrorCode>
                  <b:ErrorNumber>158</b:ErrorNumber>
                  <a:Engagement xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"><b:ErrorText>The field 'Deprecated_StealLockFlag' in the class 'PwsSaveEngagementRq' 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>
            </Messages>
            <ResponseId xmlns="http://projectorpsa.com/CommonServices/">1</ResponseId>
            <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status>
            <ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2024-01-31T18:55:29.0914856Z</ServerTimestampUtc>
            <a:Engagement xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:EngagementDetail>
                  <b:EngagementCode>01312024E001001</b:EngagementCode>
                  <b:EngagementId i:nil="true"/>
                  <b:EngagementUid>1152921504607913740</b:EngagementUid>
                  <b:ClientIdentity>
                     <b:ClientId i:nil="true"/>
                     <b:ClientNumber>C000173</b:ClientNumber>
                     <b:ClientUid>1152921504607061713</b:ClientUid>
                  </b:ClientIdentity>
                  <b:EngagementName>Web Services Inc. - New</b:EngagementName>
                  <b:Address>
                     <b:AddressLine1>311 South Wacker Street</b:AddressLine1>
                     <b:AddressLine2>2300</b:AddressLine2>
                     <b:Attention>Billing</b:Attention>
                     <b:City>Chicago</b:City>
                     <b:CompanyName>SOAP UI</b:CompanyName>
                     <b:Country>USA</b:Country>
                     <b:StateOrProvince>Illinois</b:StateOrProvince>
                     <b:ZipOrPostalCode>60601</b:ZipOrPostalCode>
                  </b:Address>
                  <b:BillingAdjustedRevenueTimeBudgetAmount>0</b:BillingAdjustedRevenueTimeBudgetAmount>
                  <b:BillingCultureIdentity>
                     <b:CultureId i:nil="true"/>
                     <b:CultureName>en-US</b:CultureName>
                     <b:CultureUid>1152921504606851419</b:CultureUid>
                  </b:BillingCultureIdentity>
                  <b:BillingCycleIdentity>
                     <b:BillingCycleId i:nil="true"/>
                     <b:EngagementDetail>:BillingCycleName>Monthly</b:BillingCycleName>
                     <b:EngagementCode>P001322<BillingCycleUid>1152921504606853180</b:EngagementCode>BillingCycleUid>
                  <b:EngagementId i:nil="true"/></b:BillingCycleIdentity>
                  <b:EngagementUid>1152921504607326388<BillingInstructions>Please bill on the 15th of every month.</b:EngagementUid>BillingInstructions>
                  <b:ClientAmountCostBudgetAmount>0</b:ClientIdentity>ClientAmountCostBudgetAmount>
                  <b:ClientMessage>We appreciate your <b:ClientId i:nil="true"/>business!</b:ClientMessage>
                  <b:ClientMessagePlain>We appreciate   <b:ClientNumber>C000124<your business!</b:ClientNumber>
 ClientMessagePlain>
                  <b:ContractRevenueTimeBudgetAmount <b:ClientUid>1152921504606998465</b:ClientUid>i:nil="true"/>
                  <<b:CostAlertsBasisType>E</b:ClientIdentity>CostAlertsBasisType>
                  <b:EngagementName>Web Services Inc. - New<CostBudgetMetric>C</b:EngagementName>CostBudgetMetric>
                  <b:Address>CostCenterIdentity>
                     <b:AddressLine1>123 Main Street</b:AddressLine1>CostCenterId i:nil="true"/>
                     <b:AddressLine2>100<CostCenterName>PPSA - Quality Assurance</b:AddressLine2>CostCenterName>
                     <b:Attention>Billing<CostCenterNumber>PPSA - Quality Assurance</b:Attention>CostCenterNumber>
                     <b:City>Boston<CostCenterUid>1152921504606891023</b:City>
   CostCenterUid>
                 <b:CompanyName>Web Services Inc.</b:CompanyName>CostCenterIdentity>
                     <b:Country>USA</b:Country>
 <b:CostContractTerms i:nil="true"/>
                   <b:StateOrProvince>MA</b:StateOrProvince><b:CurrencyIdentity>
                     <b:ZipOrPostalCode>02114<CurrencyCode>USD</b:ZipOrPostalCode>CurrencyCode>
                      </b:Address><b:CurrencyId i:nil="true"/>
                     <b:BillingAdjustedRevenueTimeBudgetAmount>0<CurrencyUid>1152921504606851838</b:BillingAdjustedRevenueTimeBudgetAmount>CurrencyUid>
                  <b:BillingCultureIdentity>
  </b:CurrencyIdentity>
                  <b:CultureIdDisbursedAmountCostBudgetAmount i:nil="true"/>
  
                  <b:CultureName>en-US</b:CultureName>EngagementStageIdentity>
                     <b:CultureUid>1152921504606851419</b:CultureUid>EngagementStageId i:nil="true"/>
                     <<b:EngagementStageName>Open</b:BillingCultureIdentity>EngagementStageName>
                     <b:EngagementStageShortName>Open</b:BillingCycleIdentity>EngagementStageShortName>
                     <b:BillingCycleId i:nil="true"/>EngagementStageUid>1152921504606849675</b:EngagementStageUid>
                     <b:BillingCycleName>Monthly<</b:BillingCycleName>EngagementStageIdentity>
                  <b:EngagementTypeIdentity>
   <b:BillingCycleUid>1152921504606853180</b:BillingCycleUid>                   </b:BillingCycleIdentity><b:EngagementTypeId i:nil="true"/>
                  <b:BillingInstructions>Please bill on the<b:EngagementTypeName>Billable 15th- ofTime everyand month.<Materials</b:BillingInstructions>EngagementTypeName>
                     <b:ClientAmountCostBudgetAmount>0<EngagementTypeShortName>TandM</b:ClientAmountCostBudgetAmount>EngagementTypeShortName>
                  <b:ClientMessage>We appreciate your business!< <b:EngagementTypeUid>1152921504606863884</b:ClientMessage>
  EngagementTypeUid>
               <b:ClientMessagePlain>We appreciate your business!</b:ClientMessagePlain>EngagementTypeIdentity>
                  <b:ContractRevenueTimeBudgetAmountExpenseAmountCostBudgetAmount i:nil="true"/>
                  <b:CostAlertsBasisType>E</b:CostAlertsBasisType>
                  <b:CostBudgetMetric>C</b:CostBudgetMetric>HoldbackAmount i:nil="true"/>
                  <b:CostCenterIdentity>
 HoldbackPercent i:nil="true"/>
                   <b:CostCenterIdHoldbackType i:nil="true"/>
  
                  <b:CostCenterName>Executive Team (USA)<InheritAddressFlag>false</b:CostCenterName>
  InheritAddressFlag>
                  <b:CostCenterNumber>Executive Team (USA)<InheritBillingCycleFlag>false</b:CostCenterNumber>
  InheritBillingCycleFlag>
                  <b:CostCenterUid>1152921504606867363<InheritBillingInstructionsFlag>false</b:CostCenterUid>InheritBillingInstructionsFlag>
                  <<b:InheritClientMessageFlag>false</b:CostCenterIdentity>InheritClientMessageFlag>
                  <b:CostContractTerms i:nil="true"/>InheritInvoiceContentFlag>false</b:InheritInvoiceContentFlag>
                  <b:CurrencyIdentity>
  :InheritInvoiceScopeFlag>false</b:InheritInvoiceScopeFlag>
                  <b:CurrencyCode>USD<InheritInvoiceTemplateFlag>false</b:CurrencyCode>InheritInvoiceTemplateFlag>
                  <b:InheritPaymentTermFlag>false</b:InheritPaymentTermFlag>
           <b:CurrencyId i:nil="true"/>       <b:InheritPurchaseOrderNumberFlag>false</b:InheritPurchaseOrderNumberFlag>
                  <b:CurrencyUid>1152921504606851838<InheritTimeBillingTypeFlag>false</b:CurrencyUid>InheritTimeBillingTypeFlag>
                  <<b:InvoiceContent>B</b:CurrencyIdentity>InvoiceContent>
                  <b:DisbursedAmountCostBudgetAmount i:nil="true"/>InvoiceScope>E</b:InvoiceScope>
                  <b:EngagementStageIdentity>InvoiceTemplateIdentity>
                     <b:EngagementStageIdInvoiceTemplateId i:nil="true"/>
                     <b:EngagementStageName>Open<InvoiceTemplateName>A200</b:EngagementStageName>InvoiceTemplateName>
                     <b:EngagementStageShortName>Open<InvoiceTemplateUid>1152921504606878904</b:EngagementStageShortName>InvoiceTemplateUid>
                     <b:EngagementStageUid>1152921504606849675<</b:EngagementStageUid>InvoiceTemplateIdentity>
                  </b:EngagementStageIdentity><b:ManagerIdentity>
                     <b:UserDisplayName>Bettina</b:EngagementTypeIdentity>UserDisplayName>
                     <b:EngagementTypeIdUserId i:nil="true"/>
                     <b:EngagementTypeName>BillableUserReferenceSystemId>QA - Time and Materials</b:EngagementTypeName>
 BB</b:UserReferenceSystemId>
                     <b:UserUid>1152921504607011056</b:UserUid>
                    <b:EngagementTypeShortName>TandM<</b:EngagementTypeShortName>ManagerIdentity>
                     <b:EngagementTypeUid>1152921504606863884</b:EngagementTypeUid><b:MaxCostContractAmount i:nil="true"/>
                   </b:EngagementTypeIdentity><b:MaxTimeContractAmount i:nil="true"/>
                  <b:ExpenseAmountCostBudgetAmountMinCostContractAmount i:nil="true"/>
                  <b:HoldbackAmountMinTimeContractAmount i:nil="true"/>
                  <b:HoldbackPercentNewEngagementCode i:nil="true"/>
                  <b:PaymentTermIdentity>
                     <b:HoldbackTypePaymentTermId i:nil="true"/>
                     <b:InheritAddressFlag>false<PaymentTermName>Net 15</b:InheritAddressFlag>PaymentTermName>
                     <b:InheritBillingCycleFlag>false<:PaymentTermUid>1152921504606856053</b:PaymentTermUid>
                  </b:InheritBillingCycleFlag>PaymentTermIdentity>
                  <b:InheritBillingInstructionsFlag>false<PurchaseOrderNumber>SOAP UI</b:InheritBillingInstructionsFlag>PurchaseOrderNumber>
                  <b:InheritClientMessageFlag>false</b:InheritClientMessageFlag>:ResourceDirectCostTimeBudgetAmount i:nil="true"/>
                  <b:InheritInvoiceContentFlag>false</b:InheritInvoiceContentFlag>:RevenueEarnedByDate i:nil="true"/>
                  <b:InheritInvoiceScopeFlag>false</b:InheritInvoiceScopeFlag>:RevenueRecognitionMethod i:nil="true"/>
                  <b:InheritInvoiceTemplateFlag>false<TimeAlertsBasisType>A</b:InheritInvoiceTemplateFlag>TimeAlertsBasisType>
                  <b:InheritPaymentTermFlag>false<TimeBillingType>H</b:InheritPaymentTermFlag>TimeBillingType>
                  <b:InheritPurchaseOrderNumberFlag>false<TimeBudgetMetric>B</b:InheritPurchaseOrderNumberFlag>TimeBudgetMetric>
                  <b:InheritTimeBillingTypeFlag>false</b:InheritTimeBillingTypeFlag>TimeContractTerms i:nil="true"/>
                  <b:InvoiceContent>B<Timestamp>AAAAADPQwRA=</b:InvoiceContent>Timestamp>
                  <b:InvoiceScope>E</b:InvoiceScope>UserDefinedFields>
                     <b:InvoiceTemplateIdentity>PwsUserDefinedFieldDetail>
                        <b:InvoiceTemplateIdUdfId i:nil="true"/>
                        <b:InvoiceTemplateName>A200<UdfName>EN-Text List</b:InvoiceTemplateName>:UdfName>
                        <b:InvoiceTemplateUid>1152921504606878904<UdfUid>1152921504606856803</b:InvoiceTemplateUid>UdfUid>
                  </b:InvoiceTemplateIdentity>             <b:BooleanValue i:nil="true"/>
     <b:ManagerIdentity>                      <b:UserDisplayName>John Doe<DataType>L</b:UserDisplayName>DataType>
                        <b:UserIdDateValue i:nil="true"/>
                     <b:UserReferenceSystemId>E123</b:UserReferenceSystemId>   <b:IntegerValue i:nil="true"/>
                 <b:UserUid>1152921504607054221</b:UserUid>       <b:ResourceIdentityValue i:nil="true"/>
          </b:ManagerIdentity>              <b:TextValue>Engagement-Web Services</b:TextValue>
   <b:MaxCostContractAmount i:nil="true"/>                     <b:MaxTimeContractAmount i:nil="true"/>UdfTreatment>A</b:UdfTreatment>
                        <b:MinCostContractAmount i:nil="true"StoplightValues/>
                        <b:MinTimeContractAmountNumericValue i:nil="true"/>
                        <b:NewEngagementCodeRelationValue i:nil="true"/>
               
  <b:PaymentTermIdentity>                      <b:PaymentTermId i:nil="true"/>StoplightValuesClearFlag>false</b:StoplightValuesClearFlag>
                     <b:PaymentTermName>Net 15<</b:PaymentTermName>PwsUserDefinedFieldDetail>
                     <b:PaymentTermUid>1152921504606856053<</b:PaymentTermUid>UserDefinedFields>
                   </b:PaymentTermIdentity><b:WorkMinutesTimeBudgetAmount i:nil="true"/>
                  <b:PurchaseOrderNumber>WS-001<CalculateEngagementBudgetFlag>true</b:PurchaseOrderNumber>CalculateEngagementBudgetFlag>
                  <b:ResourceDirectCostTimeBudgetAmountChargeableMinutesTimeBudgetAmount i:nil="true"/>
                  <b:RevenueEarnedByDate i:nil="true"/>InheritInvoiceEmailSettingsFlag>false</b:InheritInvoiceEmailSettingsFlag>
                  <b:RevenueRecognitionMethod i:nil="true"/>InvoiceEmailSettings>
                     <b:TimeAlertsBasisType>A</b:TimeAlertsBasisType>EmailFromUserIdentity>
                        <b:TimeBillingType>H<UserDisplayName>Bettina</b:TimeBillingType>UserDisplayName>
                        <b:TimeBudgetMetric>B</b:TimeBudgetMetric>:UserId i:nil="true"/>
                        <b:TimeContractTerms i:nil="true"/>UserReferenceSystemId>QA - BB</b:UserReferenceSystemId>
                        <b:Timestamp>AAAAAA98Yvw=<UserUid>1152921504607011056</b:Timestamp>UserUid>
                     <b</b:UserDefinedFields>EmailFromUserIdentity>
                     <b:PwsUserDefinedFieldDetail>EmailInvoiceTemplateIdentity>
                        <b:UdfIdInvoiceTemplateId i:nil="true"/>
                        <b:UdfName>EN-Text List<InvoiceTemplateName>E003</b:UdfName>InvoiceTemplateName>
                        <b:UdfUid>1152921504606856803<InvoiceTemplateUid>1152921504606878908</b:UdfUid>InvoiceTemplateUid>
                        <b:BooleanValue i:nil="true"/>
  </b:EmailInvoiceTemplateIdentity>
                     <b:DataType>L<InvoiceEmailEnabledFlag>true</b:DataType>
  InvoiceEmailEnabledFlag>
                     <b:DateValue i:nil="true"/>
  InvoiceEmailType>P</b:InvoiceEmailType>
                     <b:IntegerValue i:nil="true"/>Recipients>
                        <b:ResourceIdentityValue i:nil="true"/>PwsInvoiceEmailRecipient>
                           <b:TextValue>EN-1A<RecipientType>T</b:TextValue>RecipientType>
                           <b:UdfTreatment>A</b:UdfTreatment>UserIdentity>
                              <b:StoplightValues/>UserDisplayName>SOAP UI</b:UserDisplayName>
                              <b:NumericValueUserId i:nil="true"/>
                              <b:RelationValueUserReferenceSystemId>SOAP i:nil="true"/>UI</b:UserReferenceSystemId>
                         </b:PwsUserDefinedFieldDetail>     <b:UserUid>1152921504607218108</b:UserUid>
             </b:UserDefinedFields>              </b:UserIdentity>
    <b:WorkMinutesTimeBudgetAmount i:nil="true"/>                   <b:CalculateEngagementBudgetFlag>true<</b:CalculateEngagementBudgetFlag>PwsInvoiceEmailRecipient>
                    <b:ChargeableMinutesTimeBudgetAmount i:nil="true"/> </b:Recipients>
                  <b:InheritInvoiceEmailSettingsFlag>false<</b:InheritInvoiceEmailSettingsFlag>
        InvoiceEmailSettings>
         <b:InvoiceEmailSettings>         <b:InheritRenderReceiptsFlag>false</b:InheritRenderReceiptsFlag>
            <b:EmailFromUserIdentity>      <b:RenderReceiptsFlag>true</b:RenderReceiptsFlag>
                  <b:UserDisplayName>Betty Smith<AutoApplyAvailableBalanceFlag>false</b:UserDisplayName>
    AutoApplyAvailableBalanceFlag>
                   <b:UserId i:nil="true"/>
     InheritAutoApplyAvailableBalanceFlag>true</b:InheritAutoApplyAvailableBalanceFlag>
                  <b:UserReferenceSystemId>Partner - 01<InheritTaxTypesFlag>false</b:UserReferenceSystemId>InheritTaxTypesFlag>
                  <b:TaxType1Identity i:nil="true"/>
        <b:UserUid>1152921504607011056</b:UserUid>          <b:TaxType2Identity i:nil="true"/>
          </b:EmailFromUserIdentity>        <b:TaxType3Identity i:nil="true"/>
            <b:EmailInvoiceTemplateIdentity>      <b:InheritRenderedInvoiceFormatFlag>false</b:InheritRenderedInvoiceFormatFlag>
                  <b:InvoiceTemplateIdRenderedInvoiceFormat i:nil="true"/>
               </b:EngagementDetail>
               <b:InvoiceTemplateName>E003</b:InvoiceTemplateName>ProjectIdentities/>
               <b:ContractLineItems/>
          <b:InvoiceTemplateUid>1152921504606878908</b:InvoiceTemplateUid>     <b:Client>
                </b:EmailInvoiceTemplateIdentity>  <b:ClientId i:nil="true"/>
                  <b:InvoiceEmailEnabledFlag>true<ClientNumber>C000173</b:InvoiceEmailEnabledFlag>
  ClientNumber>
                  <b:InvoiceEmailType>P<ClientUid>1152921504607061713</b:InvoiceEmailType>
  ClientUid>
                  <b:Recipients>ClientName>SOAP UI  A</b:ClientName>
                     <b:PwsInvoiceEmailRecipient><b:InactiveFlag>false</b:InactiveFlag>
                       <b:ParentClientIdentity i:nil="true"/>
   <b:RecipientType>T</b:RecipientType>            </b:Client>
               <b:UserIdentity>:EffectiveCurrencySymbol>$</b:EffectiveCurrencySymbol>
               <b:EffectiveCurrencySymbolPlacement>0</b:EffectiveCurrencySymbolPlacement>
               <b:UserDisplayName>John Doe<EffectiveDecimalDigits>2</b:UserDisplayName>EffectiveDecimalDigits>
               <b:EffectiveDefaultOpsCultureIdentity>
                  <b:UserIdOpsCultureId i:nil="true"/>
          
                   <b:UserReferenceSystemId>E123<OpsCultureName>en-US</b:UserReferenceSystemId>
           OpsCultureName>
                  <b:UserUid>1152921504607054221<OpsCultureNumber>1033</b:UserUid>
           OpsCultureNumber>
               </b:UserIdentity>EffectiveDefaultOpsCultureIdentity>
                         <b:EffectiveExcelCurrencyFormat>[$$-409]#,##0.00_);[Red]([$$-409]#,##0.00);</b:PwsInvoiceEmailRecipient>EffectiveExcelCurrencyFormat>
                     <b:EffectiveExcelCurrencyFormatRounded>[$$-409]#,##0_);[Red]([$$-409]#,##0);</b:Recipients>EffectiveExcelCurrencyFormatRounded>
                  </b:InvoiceEmailSettings><b:Manager>
                  <b:InheritRenderReceiptsFlag>false<UserDisplayName>Bettina</b:InheritRenderReceiptsFlag>UserDisplayName>
                  <b:RenderReceiptsFlag>true</b:RenderReceiptsFlag>UserId i:nil="true"/>
                  <b:AutoApplyAvailableBalanceFlag>true<UserReferenceSystemId>QA - BB</b:AutoApplyAvailableBalanceFlag>UserReferenceSystemId>
                  <b:InheritAutoApplyAvailableBalanceFlag>true<UserUid>1152921504607011056</b:InheritAutoApplyAvailableBalanceFlag>UserUid>
                  <b:InheritTaxTypesFlag>false<EmailAddress>bettina@projectorpsa.com</b:InheritTaxTypesFlag>EmailAddress>
                  <b:TaxType1Identity>
  :FirstName>Bettina</b:FirstName>
                  <b:TaxTypeCode>VAT<LastName>Borces</b:TaxTypeCode>
  LastName>
                  <b:TaxTypeIdMiddleName i:nil="true"/>
                     <b:TaxTypeUid>1152921504606868258<</b:TaxTypeUid>Manager>
                  <<b:BillableFlag>true</b:TaxType1Identity>
BillableFlag>
                 <b:TaxType2Identity i:nil="true"/>InvoiceRecipients>
                  <b:TaxType3Identity i:nil="true"/>PwsUserSummary>
               </b:EngagementDetail>       <b:UserDisplayName>Bettina</b:UserDisplayName>
        <b:ProjectIdentities/>                <b:ContractLineItems/>
          <b:UserId i:nil="true"/>
    <b:Client>                   <b:ClientId i:nil="true"/>UserReferenceSystemId>QA - BB</b:UserReferenceSystemId>
                     <b:ClientNumber>C000124<UserUid>1152921504607011056</b:ClientNumber>UserUid>
                     <b:ClientUid>1152921504606998465<EmailAddress>bettina@projectorpsa.com</b:ClientUid>EmailAddress>
                     <b:ClientName>Web Services Inc.<FirstName>Bettina</b:ClientName>FirstName>
                     <b:InactiveFlag>false<LastName>Borces</b:InactiveFlag>LastName>
                     <b:ParentClientIdentityMiddleName i:nil="true"/>
                  </b:Client>:PwsUserSummary>
                  <b:PwsUserSummary>
                     <b:EffectiveCurrencySymbol>$<UserDisplayName>SOAP UI</b:EffectiveCurrencySymbol>UserDisplayName>
                     <b:EffectiveCurrencySymbolPlacement>0</b:EffectiveCurrencySymbolPlacement>:UserId i:nil="true"/>
                     <b:EffectiveDecimalDigits>2<UserReferenceSystemId>SOAP UI</b:EffectiveDecimalDigits>UserReferenceSystemId>
                     <b:EffectiveDefaultOpsCultureIdentity>:UserUid>1152921504607218108</b:UserUid>
                     <b:OpsCultureId i:nil="true"/>:EmailAddress>soapui@revcorp.bb.client</b:EmailAddress>
                     <b:OpsCultureName>en-US<FirstName>SOAP</b:OpsCultureName>FirstName>
                     <b:OpsCultureNumber>1033<LastName>UI</b:OpsCultureNumber>LastName>
                      </b:EffectiveDefaultOpsCultureIdentity><b:MiddleName i:nil="true"/>
                 <b:EffectiveExcelCurrencyFormat>[$$-409]#,##0.00_);[Red]([$$-409]#,##0.00); </b:EffectiveExcelCurrencyFormat>PwsUserSummary>
               <b:EffectiveExcelCurrencyFormatRounded>[$$-409]#,##0_);[Red]([$$-409]#,##0);</b:EffectiveExcelCurrencyFormatRounded>InvoiceRecipients>
               <b:Manager>OverageProjectCandidates/>
                  <b:UserDisplayName>John Doe<ProductiveFlag>true</b:UserDisplayName>
  ProductiveFlag>
               <b:UserId i:nil="true"/>
 ProjectBillingAdjustedRevenueTimeBudgetAmount>0</b:ProjectBillingAdjustedRevenueTimeBudgetAmount>
                <b:UserReferenceSystemId>E123<ProjectChargeableMinutesTimeBudgetAmount>0</b:UserReferenceSystemId>
 ProjectChargeableMinutesTimeBudgetAmount>
                <b:UserUid>1152921504607054221<ProjectClientAmountCostBudgetAmount>0</b:UserUid>
 ProjectClientAmountCostBudgetAmount>
                <b:EmailAddress>john@revcorp.bb<ProjectContractRevenueTimeBudgetAmount>0</b:EmailAddress>ProjectContractRevenueTimeBudgetAmount>
                  <b:FirstName>John<ProjectDisbursedAmountCostBudgetAmount>0</b:FirstName>ProjectDisbursedAmountCostBudgetAmount>
                  <b:LastName>Doe<ProjectExpenseAmountCostBudgetAmount>0</b:LastName>ProjectExpenseAmountCostBudgetAmount>
                  <b:MiddleName i:nil="true"/>:ProjectResourceDirectCostTimeBudgetAmount>0</b:ProjectResourceDirectCostTimeBudgetAmount>
               <<b:ProjectWorkMinutesTimeBudgetAmount>0</b:Manager>ProjectWorkMinutesTimeBudgetAmount>
            </a:Engagement>
            <a:EngagementIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:EngagementCode>P001322<EngagementCode>01312024E001001</b:EngagementCode>
               <b:EngagementId i:nil="true"/>
               <b:EngagementUid>1152921504607326388<EngagementUid>1152921504607913740</b:EngagementUid>
            </a:EngagementIdentity>
            <a:EngagementTimestamp>AAAAAA98YvsEngagementTimestamp>AAAAADPQwQ8=</a:EngagementTimestamp>
            <a:LockStolenFromUserIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
            <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/"/>
         </PwsSaveEngagementResult>
      </PwsSaveEngagementResponse>
   </s:Body>
</s:Envelope>

...