Hi all
I am creating a custom BO to hold characteristics data from variant configurator in ERP.
I have been created an web service and try to create the object with it : See file.
But unfortunately only first language are created how should I make multi language input in webservice?
The BO has the following structure :
businessobject Characteristic { [Label("Internal characteristic+Internal counter")][AlternativeKey] element atinnAdzhl:ObjectID; //NUMC 14 [Label("Internal characteristic")] element atinn:ID; //NUMC 10 [Label("Internal counter for archiving objeca engin. chg. mgmt")] element adzhl:BusinessTransactionDocumentItemScheduleLineID;//NUMC 4 [Label("Characteristic Name")] element atnam:LANGUAGEINDEPENDENT_MEDIUM_Text; //CHAR 30 node CharacteristicValues [1,n]{ [Label("Int counter")] element ATZHL:BusinessTransactionDocumentItemScheduleLineID; //NUMC 4 [Label("Characteristic Value")] element ATWRT:LANGUAGEINDEPENDENT_MEDIUM_Text; [Label("Characteristic value description")] element ATWTB:MEDIUM_Name; } }
Message was edited by: Ognian Kalaydjiev Sorry that the full message was send on portions but there is some issues while adding code and copy paste is not working correctly.