- <CrmAuthenticationToken xmlns="http://schemas.microsoft.com/crm/2007/WebServices">
</CrmAuthenticationToken>
</s:Header>
I need to add this namespace xmlns:xsd="http://www.w3.org/2001/XMLSchema"> in my message
I also need to remove ns0: from this ns0:Execute xmlns:ns0="http://schemas.microsoft.com/crm/2007/WebServices" it should look like Execute xmlns ="http://schemas.microsoft.com/crm/2007/WebServices"
and I also need to replace or add xsi:type="xsd:int"
<ns5:Value >0</ns5:Value> to
<ns5:Value xsi:type="xsd:int">0</ns5:Value>
for these requirements to accomplish what should I do or what should I develop my request message. Any Suggestions or ideas?
Thanks