Hi Experts,
iam adding a new sales quotation through web service using DI-Server....all the things work fine that iam able to create a sales quotation but when i add a value for the node LineType as 'A' i,e alternative item...it's giving this error....can anybody suggest me some ideas.....
Error: <env:Body xmlns:env="http://www.w3.org/2003/05/soap-envelope"> <env:Fault> <env:Code> <env:Value>env:Receiver</env:Value> <env:Subcode> <env:Value>-1013</env:Value> </env:Subcode> </env:Code> <env:Reason> <env:Text xml:lang="en">Invalid item name 'R' in Enum 'BoDocLineType'</env:Text> </env:Reason> <env:Detail> <Object xmlns="">23</Object> <ObjectIndex xmlns="">1</ObjectIndex> <Command xmlns="">AddObject</Command> <SessionID xmlns="">E5CERE62-D322-41D6-A402-887BB8FRT9DE</SessionID></env:Detail></env:Fault></env:Body>