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

Create Contact with a SOAP (13 Comments)

$
0
0

Topic by Leonardo Barbosa

Hello all,

I did a XML to create Contacts in RN

This is a example of my XML:

               <ns2:GenericFields dataType="OBJECT" name="c">
                  <ns2:DataValue>
                     <ns2:ObjectValue xsi:type="ns2:GenericObject">
                        <ns2:ObjectType>
                           <ns2:TypeName>ContactCustomFieldsc</ns2:TypeName>
                        </ns2:ObjectType>
                        <ns2:GenericFields dataType="STRING" name="profissao">
                           <ns2:DataValue>
                              <ns2:StringValue>PROFISSAO</ns2:StringValue>
                           </ns2:DataValue>
                        </ns2:GenericFields>
                     </ns2:ObjectValue>
                  </ns2:DataValue>
               </ns2:GenericFields>

It work 
Now I need set custom fields with type Char and Datetime. How I can do this?

Someone can help me?

Regards

 


Viewing all articles
Browse latest Browse all 2504

Trending Articles