AccountingService


Click here for a complete list of operations.

GetBillingEstimate

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /AccountingService.asmx HTTP/1.1
Host: enterpriseservices.acolad.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://services.sajan.com/GetBillingEstimate"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetBillingEstimate xmlns="https://services.sajan.com/">
      <Token>string</Token>
      <serviceAccountingSummaries>
        <ProjectID xmlns="https://services.sajan.com/schemas/AccountingService">guid</ProjectID>
        <GCMSCoreUserName xmlns="https://services.sajan.com/schemas/AccountingService">string</GCMSCoreUserName>
        <BillingSummary xmlns="https://services.sajan.com/schemas/AccountingService">
          <_accountingSummaries>
            <ProjectID>guid</ProjectID>
            <GCMSCoreUserName>string</GCMSCoreUserName>
            <BillingSummary xsi:nil="true" />
            <Estimate xsi:nil="true" />
            <FinancialSummary xsi:nil="true" />
          </_accountingSummaries>
          <ProjectID>guid</ProjectID>
          <Total>decimal</Total>
          <Margin>int</Margin>
          <BillingType>Estimates or Actuals</BillingType>
          <LoadedFromDatabase>boolean</LoadedFromDatabase>
          <BillingSummaryItem>
            <ProjectID>guid</ProjectID>
            <Description>string</Description>
            <SortString>string</SortString>
            <LanguageInDescription>string</LanguageInDescription>
            <IsWordRate>boolean</IsWordRate>
            <HasLanguage>boolean</HasLanguage>
            <LanguageCode>string</LanguageCode>
            <Quantity>decimal</Quantity>
            <Rate>decimal</Rate>
            <RateString>string</RateString>
            <IsOverride>boolean</IsOverride>
            <Amount>decimal</Amount>
            <Reason>string</Reason>
            <Comment>string</Comment>
          </BillingSummaryItem>
          <BillingSummaryItem>
            <ProjectID>guid</ProjectID>
            <Description>string</Description>
            <SortString>string</SortString>
            <LanguageInDescription>string</LanguageInDescription>
            <IsWordRate>boolean</IsWordRate>
            <HasLanguage>boolean</HasLanguage>
            <LanguageCode>string</LanguageCode>
            <Quantity>decimal</Quantity>
            <Rate>decimal</Rate>
            <RateString>string</RateString>
            <IsOverride>boolean</IsOverride>
            <Amount>decimal</Amount>
            <Reason>string</Reason>
            <Comment>string</Comment>
          </BillingSummaryItem>
        </BillingSummary>
        <Estimate xmlns="https://services.sajan.com/schemas/AccountingService">
          <_accountingSummaries>
            <ProjectID>guid</ProjectID>
            <GCMSCoreUserName>string</GCMSCoreUserName>
            <BillingSummary xsi:nil="true" />
            <Estimate xsi:nil="true" />
            <FinancialSummary xsi:nil="true" />
          </_accountingSummaries>
          <ProjectID>guid</ProjectID>
          <Total>decimal</Total>
          <Margin>int</Margin>
          <BillingType>Estimates or Actuals</BillingType>
          <LoadedFromDatabase>boolean</LoadedFromDatabase>
          <BillingSummaryItem>
            <ProjectID>guid</ProjectID>
            <Description>string</Description>
            <SortString>string</SortString>
            <LanguageInDescription>string</LanguageInDescription>
            <IsWordRate>boolean</IsWordRate>
            <HasLanguage>boolean</HasLanguage>
            <LanguageCode>string</LanguageCode>
            <Quantity>decimal</Quantity>
            <Rate>decimal</Rate>
            <RateString>string</RateString>
            <IsOverride>boolean</IsOverride>
            <Amount>decimal</Amount>
            <Reason>string</Reason>
            <Comment>string</Comment>
          </BillingSummaryItem>
          <BillingSummaryItem>
            <ProjectID>guid</ProjectID>
            <Description>string</Description>
            <SortString>string</SortString>
            <LanguageInDescription>string</LanguageInDescription>
            <IsWordRate>boolean</IsWordRate>
            <HasLanguage>boolean</HasLanguage>
            <LanguageCode>string</LanguageCode>
            <Quantity>decimal</Quantity>
            <Rate>decimal</Rate>
            <RateString>string</RateString>
            <IsOverride>boolean</IsOverride>
            <Amount>decimal</Amount>
            <Reason>string</Reason>
            <Comment>string</Comment>
          </BillingSummaryItem>
        </Estimate>
        <FinancialSummary xmlns="https://services.sajan.com/schemas/AccountingService">
          <LinguistExpense>decimal</LinguistExpense>
          <OverheadExpense>decimal</OverheadExpense>
          <NetEstimated>decimal</NetEstimated>
          <NetActual>decimal</NetActual>
          <EstimatedExpense>decimal</EstimatedExpense>
          <ActualExpense>decimal</ActualExpense>
          <FinancialSummaryItem>
            <WorkTypeId>int</WorkTypeId>
            <WorkTypeName>string</WorkTypeName>
            <EstimatedExpense>decimal</EstimatedExpense>
            <ActualExpense>decimal</ActualExpense>
            <EstimatedRevenue>decimal</EstimatedRevenue>
            <ActualRevenue>decimal</ActualRevenue>
            <IsTotal>boolean</IsTotal>
            <IsLinguist>boolean</IsLinguist>
          </FinancialSummaryItem>
          <FinancialSummaryItem>
            <WorkTypeId>int</WorkTypeId>
            <WorkTypeName>string</WorkTypeName>
            <EstimatedExpense>decimal</EstimatedExpense>
            <ActualExpense>decimal</ActualExpense>
            <EstimatedRevenue>decimal</EstimatedRevenue>
            <ActualRevenue>decimal</ActualRevenue>
            <IsTotal>boolean</IsTotal>
            <IsLinguist>boolean</IsLinguist>
          </FinancialSummaryItem>
          <EstimatedChartData>
            <Items xsi:nil="true" />
            <Items xsi:nil="true" />
            <IsProfit>boolean</IsProfit>
          </EstimatedChartData>
          <ActualChartData>
            <Items xsi:nil="true" />
            <Items xsi:nil="true" />
            <IsProfit>boolean</IsProfit>
          </ActualChartData>
        </FinancialSummary>
      </serviceAccountingSummaries>
      <GCMSCoreUserName>string</GCMSCoreUserName>
    </GetBillingEstimate>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetBillingEstimateResponse xmlns="https://services.sajan.com/">
      <GetBillingEstimateResult>
        <_accountingSummaries>
          <ProjectID xmlns="https://services.sajan.com/schemas/AccountingService">guid</ProjectID>
          <GCMSCoreUserName xmlns="https://services.sajan.com/schemas/AccountingService">string</GCMSCoreUserName>
          <BillingSummary xmlns="https://services.sajan.com/schemas/AccountingService">
            <_accountingSummaries xsi:nil="true" />
            <ProjectID>guid</ProjectID>
            <Total>decimal</Total>
            <Margin>int</Margin>
            <BillingType>Estimates or Actuals</BillingType>
            <LoadedFromDatabase>boolean</LoadedFromDatabase>
            <BillingSummaryItem xsi:nil="true" />
            <BillingSummaryItem xsi:nil="true" />
          </BillingSummary>
          <Estimate xmlns="https://services.sajan.com/schemas/AccountingService">
            <_accountingSummaries xsi:nil="true" />
            <ProjectID>guid</ProjectID>
            <Total>decimal</Total>
            <Margin>int</Margin>
            <BillingType>Estimates or Actuals</BillingType>
            <LoadedFromDatabase>boolean</LoadedFromDatabase>
            <BillingSummaryItem xsi:nil="true" />
            <BillingSummaryItem xsi:nil="true" />
          </Estimate>
          <FinancialSummary xmlns="https://services.sajan.com/schemas/AccountingService">
            <LinguistExpense>decimal</LinguistExpense>
            <OverheadExpense>decimal</OverheadExpense>
            <NetEstimated>decimal</NetEstimated>
            <NetActual>decimal</NetActual>
            <EstimatedExpense>decimal</EstimatedExpense>
            <ActualExpense>decimal</ActualExpense>
            <FinancialSummaryItem xsi:nil="true" />
            <FinancialSummaryItem xsi:nil="true" />
            <EstimatedChartData xsi:nil="true" />
            <ActualChartData xsi:nil="true" />
          </FinancialSummary>
        </_accountingSummaries>
        <ProjectID>guid</ProjectID>
        <Total>decimal</Total>
        <Margin>int</Margin>
        <BillingType>Estimates or Actuals</BillingType>
        <LoadedFromDatabase>boolean</LoadedFromDatabase>
        <BillingSummaryItem>
          <ProjectID xmlns="https://services.sajan.com/schemas/AccountingService">guid</ProjectID>
          <Description xmlns="https://services.sajan.com/schemas/AccountingService">string</Description>
          <SortString xmlns="https://services.sajan.com/schemas/AccountingService">string</SortString>
          <LanguageInDescription xmlns="https://services.sajan.com/schemas/AccountingService">string</LanguageInDescription>
          <IsWordRate xmlns="https://services.sajan.com/schemas/AccountingService">boolean</IsWordRate>
          <HasLanguage xmlns="https://services.sajan.com/schemas/AccountingService">boolean</HasLanguage>
          <LanguageCode xmlns="https://services.sajan.com/schemas/AccountingService">string</LanguageCode>
          <Quantity xmlns="https://services.sajan.com/schemas/AccountingService">decimal</Quantity>
          <Rate xmlns="https://services.sajan.com/schemas/AccountingService">decimal</Rate>
          <RateString xmlns="https://services.sajan.com/schemas/AccountingService">string</RateString>
          <IsOverride xmlns="https://services.sajan.com/schemas/AccountingService">boolean</IsOverride>
          <Amount xmlns="https://services.sajan.com/schemas/AccountingService">decimal</Amount>
          <Reason xmlns="https://services.sajan.com/schemas/AccountingService">string</Reason>
          <Comment xmlns="https://services.sajan.com/schemas/AccountingService">string</Comment>
        </BillingSummaryItem>
        <BillingSummaryItem>
          <ProjectID xmlns="https://services.sajan.com/schemas/AccountingService">guid</ProjectID>
          <Description xmlns="https://services.sajan.com/schemas/AccountingService">string</Description>
          <SortString xmlns="https://services.sajan.com/schemas/AccountingService">string</SortString>
          <LanguageInDescription xmlns="https://services.sajan.com/schemas/AccountingService">string</LanguageInDescription>
          <IsWordRate xmlns="https://services.sajan.com/schemas/AccountingService">boolean</IsWordRate>
          <HasLanguage xmlns="https://services.sajan.com/schemas/AccountingService">boolean</HasLanguage>
          <LanguageCode xmlns="https://services.sajan.com/schemas/AccountingService">string</LanguageCode>
          <Quantity xmlns="https://services.sajan.com/schemas/AccountingService">decimal</Quantity>
          <Rate xmlns="https://services.sajan.com/schemas/AccountingService">decimal</Rate>
          <RateString xmlns="https://services.sajan.com/schemas/AccountingService">string</RateString>
          <IsOverride xmlns="https://services.sajan.com/schemas/AccountingService">boolean</IsOverride>
          <Amount xmlns="https://services.sajan.com/schemas/AccountingService">decimal</Amount>
          <Reason xmlns="https://services.sajan.com/schemas/AccountingService">string</Reason>
          <Comment xmlns="https://services.sajan.com/schemas/AccountingService">string</Comment>
        </BillingSummaryItem>
      </GetBillingEstimateResult>
    </GetBillingEstimateResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /AccountingService.asmx HTTP/1.1
Host: enterpriseservices.acolad.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetBillingEstimate xmlns="https://services.sajan.com/">
      <Token>string</Token>
      <serviceAccountingSummaries>
        <ProjectID xmlns="https://services.sajan.com/schemas/AccountingService">guid</ProjectID>
        <GCMSCoreUserName xmlns="https://services.sajan.com/schemas/AccountingService">string</GCMSCoreUserName>
        <BillingSummary xmlns="https://services.sajan.com/schemas/AccountingService">
          <_accountingSummaries>
            <ProjectID>guid</ProjectID>
            <GCMSCoreUserName>string</GCMSCoreUserName>
            <BillingSummary xsi:nil="true" />
            <Estimate xsi:nil="true" />
            <FinancialSummary xsi:nil="true" />
          </_accountingSummaries>
          <ProjectID>guid</ProjectID>
          <Total>decimal</Total>
          <Margin>int</Margin>
          <BillingType>Estimates or Actuals</BillingType>
          <LoadedFromDatabase>boolean</LoadedFromDatabase>
          <BillingSummaryItem>
            <ProjectID>guid</ProjectID>
            <Description>string</Description>
            <SortString>string</SortString>
            <LanguageInDescription>string</LanguageInDescription>
            <IsWordRate>boolean</IsWordRate>
            <HasLanguage>boolean</HasLanguage>
            <LanguageCode>string</LanguageCode>
            <Quantity>decimal</Quantity>
            <Rate>decimal</Rate>
            <RateString>string</RateString>
            <IsOverride>boolean</IsOverride>
            <Amount>decimal</Amount>
            <Reason>string</Reason>
            <Comment>string</Comment>
          </BillingSummaryItem>
          <BillingSummaryItem>
            <ProjectID>guid</ProjectID>
            <Description>string</Description>
            <SortString>string</SortString>
            <LanguageInDescription>string</LanguageInDescription>
            <IsWordRate>boolean</IsWordRate>
            <HasLanguage>boolean</HasLanguage>
            <LanguageCode>string</LanguageCode>
            <Quantity>decimal</Quantity>
            <Rate>decimal</Rate>
            <RateString>string</RateString>
            <IsOverride>boolean</IsOverride>
            <Amount>decimal</Amount>
            <Reason>string</Reason>
            <Comment>string</Comment>
          </BillingSummaryItem>
        </BillingSummary>
        <Estimate xmlns="https://services.sajan.com/schemas/AccountingService">
          <_accountingSummaries>
            <ProjectID>guid</ProjectID>
            <GCMSCoreUserName>string</GCMSCoreUserName>
            <BillingSummary xsi:nil="true" />
            <Estimate xsi:nil="true" />
            <FinancialSummary xsi:nil="true" />
          </_accountingSummaries>
          <ProjectID>guid</ProjectID>
          <Total>decimal</Total>
          <Margin>int</Margin>
          <BillingType>Estimates or Actuals</BillingType>
          <LoadedFromDatabase>boolean</LoadedFromDatabase>
          <BillingSummaryItem>
            <ProjectID>guid</ProjectID>
            <Description>string</Description>
            <SortString>string</SortString>
            <LanguageInDescription>string</LanguageInDescription>
            <IsWordRate>boolean</IsWordRate>
            <HasLanguage>boolean</HasLanguage>
            <LanguageCode>string</LanguageCode>
            <Quantity>decimal</Quantity>
            <Rate>decimal</Rate>
            <RateString>string</RateString>
            <IsOverride>boolean</IsOverride>
            <Amount>decimal</Amount>
            <Reason>string</Reason>
            <Comment>string</Comment>
          </BillingSummaryItem>
          <BillingSummaryItem>
            <ProjectID>guid</ProjectID>
            <Description>string</Description>
            <SortString>string</SortString>
            <LanguageInDescription>string</LanguageInDescription>
            <IsWordRate>boolean</IsWordRate>
            <HasLanguage>boolean</HasLanguage>
            <LanguageCode>string</LanguageCode>
            <Quantity>decimal</Quantity>
            <Rate>decimal</Rate>
            <RateString>string</RateString>
            <IsOverride>boolean</IsOverride>
            <Amount>decimal</Amount>
            <Reason>string</Reason>
            <Comment>string</Comment>
          </BillingSummaryItem>
        </Estimate>
        <FinancialSummary xmlns="https://services.sajan.com/schemas/AccountingService">
          <LinguistExpense>decimal</LinguistExpense>
          <OverheadExpense>decimal</OverheadExpense>
          <NetEstimated>decimal</NetEstimated>
          <NetActual>decimal</NetActual>
          <EstimatedExpense>decimal</EstimatedExpense>
          <ActualExpense>decimal</ActualExpense>
          <FinancialSummaryItem>
            <WorkTypeId>int</WorkTypeId>
            <WorkTypeName>string</WorkTypeName>
            <EstimatedExpense>decimal</EstimatedExpense>
            <ActualExpense>decimal</ActualExpense>
            <EstimatedRevenue>decimal</EstimatedRevenue>
            <ActualRevenue>decimal</ActualRevenue>
            <IsTotal>boolean</IsTotal>
            <IsLinguist>boolean</IsLinguist>
          </FinancialSummaryItem>
          <FinancialSummaryItem>
            <WorkTypeId>int</WorkTypeId>
            <WorkTypeName>string</WorkTypeName>
            <EstimatedExpense>decimal</EstimatedExpense>
            <ActualExpense>decimal</ActualExpense>
            <EstimatedRevenue>decimal</EstimatedRevenue>
            <ActualRevenue>decimal</ActualRevenue>
            <IsTotal>boolean</IsTotal>
            <IsLinguist>boolean</IsLinguist>
          </FinancialSummaryItem>
          <EstimatedChartData>
            <Items xsi:nil="true" />
            <Items xsi:nil="true" />
            <IsProfit>boolean</IsProfit>
          </EstimatedChartData>
          <ActualChartData>
            <Items xsi:nil="true" />
            <Items xsi:nil="true" />
            <IsProfit>boolean</IsProfit>
          </ActualChartData>
        </FinancialSummary>
      </serviceAccountingSummaries>
      <GCMSCoreUserName>string</GCMSCoreUserName>
    </GetBillingEstimate>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetBillingEstimateResponse xmlns="https://services.sajan.com/">
      <GetBillingEstimateResult>
        <_accountingSummaries>
          <ProjectID xmlns="https://services.sajan.com/schemas/AccountingService">guid</ProjectID>
          <GCMSCoreUserName xmlns="https://services.sajan.com/schemas/AccountingService">string</GCMSCoreUserName>
          <BillingSummary xmlns="https://services.sajan.com/schemas/AccountingService">
            <_accountingSummaries xsi:nil="true" />
            <ProjectID>guid</ProjectID>
            <Total>decimal</Total>
            <Margin>int</Margin>
            <BillingType>Estimates or Actuals</BillingType>
            <LoadedFromDatabase>boolean</LoadedFromDatabase>
            <BillingSummaryItem xsi:nil="true" />
            <BillingSummaryItem xsi:nil="true" />
          </BillingSummary>
          <Estimate xmlns="https://services.sajan.com/schemas/AccountingService">
            <_accountingSummaries xsi:nil="true" />
            <ProjectID>guid</ProjectID>
            <Total>decimal</Total>
            <Margin>int</Margin>
            <BillingType>Estimates or Actuals</BillingType>
            <LoadedFromDatabase>boolean</LoadedFromDatabase>
            <BillingSummaryItem xsi:nil="true" />
            <BillingSummaryItem xsi:nil="true" />
          </Estimate>
          <FinancialSummary xmlns="https://services.sajan.com/schemas/AccountingService">
            <LinguistExpense>decimal</LinguistExpense>
            <OverheadExpense>decimal</OverheadExpense>
            <NetEstimated>decimal</NetEstimated>
            <NetActual>decimal</NetActual>
            <EstimatedExpense>decimal</EstimatedExpense>
            <ActualExpense>decimal</ActualExpense>
            <FinancialSummaryItem xsi:nil="true" />
            <FinancialSummaryItem xsi:nil="true" />
            <EstimatedChartData xsi:nil="true" />
            <ActualChartData xsi:nil="true" />
          </FinancialSummary>
        </_accountingSummaries>
        <ProjectID>guid</ProjectID>
        <Total>decimal</Total>
        <Margin>int</Margin>
        <BillingType>Estimates or Actuals</BillingType>
        <LoadedFromDatabase>boolean</LoadedFromDatabase>
        <BillingSummaryItem>
          <ProjectID xmlns="https://services.sajan.com/schemas/AccountingService">guid</ProjectID>
          <Description xmlns="https://services.sajan.com/schemas/AccountingService">string</Description>
          <SortString xmlns="https://services.sajan.com/schemas/AccountingService">string</SortString>
          <LanguageInDescription xmlns="https://services.sajan.com/schemas/AccountingService">string</LanguageInDescription>
          <IsWordRate xmlns="https://services.sajan.com/schemas/AccountingService">boolean</IsWordRate>
          <HasLanguage xmlns="https://services.sajan.com/schemas/AccountingService">boolean</HasLanguage>
          <LanguageCode xmlns="https://services.sajan.com/schemas/AccountingService">string</LanguageCode>
          <Quantity xmlns="https://services.sajan.com/schemas/AccountingService">decimal</Quantity>
          <Rate xmlns="https://services.sajan.com/schemas/AccountingService">decimal</Rate>
          <RateString xmlns="https://services.sajan.com/schemas/AccountingService">string</RateString>
          <IsOverride xmlns="https://services.sajan.com/schemas/AccountingService">boolean</IsOverride>
          <Amount xmlns="https://services.sajan.com/schemas/AccountingService">decimal</Amount>
          <Reason xmlns="https://services.sajan.com/schemas/AccountingService">string</Reason>
          <Comment xmlns="https://services.sajan.com/schemas/AccountingService">string</Comment>
        </BillingSummaryItem>
        <BillingSummaryItem>
          <ProjectID xmlns="https://services.sajan.com/schemas/AccountingService">guid</ProjectID>
          <Description xmlns="https://services.sajan.com/schemas/AccountingService">string</Description>
          <SortString xmlns="https://services.sajan.com/schemas/AccountingService">string</SortString>
          <LanguageInDescription xmlns="https://services.sajan.com/schemas/AccountingService">string</LanguageInDescription>
          <IsWordRate xmlns="https://services.sajan.com/schemas/AccountingService">boolean</IsWordRate>
          <HasLanguage xmlns="https://services.sajan.com/schemas/AccountingService">boolean</HasLanguage>
          <LanguageCode xmlns="https://services.sajan.com/schemas/AccountingService">string</LanguageCode>
          <Quantity xmlns="https://services.sajan.com/schemas/AccountingService">decimal</Quantity>
          <Rate xmlns="https://services.sajan.com/schemas/AccountingService">decimal</Rate>
          <RateString xmlns="https://services.sajan.com/schemas/AccountingService">string</RateString>
          <IsOverride xmlns="https://services.sajan.com/schemas/AccountingService">boolean</IsOverride>
          <Amount xmlns="https://services.sajan.com/schemas/AccountingService">decimal</Amount>
          <Reason xmlns="https://services.sajan.com/schemas/AccountingService">string</Reason>
          <Comment xmlns="https://services.sajan.com/schemas/AccountingService">string</Comment>
        </BillingSummaryItem>
      </GetBillingEstimateResult>
    </GetBillingEstimateResponse>
  </soap12:Body>
</soap12:Envelope>