cancel
Showing results for 
Search instead for 
Did you mean: 

DISERVER Update Order Problem (DI-SERVER DI SERVER UPDATING oOrders)

Former Member
0 Kudos

Hi,

I am trying to update an order with DiServer, and am although the code is not crashing, the update is not being reflected in the database. Can you please help me understand what the problem is?

The XML is:


<?xml version="1.0" encoding="UTF-16"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
 <env:Header>
  <SessionID>F33324B4-09BA-4AEC-9B23-936BFDFC0E88</SessionID>
 </env:Header>
 <env:Body>
  <dis:UpdateObject xmlns:dis="http://www.sap.com/SBO/DIS">
   <BOM>
    <BO>
     <AdmInfo>
      <Object>oOrders</Object>
     </AdmInfo>
     <QueryParams>
      <DocEntry>6</DocEntry>
     </QueryParams>
     <Document_Lines>
      <row>
       <ItemCode>ZZZ-CHO</ItemCode>
       <Quantity>3</Quantity>
      </row>
     </Document_Lines>
    </BO>
   </BOM>
  </dis:UpdateObject>
 </env:Body>
</env:Envelope>

Your help is much appreciated.

Thank you,

Mike

Cygnusoft

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please post it on the SDK forum so that more people know this better. Close this thread in the mean time.

One thing you could check is any mandatory fields you may missing.

Thanks,

Gordon

Former Member
0 Kudos

Thank you Gordon!

I will look into the mandatory fields and will repost the message on the SDK forum.

Cheers,

Mike

Answers (0)