I was able to structure my xml to perform an inventory transfer using econnect
but, I was uncertain about something
I thought I should be able to structure it like this
<taIVTransferLineInsert_Items>
<taIVTransferLineInsert>
Item #
</taIVTransferLineInsert>
</taIVTransferLineInsert>
Item #
</taIVTransferLineInsert>
<taIVTransferLineInsert>
Item #
</taIVTransferLineInsert>
</taIVTransferLineInsert_Items>
but it didn't like that format
I had to do a taIVTransferLineInsert_Items per each item. Is that correct?
<taIVTransferLineInsert_Items>
<taIVTransferLineInsert>
</taIVTransferLineInsert>
</taIVTransferLineInsert_Items>
<taIVTransferLineInsert_Items>
<taIVTransferLineInsert>
</taIVTransferLineInsert>
</taIVTransferLineInsert_Items>
I can post my complete xml if necessary
*This post is locked for comments