Update Soap payload tag is not supported dynamic values
Content
Hi,
The below rightnow update soap payload id tag is not supported dynamic values,
<ID xmlns="urn:base.ws.rightnow.com/v1_2" id="588" />
How to change above tag in xml format,
please help me this issue.
Code Snippet
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header> <ns7:ClientInfoHeader xmlns:ns7="urn:messages.ws.rightnow.com/v1_2" soapenv:mustUnderstand="0"> <ns7:AppID>Test Create Contact</ns7:AppID> </ns7:ClientInfoHeader> <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" mustUnderstand="1"> <wsse:UsernameToken> <wsse:Username>xxxxx</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">xxxxx</wsse:Password> </wsse:UsernameToken>
1