Hi,
Making more tests, I’ve understood the problem : It was due to the fact than the Input Document used was incorrect.
Because I did not understand the cause of problem, I’ve explored the IS directory to edit the node.ndf file.
And what did I see inside :
true
<record name="field_content_type" javaclass="com.wm.util.Values">
<value name="contentType">1</value>
<value name="internalType">reference</value>
<value name="dataTypeVersion">dtVersion2</value>
<array name="targetNames" type="record" depth="1">
<record javaclass="com.wm.util.Values">
<value name="xmlns">http://www.w3.org/2001/XMLSchema</value>
<value name="ncName">int</value>
</record>
</array>
</record>
<value name="nillable">false</value>
<value name="field_xmlns">http://www.mifassur.com</value>
<value name="form_qualified">true</value>
<value name="is_global">false</value>
</record>
so I’ve recreated my document manually, and now all it’s ok :
in the node.ndf I can see form_qualified = false.
I think I probably imported a previous document in webMethods, which might explaining that the attribute was initially incorrect.
Question : Would you know how may I change this qualified attribute from the Designer, without editing the node.ndf file please ?
Regards
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB