Hi Experts,
I created web service for Fixed Asset.
I try to update the fixed asset->OrganizationAssignment date through web service: I have downloaded web service and test it in soap URL. I got a below error.
Request:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global">
<soap:Header/>
<soap:Body>
<glob:FixedAssetMassDataUploadUpdateRequest_sync>
<BasicMessageHeader>
<UUID>00163e02-6345-1ee3-abb7-d94d4d00d85c</UUID>
</BasicMessageHeader>
<FixedAsset>
<!--1 or more repetitions:-->
<OrganisationalAssignment ActionCode="02">
<ValidityPeriod>
<StartDate>2016-09-09</StartDate>
</ValidityPeriod>
<ProfitCentreID>AG2100</ProfitCentreID>
<!--Optional:-->
<CostCentreID>AG2150</CostCentreID>
</OrganisationalAssignment>
</FixedAsset>
</glob:FixedAssetMassDataUploadUpdateRequest_sync>
</soap:Body>
</soap:Envelope>
Response:
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
<env:Header/>
<env:Body>
<n0:FixedAssetMassDataUploadUpdateConfirmation_sync xmlns:n0="http://sap.com/xi/SAPGlobal20/Global" xmlns:prx="urn:sap.com:proxy:LDN:/1SAI/TAS4E2CF614A172BE4046E4:804">
<Log>
<MaximumLogItemSeverityCode>3</MaximumLogItemSeverityCode>
<Item>
<TypeID>015(/CSG_RUNTIME/)</TypeID>
<CategoryCode>SEI.SCV</CategoryCode>
<SeverityCode>3</SeverityCode>
<Note>Key for Root node missing in Request Message</Note>
</Item>
</Log>
</n0:FixedAssetMassDataUploadUpdateConfirmation_sync>
</env:Body>
</env:Envelope>
Please help me solve this problem.
Regards & Thanks
Sankaran A