Quantcast
Channel: Discussion Forum > Connect Data Services
Viewing all articles
Browse latest Browse all 2504

How to provide System Attribute value in SOAP XML Request? (3 Comments)

$
0
0

Topic by Shreyas Pandhari

Content

Hello,

Requirement is to create a contact record and while creating a contact record there is one date type system attribute to be populated. Below is the Request and Response snippet. Aware that "Found out-of-order or unrecognized node" response is received when there is an issue with the sequence of nodes. However, placing Date_of_Birth anywhere is not altering the response, getting the same exception.

Can someone please help out here to understand what is wrong with Date_of_Birth nodes?

  • Date_of_Birth node:

 <v1:RNObjects xsi:type="v12:GenericObject">
                     <v12:ObjectType>
                        <v12:Namespace>CO</v12:Namespace>
                        <v12:TypeName>Contact</v12:TypeName>
                     </v12:ObjectType>
                     <v12:GenericFields name="Date_of_Birth">
                        <v12:DataValue>
                           <v12:DateValue>1988-04-07</v12:DateValue>
                        </v12:DataValue>
                     </v12:GenericFields>
                  </v1:RNObjects>​

Version

Feb 17

Code Block

Image


Viewing all articles
Browse latest Browse all 2504

Trending Articles