How can I have a GET BOD to work?
I send in a Get.ServiceOrder but the Confirm.BOD says:
- BODs having the specified verb should not be sent to ERP LN.
- BOD verb is unsupported (Get)
This is my BOD which is sent by ION to LN:
<GetServiceOrder xmlns="schema.infor.com/.../2">
<ApplicationArea>
<Sender>
<LogicalID>lid://infor.plm.plmdev01</LogicalID>
<ComponentID>jpdev01</ComponentID>
<ConfirmationCode>Always</ConfirmationCode>
</Sender>
<CreationDateTime>2018-01-18T12:37:27.987+01:00</CreationDateTime>
<BODID>infor-nid:infor:201:S_201:1_12_2017_29_1:?ServiceOrder&verb=Get</BODID>
</ApplicationArea>
<DataArea>
<Get>
<TenantID>infor</TenantID>
<AccountingEntityID>201</AccountingEntityID>
<LocationID>S_201</LocationID>
</Get>
<ServiceOrder>
<ServiceOrderHeader>
<DocumentID>
<ID accountingEntity="201" location="S_201" lid="lid://infor.ln.tbln105_201">MSO000667</ID>
</DocumentID>
<DisplayID>MSO000667</DisplayID>
</ServiceOrderHeader>
</ServiceOrder>
</DataArea>
</GetServiceOrder>
Any help will be very appreciated!