Advertisement
EdwinTop

DI Server Request for batch Picklist creation

Nov 3rd, 2015
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Envelopes>
  3.    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.       <soap:Header>
  5.          <MsgHeader xmlns="http://www.sap.com/SBO/DIS">
  6.             <SessionID>08A203E1-BB98-46F9-A048-782584FC14C5</SessionID>
  7.             <ServiceName>PickListsService</ServiceName>
  8.          </MsgHeader>
  9.       </soap:Header>
  10.       <soap:Body>
  11.          <Add xmlns="PickListsService">
  12.             <PickList xmlns="http://www.sap.com/SBO/DIS">
  13.                <PickListsLines>
  14.                   <PickListsLine>
  15.                      <OrderEntry>704240</OrderEntry>
  16.                      <OrderRowID>0</OrderRowID>
  17.                      <ReleasedQuantity>1.000000</ReleasedQuantity>
  18.                      <BaseObjectType>17</BaseObjectType>
  19.                   </PickListsLine>
  20.                </PickListsLines>
  21.             </PickList>
  22.          </Add>
  23.       </soap:Body>
  24.    </soap:Envelope>
  25.    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  26.       <soap:Header>
  27.          <MsgHeader xmlns="http://www.sap.com/SBO/DIS">
  28.             <SessionID>08A203E1-BB98-46F9-A048-782584FC14C5</SessionID>
  29.             <ServiceName>PickListsService</ServiceName>
  30.          </MsgHeader>
  31.       </soap:Header>
  32.       <soap:Body>
  33.          <Add xmlns="PickListsService">
  34.             <PickList xmlns="http://www.sap.com/SBO/DIS">
  35.                <PickListsLines>
  36.                   <PickListsLine>
  37.                      <OrderEntry>704241</OrderEntry>
  38.                      <OrderRowID>0</OrderRowID>
  39.                      <ReleasedQuantity>1.000000</ReleasedQuantity>
  40.                      <BaseObjectType>17</BaseObjectType>
  41.                   </PickListsLine>
  42.                </PickListsLines>
  43.             </PickList>
  44.          </Add>
  45.       </soap:Body>
  46.    </soap:Envelope>
  47. </Envelopes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement