Forum Discussion

singh788's avatar
singh788
Occasional Visitor
8 years ago

trying to create service with encrypted value with value as true but it's not creating


<ns1:properties>
<ns1:name>password</ns1:name>
<ns1:encrypted>true</ns1:encrypted>
<ns1:propertyType>
<ns1:name>encrypted</ns1:name>
<ns1:type>
xxxxx
</ns1:type>
</ns1:propertyType>
<ns1:propertyDefinition xmlns:xsi="xxx" xsi:type="ns1:Link">
<ns1:name>password</ns1:name>
<ns1:type>
xxxxxx
</ns1:type>
</ns1:propertyDefinition>
<ns1:stringValue>xxxxxx </ns1:stringValue>   (not converting this value in encrypted form)
</ns1:properties>

No RepliesBe the first to reply