在标记内添加XML标记[Maximo Automation Scripts]

时间:2018-04-03 15:42:24

标签: soap response integration maximo inbound

有没有人知道如何在MAXIMO Automation脚本的标签内放置标签以集成入站响应?

像这样:

 <OUTSIDETAG>
     <INSIDETAG>VALUE HERE</INSIDETAG>
 </OUTSIDETAG>

请帮忙。

1 个答案:

答案 0 :(得分:0)

这取决于您使用的版本。我相信脚本功能从7.6开始(也是7.5.0.6 IIRC)扩展。 您可以使用函数

覆盖标签内容
def overrideValues(ctx):
if ctx.getMboName()=='PO' and ctx.getMbo().isNull("description")==True:
ctx.overrideCol("DESCRIPTION","PO "+ctx.getMbo().getString("ponum"))

这是一份详细描述此内容的文件 - https://www.ibm.com/developerworks/community/wikis/form/anonymous/api/wiki/02db2a84-fc66-4667-b760-54e495526ec1/page/03ad118c-6040-43dd-bc6d-d7a03510d135/attachment/1004fd2b-1b51-411e-8df0-a8b02ca86272/media/Scritping76Features%20%285%29.pdf