Skip to Content
0
Oct 22, 2007 at 03:18 PM

DI Server Update Item Object

197 Views

Getting an Invalid XML Error when trying to update an Item through DI Server. What is wrong with the following code?

<?xml version="1.0" encoding="UTF-16"?>

http://schemas.xmlsoap.org/soap/envelope/">

<env:Header>

<SessionID>"SESSIONID</SessionID>

</env:Header>

<env:Body>

<dis:UpdateObject >

<BOM>

<BO>

<AdmInfo>

<Object>oItems</Object>

</AdmInfo>

<QueryParams>

<ItemCode>ITEM01</ItemCode>

</QueryParams>

<Items>

<row>

<ItemCode>ITEM01</ItemCode>

<ItemName>Description</ItemName>

</row>

</Items>

</BO>

</BOM>

</dis:UpdateObject >

</env:Body>

</env:Envelope>