问题标签 [webmethods]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
jms - WebMethods:将 EventType 定义添加到 EventTypeStore
我正在尝试启用 JMS 适配器轮询通知,以便在 JMS 消息到达时触发 WebMethods 流。但是,由于 EventTypeStore 中缺少 EventType 定义,因此无法启用通知。
在下面的屏幕截图中,通知设置为启用,但无法打开“发布事件”。这是我得到的错误:
我要找出的是如何为现有文档添加此 EventType 定义?
webmethods - 映射完成后如何更改 input 或 outputDoc 名称?
在 webMethods 设计器中,我已将输入文档(StudentInfo) 的某些字段映射到输出文档(StudentPersonalInfo)。
现在的要求是 outputDoc Name 必须从 StudentPersonalInfo-->StudentPersonalInfo2 更改。
如何直接更改将通过新名称反映在相应服务中的输出文档名称。
我试图更改文档名称,IntegrationServer\packages\<packageName>\ns\<foldername>\flow
但没有成功。
json - Ensure output document is complete
I am using webMethods and have the following problem:
A JSON document is coming in to a flow-webservice (_post).
The JSON contains fields with "null" values. Example:
For these fields the options "Required" and "Allow null" are set to "true".
Publishing the document works fine - including validation:
Retrieving the document from the taskengine via
leads to an output without all fields whose values were "null" when publishing. Activating the validation here also throws respective errors.
How can I instruct webMethods / the taskengine to return the full document (including even the fields with null values)?
http - webMethods pub.client.http 在 401 上抛出错误
我正在使用 SAG 中的 webMethods,似乎该服务
在状态码 401“未授权”上引发异常。
这导致我无法处理状态代码的问题,因为没有任何内容写入管道。
确实包含字符串“未授权”但不包含状态代码。除了我不想开始解析异常消息...
有任何想法吗?
soap - 如何从 WebMethods 集成服务器捕获消息
我必须从 WebMethods IS 中捕获消息,将它们放入数据库并进行分析。我一开始就卡住了,因为我不知道如何获取带有消息的 xml 文件,IntegrationServer 正在处理。有任何想法吗?
oracle - nchar 的 webmethods oracle 问题
当我尝试使用数据类型“nChar”在 where 列中执行“Select”语句时,我必须先填充输入值,然后再将其传递到适配器的输入值中。发生这种情况主要是因为 oracle 中的 nchars 具有固定长度。我想知道是否有办法绕过这种行为,以便我可以检索,例如,这样的记录:假设该名称是一个 nchar(8) 列
而不是必须做
这是我的环境:WebMethods 9.7 Adapter 9.0 ojdbc7
webmethods - Webmethods IntegrationServer http 响应和请求的拦截器
如何在集成服务器中为http-503
请求服务不可用错误设置响应标头。由于它没有命中我的服务,我无法使用它pub.flow:setResponseHeader
来设置标头。有什么办法可以让拦截器设置响应标头?
webmethods - map 步骤中的管道输出并不总是包含 Flow 的输出(参考文档)
使用 WebMethods 9.7 设计器,当我使用 Map 步骤创建 Flow Service 时,map 步骤的输出管道并不总是包含 Flow Service 的输出。
我的问题是:
- 它是设计师的错误,还是我不明白的东西(我认为这是第二个,但我看不出是什么)?
- 如何在地图步骤之外的管道中添加我的参考文档(已在输出参考中)?
regex - Regex modifiers in Webmethods
I am trying to use a regex pattern in Webmethods map step.
The problem is to ignore the case of matching string using regex modifiers.
E.g.:
input is 'TEST' or 'test' or 'Test'
But as I read on different webmethods forums that using access modfiers in Webmethods is a limitation. So, I am unable to use '/i'.
Any idea or hint on how I could do it?
Thanks in advance.
java - 如何在 webMethods Integration Server 和 webMethods Designer 中添加用于开发 java 服务的外部 jars
我想在一些 Java 服务(WebMethod 设计器 9.7)中使用外部 jar。我在 Internet 文档中看到,我必须将我的 jar 放在 Integration Server 上的包 /code/jars/ 路径中,以及我在 eclipse 中项目的构建路径中。但我不知道该怎么做。
我试图将我的 jar 放入$swag_instance$/packages/$package_name$/code/jars
,重新启动 IS,但我有编译时错误。
您能否帮助我了解在 Java 服务中使用外部 jar 时我必须执行哪些操作?