Hi
I need to add namespace to root node.
Currently
<CreateJob Version="14.2">
Has to be
<CreateJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="14.2">
I tried to do it manually, but i couldn't.
Any suggestions