Hi,
I am trying to pass on some application specific values through otherAttributes. The way i am storing is:
ReferenceType ref= vm.getReference();
ref.getOtherAttributes().put(new QName("erpDeviceId"), “12345”); //application specific values
Later when I try to fetch it from reference, its not there. Any help will be appreciated.
-Savita