i am trying to send an xml body through a REST API post and i am getting this error.
High-order nibble of the byte at array offset 1 is not valid. Byte value: 00
this is my xml script:
<ShipWorks>
<Generated>2021-03-30T09:09:29z</Generated>
<Context>Order</Context>
<Template>
<Name>XML Source CS Live</Name>
<Folder>System\Utility</Folder>
<Output>
<ContentWidth>7</ContentWidth>
<ContentHeight>9.5</ContentHeight>
</Output>
</Template>
<User ID="3002">
<Username>sodrzywolski</Username>
<IsAdmin>true</IsAdmin>
</User>
<Store ID="15005">
<StoreName>McGard CS Store</StoreName>
<StoreType ID="21">
</StoreType>
</Store>
<Customer ID="14248012">
<Address type="ship">
<FirstName>Nicole</FirstName>
</Address>
<Order ID="2000112051" storeID="1">
<Number>2000112051</Number>
</Order>
</Customer>
</ShipWorks>