Clarity

 View Only
  • 1.  XMLNS Tag elements repeated on all Parsed line items

    Posted Jun 02, 2021 08:22 AM
    Hi All 

    Hope I can get some help here.. 

    I am trying to update cost plan items through gel script and each parsed items are tagged with following XMLNS name space items. Any idea why this occurring ? 

    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xog="http://www.niku.com/xog" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/

    ...
    ....
    <Detail xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xog="http://www.niku.com/xog"
              xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
              <Cost>
                <segment finish="2019-01-31T00:00:00" start="2019-01-01T00:00:00" value="0" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
                  xmlns:xog="http://www.niku.com/xog" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
                <segment finish="2019-02-28T00:00:00" start="2019-02-01T00:00:00" value="0" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
                  xmlns:xog="http://www.niku.com/xog" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
     
    ....
    ....
    ​



    ------------------------------
    VV
    ------------------------------


  • 2.  RE: XMLNS Tag elements repeated on all Parsed line items

    Broadcom Employee
    Posted Jun 23, 2021 06:00 PM
    Hello, I believe it is known issue which has been resolved. What version are you on?