Clarity

Expand all | Collapse all

Getting bad response when trying to read Allocations with my application, even SOAPUI request is failing

  • 1.  Getting bad response when trying to read Allocations with my application, even SOAPUI request is failing

    Posted Dec 15, 2016 09:11 AM

    Getting bad response when trying to read Allocations with my application, even SOAPUI request is failing:

     

    ---------------------SOAP Request:

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:obj="http://www.niku.com/xog/Object">

    <soapenv:Header>

    <obj:Auth>

    <obj:SessionID>9877364__0CB199FB-E5F6-467F-B3AE-E37FBE94BCCC</obj:SessionID>

    </obj:Auth>

    </soapenv:Header>

    <soapenv:Body>

    <obj:ReadGlallocation>

    <NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_read.xsd">

    <Header version="7.5" action="read" objectType="project" externalSource="NIKU">

    <args name="include_tasks" value="true"/>

    </Header>

    <Query>   

    <Filter name="resourceID" criteria="EQUALS">MyResID</Filter>

    </Query>

    </NikuDataBus>

    </obj:ReadGlallocation>

    </soapenv:Body>

    </soapenv:Envelope> 

     

     

    ------------------RESPONSE:

     

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

      <soapenv:Header/>

      <soapenv:Body>

        <ReadGlallocationResponse xmlns="http://www.niku.com/xog/Object">

          <XOGOutput xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/status.xsd">

            <Object type="glallocation"/>

            <Status elapsedTime="0.0 seconds" state="FAILURE"/>

            <Statistics failureRecords="0" insertedRecords="0" totalNumberOfRecords="0" updatedRecords="0"/>

            <ErrorInformation>

              <Severity>FATAL</Severity>

              <Description>Unsupported version 7.5</Description>

              <Exception>Unsupported version 7.5. Please check object type: glallocation and action type: read.  Check if the version in the xml file is set to be 8.0 or higher and make sure xml file is valid against the schema of version 8.0</Exception>

            </ErrorInformation>

            <DeprecationInformation>

              <Severity>WARNING</Severity>

              <Description>DEPRECATION MESSAGE</Description>

              <Exception type="java.lang.Exception">The action and objectType attributes in the Header have been deprecated, and the listed value of 'project' conflicts with the requested objectType 'glallocation'.</Exception>

            </DeprecationInformation>

          </XOGOutput>

        </ReadGlallocationResponse>

      </soapenv:Body>

    </soapenv:Envelope>

     

     

     

    Can somebody help me to fix this issue ?

     

    Thanks for your help



  • 2.  Re: Getting bad response when trying to read Allocations with my application, even SOAPUI request is failing

    Posted Dec 15, 2016 09:16 AM

    Change version to your current version:

     

     

    ---------------------SOAP Request:

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:obj="http://www.niku.com/xog/Object">

    <soapenv:Header>

    <obj:Auth>

    <obj:SessionID>9877364__0CB199FB-E5F6-467F-B3AE-E37FBE94BCCC</obj:SessionID>

    </obj:Auth>

    </soapenv:Header>

    <soapenv:Body>

    <obj:ReadGlallocation>

    <NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_read.xsd">

    <Header version="7.5" action="read" objectType="project" externalSource="NIKU">

    <args name="include_tasks" value="true"/>

    </Header>

    <Query>   

    <Filter name="resourceID" criteria="EQUALS">MyResID</Filter>

    </Query>

    </NikuDataBus>

    </obj:ReadGlallocation>

    </soapenv:Body>

    </soapenv:Envelope> 

     

     

    Error says 8.0 or higher. I'd just set your CA PPM version.



  • 3.  Re: Getting bad response when trying to read Allocations with my application, even SOAPUI request is failing

    Posted Dec 15, 2016 09:27 AM

    Hello,

     

    Thank you for your response, it's working, I replaced 7.5 by 8.0. Below is the response, but there no tasks, and no projects. I'm looking for allocated tasks

     

    -----Response

     

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Header/>
    <soapenv:Body>
    <SessionID xmlns="http://www.niku.com/xog">9877390__13C92466-182D-429C-8DAD-CFD870612631</SessionID>
    <ReadGlallocationResponse xmlns="http://www.niku.com/xog/Object">
    <NikuDataBus xsi:noNamespaceSchemaLocation="../xsd/nikuxog_glallocation.xsd">
    <Header externalSource="NIKU" version="14.4.0.234"/>
    <Allocations>
    <Allocation allocationCode="CREDIT00001" cbkSubtype="STANDARD" cbkType="CREDIT" chgRemtoOverhead="0" entityCode="MyEntityCode" pageLayoutCode="revmgr.resourceCreditFrame" resourceClassCode="***" statusCode="ACTIVE">
    <Details>
    <Detail department="xtd_clarity" glAccountMain="421000" glAccountSub="421000">
    <percentage default="0.0" entityCode="MyEntityCode" finish="2016-12-31T00:00:00" isFiscal="true" start="2016-12-01T00:00:00" type="percentage">
    <segment finish="2016-12-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-12-01T00:00:00"/>
    </percentage>
    <CustomInformation>
    <ColumnValue name="partition_code">NIKU.ROOT</ColumnValue>
    </CustomInformation>
    </Detail>
    </Details>
    </Allocation>
    <Allocation allocationCode="DEBIT00001" cbkSubtype="STANDARD" cbkType="DEBIT" chgRemtoOverhead="0" entityCode="MyEntityCode" pageLayoutCode="revmgr.invallocFrame" statusCode="ACTIVE" transactionClassCode="MO">
    <Details>
    <Detail department="xtd_clarity" glAccountMain="421000" glAccountSub="421000">
    <percentage default="0.0" entityCode="MyEntityCode" finish="2016-12-31T00:00:00" isFiscal="true" start="2015-05-01T00:00:00" type="percentage">
    <segment finish="2015-05-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-05-01T00:00:00"/>
    <segment finish="2015-06-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-06-01T00:00:00"/>
    <segment finish="2015-07-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-07-01T00:00:00"/>
    <segment finish="2015-08-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-08-01T00:00:00"/>
    <segment finish="2015-09-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-09-01T00:00:00"/>
    <segment finish="2015-10-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-10-01T00:00:00"/>
    <segment finish="2015-11-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-11-01T00:00:00"/>
    <segment finish="2015-12-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-12-01T00:00:00"/>
    <segment finish="2016-01-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-01-01T00:00:00"/>
    <segment finish="2016-02-29T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-02-01T00:00:00"/>
    <segment finish="2016-03-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-03-01T00:00:00"/>
    <segment finish="2016-04-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-04-01T00:00:00"/>
    <segment finish="2016-05-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-05-01T00:00:00"/>
    <segment finish="2016-06-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-06-01T00:00:00"/>
    <segment finish="2016-07-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-07-01T00:00:00"/>
    <segment finish="2016-08-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-08-01T00:00:00"/>
    <segment finish="2016-09-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-09-01T00:00:00"/>
    <segment finish="2016-10-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-10-01T00:00:00"/>
    <segment finish="2016-11-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-11-01T00:00:00"/>
    <segment finish="2016-12-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-12-01T00:00:00"/>
    </percentage>
    <CustomInformation>
    <ColumnValue name="partition_code">NIKU.ROOT</ColumnValue>
    </CustomInformation>
    </Detail>
    </Details>
    </Allocation>
    </Allocations>
    <XOGOutput>
    <Object type="glallocation"/>
    <Status state="SUCCESS"/>
    <Statistics failureRecords="0" insertedRecords="0" totalNumberOfRecords="2" updatedRecords="0"/>
    <Records/>
    <DeprecationInformation>
    <Severity>WARNING</Severity>
    <Description>DEPRECATION MESSAGE</Description>
    <Exception type="java.lang.Exception">The action and objectType attributes in the Header have been deprecated, and the listed value of 'project' conflicts with the requested objectType 'glallocation'.</Exception>
    </DeprecationInformation>
    </XOGOutput>
    </NikuDataBus>
    </ReadGlallocationResponse>
    </soapenv:Body>
    </soapenv:Envelope>



  • 4.  Re: Getting bad response when trying to read Allocations with my application, even SOAPUI request is failing

    Posted Dec 15, 2016 10:14 AM

    Try that:

     

    ---------------------SOAP Request:

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:obj="http://www.niku.com/xog/Object">

    <soapenv:Header>

    <obj:Auth>

    <obj:SessionID>9877364__0CB199FB-E5F6-467F-B3AE-E37FBE94BCCC</obj:SessionID>

    </obj:Auth>

    </soapenv:Header>

    <soapenv:Body>

    <obj:ReadGlallocation>

    <NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_read.xsd">

    <Header version="8.0" action="read" objectType="project" externalSource="NIKU">

    <args name="include_tasks" value="true"/>

    <args name="include_allocations" value="true"/>

    </Header>

    <Query>   

    <Filter name="resourceID" criteria="EQUALS">MyResID</Filter>

    </Query>

    </NikuDataBus>

    </obj:ReadGlallocation>

    </soapenv:Body>

    </soapenv:Envelope> 



  • 5.  Re: Getting bad response when trying to read Allocations with my application, even SOAPUI request is failing

    Posted Dec 15, 2016 10:14 AM

    This part of the error that is saying "and the listed value of 'project' conflicts with the requested objectType 'glallocation'" should give you a clue that the <obj:ReadGlallocation> that you are doing is conflicting with the project read ( action="read" objectType="project" ) that you are sending.

     

    You are getting back a GLallocation response ( xsi:noNamespaceSchemaLocation="../xsd/nikuxog_glallocation.xsd" ) not a project response.

     

    --

     

    XOG is very precise about what it expects you to be sending but if you read the error message it can help you understand why it is not doing what you want it to.

     

    (I'm GUESSING here, but that error is saying something you should pay some attention to!)



  • 6.  Re: Getting bad response when trying to read Allocations with my application, even SOAPUI request is failing

    Posted Dec 16, 2016 08:07 AM

    Thanks, but Idon't know how to fix this



  • 7.  Re: Getting bad response when trying to read Allocations with my application, even SOAPUI request is failing

    Posted Dec 16, 2016 08:36 AM

    What made you decide to put the;

    <obj:ReadGlallocation>

    ...

    </obj:ReadGlallocation>

    code into your calling message?

     

    I think that that should be a project related piece of code, not Glallocation related (but I don't know the syntax at all, which is why I am aking you why you are putting the Glallocation syntax).

     



  • 8.  Re: Getting bad response when trying to read Allocations with my application, even SOAPUI request is failing

    Posted Dec 24, 2016 06:58 PM

    Hi Dave,

     

    SOAPUI automaticly download the WSDL when I provid the WSDL url, so I don't know why it's about project read instead of allocation read.

     

    Help !



  • 9.  Re: Getting bad response when trying to read Allocations with my application, even SOAPUI request is failing

    Posted Dec 27, 2016 09:57 AM

    ^ provide a different WSDL URL perhaps? (i.e. the "projects" one not the "glallocations" one)

     

    (GUESSing a bit here, I just use the native XOG calls myself)



  • 10.  Re: Getting bad response when trying to read Allocations with my application, even SOAPUI request is failing

    Posted Dec 16, 2016 08:06 AM

    I tryed but not getting expected attributes in the response, even if I included in my request Tasks, Resources and Allocations:

     

     

    --------------Request

     

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:obj="http://www.niku.com/xog/Object">
    <soapenv:Header>
    <obj:Auth>
    <obj:Username>myLogin</obj:Username>
    <obj:Password>myPassword</obj:Password>
    </obj:Auth>
    </soapenv:Header>
    <soapenv:Body>
    <obj:ReadGlallocation>
    <NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_read.xsd">
    <Header version="14.4.0.234" action="read" objectType="project" externalSource="NIKU">
    <args name="include_tasks" value="true"/>
    <args name="include_resources" value="true"/>
    <args name="include_allocations" value="true"/>
    </Header>
    <Query>
    </Query>
    </NikuDataBus>
    </obj:ReadGlallocation>
    </soapenv:Body>
    </soapenv:Envelope>

     

     

    -----------------------------Response

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Header/>
    <soapenv:Body>
    <SessionID xmlns="http://www.niku.com/xog">9877520__324FBCAE-696F-4AFF-BD7A-188838C7397A</SessionID>
    <ReadGlallocationResponse xmlns="http://www.niku.com/xog/Object">
    <NikuDataBus xsi:noNamespaceSchemaLocation="../xsd/nikuxog_glallocation.xsd">
    <Header externalSource="NIKU" version="14.4.0.234"/>
    <Allocations>
    <Allocation allocationCode="CREDIT00001" cbkSubtype="STANDARD" cbkType="CREDIT" chgRemtoOverhead="0" entityCode="CoPrime" pageLayoutCode="revmgr.resourceCreditFrame" resourceClassCode="***" statusCode="ACTIVE">
    <Details>
    <Detail department="xtd_clarity" glAccountMain="421000" glAccountSub="421000">
    <percentage default="0.0" entityCode="CoPrime" finish="2016-12-31T00:00:00" isFiscal="true" start="2016-12-01T00:00:00" type="percentage">
    <segment finish="2016-12-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-12-01T00:00:00"/>
    </percentage>
    <CustomInformation>
    <ColumnValue name="partition_code">NIKU.ROOT</ColumnValue>
    </CustomInformation>
    </Detail>
    </Details>
    </Allocation>
    <Allocation allocationCode="DEBIT00001" cbkSubtype="STANDARD" cbkType="DEBIT" chgRemtoOverhead="0" entityCode="CoPrime" pageLayoutCode="revmgr.invallocFrame" statusCode="ACTIVE" transactionClassCode="MO">
    <Details>
    <Detail department="xtd_clarity" glAccountMain="421000" glAccountSub="421000">
    <percentage default="0.0" entityCode="CoPrime" finish="2016-12-31T00:00:00" isFiscal="true" start="2015-05-01T00:00:00" type="percentage">
    <segment finish="2015-05-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-05-01T00:00:00"/>
    <segment finish="2015-06-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-06-01T00:00:00"/>
    <segment finish="2015-07-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-07-01T00:00:00"/>
    <segment finish="2015-08-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-08-01T00:00:00"/>
    <segment finish="2015-09-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-09-01T00:00:00"/>
    <segment finish="2015-10-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-10-01T00:00:00"/>
    <segment finish="2015-11-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-11-01T00:00:00"/>
    <segment finish="2015-12-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-12-01T00:00:00"/>
    <segment finish="2016-01-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-01-01T00:00:00"/>
    <segment finish="2016-02-29T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-02-01T00:00:00"/>
    <segment finish="2016-03-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-03-01T00:00:00"/>
    <segment finish="2016-04-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-04-01T00:00:00"/>
    <segment finish="2016-05-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-05-01T00:00:00"/>
    <segment finish="2016-06-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-06-01T00:00:00"/>
    <segment finish="2016-07-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-07-01T00:00:00"/>
    <segment finish="2016-08-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-08-01T00:00:00"/>
    <segment finish="2016-09-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-09-01T00:00:00"/>
    <segment finish="2016-10-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-10-01T00:00:00"/>
    <segment finish="2016-11-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-11-01T00:00:00"/>
    <segment finish="2016-12-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-12-01T00:00:00"/>
    </percentage>
    <CustomInformation>
    <ColumnValue name="partition_code">NIKU.ROOT</ColumnValue>
    </CustomInformation>
    </Detail>
    </Details>
    </Allocation>
    </Allocations>
    <XOGOutput>
    <Object type="glallocation"/>
    <Status state="SUCCESS"/>
    <Statistics failureRecords="0" insertedRecords="0" totalNumberOfRecords="2" updatedRecords="0"/>
    <Records/>
    <DeprecationInformation>
    <Severity>WARNING</Severity>
    <Description>DEPRECATION MESSAGE</Description>
    <Exception type="java.lang.Exception">The action and objectType attributes in the Header have been deprecated, and the listed value of 'project' conflicts with the requested objectType 'glallocation'.</Exception>
    </DeprecationInformation>
    </XOGOutput>
    </NikuDataBus>
    </ReadGlallocationResponse>
    </soapenv:Body>
    </soapenv:Envelope>



  • 11.  Re: Getting bad response when trying to read Allocations with my application, even SOAPUI request is failing

    Posted Dec 26, 2016 04:56 AM

    Dears,

     

    I'am stack !

    Can someone help me to fix this issue ? I'm looking for allocated tasks



  • 12.  Re: Getting bad response when trying to read Allocations with my application, even SOAPUI request is failing

    Broadcom Employee
    Posted Dec 26, 2016 05:11 AM

    Hi Amos,

     

    Can you try to use the native XOG and read using the same. 

     

    Regards

    Suman Pramanik 



  • 13.  Re: Getting bad response when trying to read Allocations with my application, even SOAPUI request is failing

    Posted Dec 26, 2016 05:27 AM

    Hi Suman,

     

    It's working with the native XOG, I'am getting all tasks, but not getting the tasks with SOAPUI (same result with my application).

     

     

    Kind regards,

    Amos



  • 14.  Re: Getting bad response when trying to read Allocations with my application, even SOAPUI request is failing

    Broadcom Employee
    Posted Dec 26, 2016 08:52 AM

    Hi Amos,

     

    I am not sure what is causing problem with SOAP UI as that is a 3rd party tool and we have no control over that. Also if you are trying to large amount of records then SOAP UI might cause these problems.

     

    Also you can change around SOAP UI timeouts and try out 

     

    Preferences | Working with SoapUI 

     

    Regards

    Suman Pramanik 



  • 15.  Re: Getting bad response when trying to read Allocations with my application, even SOAPUI request is failing

    Posted Dec 28, 2016 05:26 AM

    Hi Suman,

     

    The issue I'm facing is that allocated tasks are not included in the response.  I'm looking for allocated tasks, below are the request and response

     

    -------------------------------REQUEST

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:obj="http://www.niku.com/xog/Object">
    <soapenv:Header>
    <obj:Auth>
    <obj:Username>myLogin</obj:Username>
    <obj:Password>myPassword</obj:Password>
    </obj:Auth>
    </soapenv:Header>
    <soapenv:Body>
    <obj:ReadGlallocation>
    <NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_read.xsd">
    <Header version="8.0" action="read" objectType="project" externalSource="NIKU">
    <args name="include_tasks" value="true"/>
    <args name="include_resources" value="true"/>
    <args name="include_custom" value="true"/>
    <args name="include_allocations" value="true"/>
    <args name="include_actuals" value="true"/>
    <args name="include_estimates" value="true"/>
    </Header>
    <Query>
    <Filter name="resourceID" criteria="EQUALS">myResID</Filter>
    </Query>
    </NikuDataBus>
    </obj:ReadGlallocation>
    </soapenv:Body>
    </soapenv:Envelope>

     

     

    ----------------------------------RESPONSE

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Header/>
    <soapenv:Body>
    <SessionID xmlns="http://www.niku.com/xog">9924725__8EA13DD8-E8C3-4C2E-9541-BDEF74BFA570</SessionID>
    <ReadGlallocationResponse xmlns="http://www.niku.com/xog/Object">
    <NikuDataBus xsi:noNamespaceSchemaLocation="../xsd/nikuxog_glallocation.xsd">
    <Header externalSource="NIKU" version="14.4.0.234"/>
    <Allocations>
    <Allocation allocationCode="CREDIT00001" cbkSubtype="STANDARD" cbkType="CREDIT" chgRemtoOverhead="0" entityCode="Test" pageLayoutCode="revmgr.resourceCreditFrame" resourceClassCode="***" statusCode="ACTIVE">
    <Details>
    <Detail department="xtd_clarity" glAccountMain="421000" glAccountSub="421000">
    <percentage default="0.0" entityCode="Test" finish="2016-12-31T00:00:00" isFiscal="true" start="2016-12-01T00:00:00" type="percentage">
    <segment finish="2016-12-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-12-01T00:00:00"/>
    </percentage>
    <CustomInformation>
    <ColumnValue name="partition_code">NIKU.ROOT</ColumnValue>
    </CustomInformation>
    </Detail>
    </Details>
    </Allocation>
    <Allocation allocationCode="DEBIT00001" cbkSubtype="STANDARD" cbkType="DEBIT" chgRemtoOverhead="0" entityCode="Testt" pageLayoutCode="revmgr.invallocFrame" statusCode="ACTIVE" transactionClassCode="MO">
    <Details>
    <Detail department="xtd_clarity" glAccountMain="421000" glAccountSub="421000">
    <percentage default="0.0" entityCode="Test" finish="2016-12-31T00:00:00" isFiscal="true" start="2015-05-01T00:00:00" type="percentage">
    <segment finish="2015-05-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-05-01T00:00:00"/>
    <segment finish="2015-06-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-06-01T00:00:00"/>
    <segment finish="2015-07-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-07-01T00:00:00"/>
    <segment finish="2015-08-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-08-01T00:00:00"/>
    <segment finish="2015-09-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-09-01T00:00:00"/>
    <segment finish="2015-10-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-10-01T00:00:00"/>
    <segment finish="2015-11-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-11-01T00:00:00"/>
    <segment finish="2015-12-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2015-12-01T00:00:00"/>
    <segment finish="2016-01-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-01-01T00:00:00"/>
    <segment finish="2016-02-29T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-02-01T00:00:00"/>
    <segment finish="2016-03-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-03-01T00:00:00"/>
    <segment finish="2016-04-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-04-01T00:00:00"/>
    <segment finish="2016-05-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-05-01T00:00:00"/>
    <segment finish="2016-06-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-06-01T00:00:00"/>
    <segment finish="2016-07-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-07-01T00:00:00"/>
    <segment finish="2016-08-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-08-01T00:00:00"/>
    <segment finish="2016-09-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-09-01T00:00:00"/>
    <segment finish="2016-10-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-10-01T00:00:00"/>
    <segment finish="2016-11-30T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-11-01T00:00:00"/>
    <segment finish="2016-12-31T00:00:00" isDefaultSegment="false" rate="1.0" start="2016-12-01T00:00:00"/>
    </percentage>
    <CustomInformation>
    <ColumnValue name="partition_code">NIKU.ROOT</ColumnValue>
    </CustomInformation>
    </Detail>
    </Details>
    </Allocation>
    </Allocations>
    <XOGOutput>
    <Object type="glallocation"/>
    <Status state="SUCCESS"/>
    <Statistics failureRecords="0" insertedRecords="0" totalNumberOfRecords="2" updatedRecords="0"/>
    <Records/>
    <DeprecationInformation>
    <Severity>WARNING</Severity>
    <Description>DEPRECATION MESSAGE</Description>
    <Exception type="java.lang.Exception">The action and objectType attributes in the Header have been deprecated, and the listed value of 'project' conflicts with the requested objectType 'glallocation'.</Exception>
    </DeprecationInformation>
    </XOGOutput>
    </NikuDataBus>
    </ReadGlallocationResponse>
    </soapenv:Body>
    </soapenv:Envelope>