java - Different output from mks-integrity xmlapi -
i want see if else had same experience mksapi.jar using java in comparison command line. running on windows.
my problem using option --xmlapi
cli or using com.mks.connect.abstractcmdrunner.executewithxml(string[] cmd)
java api gives different output node response//workitems//workitem//field//value
while cli has additional node tokenvalue containing value of "value", java api gives value part of value node.
example:
<field name="projecttype"> <value datatype="string"> <tokenvalue>variant</tokenvalue> </value> </field>
vs.
<field name="projecttype"> <value datatype="string">variant</value> </field>
i wonder if 1 of has explanation - or better solution align both outputs whatever version.
this example part of result si sandboxinfo --xmlapi
there no guarantee 2 provide same results.
the --xmlapi option unpublished option, it's unsupported.
disclosure: work ptc integrity technical support.
Comments
Post a Comment