Topic by srimant misra
Content
Hi all, I had been using the following format for v1.2
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header>
<[..]>
</env:Header>
<env:Body>
<rnm_v1_2:Create xmlns:rna_v1_2="urn:metadata.ws.rightnow.com/v1_2" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:rnm_v1_2="urn:messages.ws.rightnow.com/v1_2" xmlns:rnn_v1_2="urn:nullfields.ws.rightnow.com/v1_2" xmlns:rnf_v1_2="urn:faults.ws.rightnow.com/v1_2" xmlns:ns1="urn:base.ws.rightnow.com/v1_2" xmlns:rno_v1_2="urn:objects.ws.rightnow.com/v1_2" xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:rng_v1_2="urn:generic.ws.rightnow.com/v1_2" xmlns:rnw_v1_2="urn:wsdl.ws.rightnow.com/v1_2">
<rnm_v1_2:RNObjects xsi:type="rno_v1_2:Contact" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<rno_v1_2:CustomFields xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ns1:GenericFields name="c" xmlns:ns1="urn:generic.ws.rightnow.com/v1_2">
<ns1:DataValue>
<ns1:ObjectValue>
<ns1:GenericFields name="customName">
<ns1:DataValue>
<ns1:StringValue>Some value</ns1:StringValue>
</ns1:DataValue>
</ns1:GenericFields>
</ns1:ObjectValue>
</ns1:DataValue >
</ns1:GenericFields>
</rno_v1_2:CustomFields>
</rnm_v1_2:RNObjects>
</rnm_v1_2:Create>
</env:Body>
</env:Envelope>
This work for v1.2. However, the request format is different for v1.1. Could someone help me with the format if I wish to represent the above for v1.1