Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/api/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Xml Perfion web api:检查功能是否远程_Xml_Api_Product_Wep - Fatal编程技术网

Xml Perfion web api:检查功能是否远程

Xml Perfion web api:检查功能是否远程,xml,api,product,wep,Xml,Api,Product,Wep,我是性能系统的新手 如何检查功能是否远程?我当前的查询如下所示: <Query> <Select languages='EN'> <Feature id='**' /> </Select> <From id ='Product'/> <Where> <Clause id='ID' operator='=' value='2458' /> </Where> <

我是性能系统的新手

如何检查功能是否远程?我当前的查询如下所示:

<Query>
  <Select languages='EN'>
    <Feature id='**'  />
  </Select>
  <From id ='Product'/>
  <Where>
    <Clause id='ID' operator='=' value='2458' />
  </Where>
</Query>

我得到了这个结果

<?xml version="1.0" encoding="utf-8"?>
<Data totalExecutionTime="00:00:00.3232753">
    <Features>
        <ItemFeature1 id="45445" language="EN" caption="" captionAlternative="" unit="EUR" help="" abbr="" group=""  topViewGroup="" topViewGroupOrder="0" viewOrder="5485" form="Simple" dataType="String" />
        <ItemFeature2 id="4544" language="EN" caption="" captionAlternative="" unit="EUR" help="" abbr="" group="" topViewGroup="" topViewGroupOrder="0" viewOrder="5485" form="Simple" dataType="Number" />
        <ItemFeature3 id="4545" language="EN" caption="" captionAlternative="" unit="EUR" help="" abbr="" group="" topViewGroup="" topViewGroupOrder="0" viewOrder="5485" form="Simple" dataType="String" />
        <ImageFeature1 id="7878" language="EN" caption="" captionAlternative="" unit="EUR" help="" abbr="" group="" topViewGroup="" topViewGroupOrder="0" viewOrder="5485" form="Complexe" dataType="image" />
    </Features>
    <Product id="1000" parentId="0" brand="Normal" order="1569" createdDate="2014-01-30T14:29:00" modifiedDate="2016-01-14T08:23:00">
        <Value seq="0" modifiedDate="2014-01-30T14:29:53.073">Sample 520</Value>
        <ItemFeature1 modifiedDate="0001-01-01T00:00:00">0</ItemFeature1>
        <ItemFeature2 modifiedDate="0001-01-01T00:00:00">TEST44</ItemFeature2>
        <ItemFeature3 modifiedDate="0001-01-01T00:00:00">Abcs </ItemFeature3>
    </Product>
</Data>

样本520
0
测试44
Abcs
如何检查天气项目功能1是远程功能


即使没有ID为2458的产品,如何获取所有功能名称?

此信息可以在Perfion应用程序的UI中找到。导航到“功能”功能区。右键单击要识别的特征,然后单击“编辑”。如果“远程”部分是用数据库和查询定义的,则它是一个远程功能。所有的功能ID都列在UI中。

我认为下面的内容可以让您的文章变得更好,只需做一点工作。因为OP正在谈论api,他可能需要通过编程来检查它。