Named Id for SOAP Connect webservice
Content
Hello Friends,
I am trying to Create New Contact through SOAP Webservice into Rightnow. Below(In Code Block) is my Request. (which works fine)
I wanted to send the Name of the Country Rather than the id of the country.
I tried using below Tags
ns4:Address>
<ns4:City>Mumbai</ns4:City>
<ns4:Country>
<ns9:Name>India</ns9:Name>
</ns4:Country>
<ns4:PostalCode>400001</ns4:PostalCode>
<ns4:Street>Marine Line</ns4:Street>
</ns4:Address>
but it is giving Error.
Invalid ID: No Country record found with LookupName = 'India'
While processing Contact->Address(rno_v1_2::Address)->Country(rnb_v1_2::NamedID).
0