Create operation giving error org.apache.cxf.binding.soap.SoapFault: Data element in the Message is.
Content
Hi All
I am very new to Rightnow am trying to create a record but getting the error org.apache.cxf.binding.soap.SoapFault: Data element in the Message is NULL
My soap message is below,Can someone please tell me where I am going wrong
Version
RightNow,service CloudCode Snippet
<?xml version='1.0' encoding='windows-1252'?> <ns0:Create xmlns:ns0="urn:messages.ws.rightnow.com/v1_3"> <ns0:RNObjects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns4:GenericObject"> <ns2:ID xmlns:ns2="urn:base.ws.rightnow.com/v1_3" id="null">0</ns2:ID> <ns4:ObjectType xmlns:ns4="urn:generic.ws.rightnow.com/v1_3"> <ns4:Namespace>AUDIT</ns4:Namespace> <ns4:TypeName>MessageAuditData</ns4:TypeName> </ns4:ObjectType> <ns4:GenericFields xmlns:ns4="urn:generic.ws.rightnow.com/v1_3" name="MessageType" dataType="STRING"> <ns4:DataValue> <ns4:StringValue>Application Submit</ns4:StringValue> </ns4:DataValue> </ns4:GenericFields> <ns4:GenericFields xmlns:ns4="urn:generic.ws.rightnow.com/v1_3" name="ProcessingStage" dataType="STRING"> <ns4:DataValue>
0