Questions tagged [webmethods]

Middleware and BPM products of Software AG, including Integration Server, Broker and myWebmethods Server.

WebMethods is an Enterprise Software Company, acquired by Software AG, focused on application integration, business process integration and B2B partner integration.

Founded in 1996, the company pioneered the use of web services to connect software applications together within a single organization and across the Internet.

"WebMethods" is a brand to identify a software suite encompassing process improvement, SOA enablement, IT modernization and business and partner integration.

WebMethods Integration Server(IS) is one of the core application servers in the webMethods platform. It's a Java-based, multi-platform Enterprise Integration Server with support to integration of diverse services, such as mapping data between different formats and communication between systems and different types of DBs. WebMethods Integration Server may also be known as an Enterprise Service Bus (ESB).

209 questions
1
vote
0 answers

How to run webMethods package from designer to trigger SonarQube

I am trying to run the webMethods package from designer to trigger SonarQube. SonarLint is allowing to run a project but not a webMethods package. For now, I am placing Sonar scanner properties file inside the package and triggering sonar scanner…
Sowndarya
  • 59
  • 8
1
vote
1 answer

POST request with webmethods

i am using webmethods platform 10.1 and i developed a service that is supposed to receive data as Post request. when i try to run it on IDE it works fine, but when i publish it and try to access it through API Portal, it does not work. i am not…
u_1826
  • 57
  • 2
  • 14
1
vote
1 answer

how to set an element to be required webmethods caf using javascript

I want to set required=true of an input in caf webmethods using javascript. this my code that I try to set required: if (CAF.model('#{activePageBean.clientIds['dropDowntypeFlux']}').getValue() == 'expo'){ …
M.SAM SIM
  • 85
  • 1
  • 5
1
vote
1 answer

How to force Mediator to accept siren content

I have a REST service which uses hypermedias with siren content. To be useable, the client have to send a Accept header with this value: application/vnd.siren+json But when I virtualize this service via Centrasite to the Mediator package, requests…
volia17
  • 938
  • 15
  • 29
1
vote
1 answer

Simple way to pass a list of values into a WebMethods JDBC Adapter Service

For a WebMethods JDBC Adapter Service, I'm looking to provide a list of values as an input (values are strings in this case) to a stored procedure. The Param JDBC Type that I use in particular for this doesn't matter but ARRAY seemed like the most…
Rach Sharp
  • 2,324
  • 14
  • 31
1
vote
0 answers

TimeSeries Forecasting Weka - Java API

I am trying to implement TimeSeries Forecasting in a JavaService in webMethods. My Code is not working and i am completely lost so i would be glad if you could help me! FYI: I used this Tutorial. This is the Exception i get:…
MattLance
  • 43
  • 7
1
vote
0 answers

How to include page from one package into another?

I am trying to create a package which will collect UIs from various WM packages into one. I have the core site in pub folder of one package and wanted to use %include% method. But, if I wanted to use entire URL, it doesn't work. neither using just…
Reddy SK
  • 1,334
  • 4
  • 19
  • 27
1
vote
1 answer

unable to add page load spinner when new tab opens in dsp(dynamic server pages)

I am trying to add a page loading spinner when i click on a dsp(dynamic server pages) page link. I have tried onload and div functionalities as specified in other threads, but the spinner is coming just before the body of the page loads and is not…
Harish Shankar
  • 113
  • 1
  • 1
  • 4
1
vote
1 answer

SQL Trigger when queued insert transactions are finished

In my application which is implemented using SoftwareAG Webmethods, I'm using JMS to process more than 2 millions of records in parallel, so basically each JMS thread will have a batch of records (lets's x1000) to process and then insert into…
arash moeen
  • 4,533
  • 9
  • 40
  • 85
1
vote
1 answer

webMethods Integration Server is getting shutdown just after restart

I am trying to restart webMethods Integration Server by running server.sh file. In server log I can see just after restart, it is getting shut down. Below is part of server log for which I think causing this error. How to solve this 2016-04-30…
Anirban Nag 'tintinmj'
  • 5,572
  • 6
  • 39
  • 59
1
vote
1 answer

LIKE operator in XQL

I am doing some XML parsing in webMethods which only supports XQL, not XPath/XQuery. I'm trying to find the LIKE operator to do a wildcard search on an attribute value /MAP[@MODE='INPUT']/MAPSET[@FIELD LIKE…
Alec Collier
  • 1,483
  • 8
  • 9
1
vote
1 answer

Using third party library in software ag webmethods results in InvocationTargetException

I'm using This Library in webmethods to read from a large .xlsm file, It's a wrapper around Apache POI library. I cannot use the default POI API since the file contains more than 1 million rows and it's just too big to be loaded at once. so the…
arash moeen
  • 4,533
  • 9
  • 40
  • 85
1
vote
3 answers

Implement a loop based on condition

I would like to implement a loop based on a specific condition in webMethods. I would to execute some steps in a loop if a specific condition is true; for example the java code should be like this: while(condition==true) { //some action } How…
Deviltrigger
  • 63
  • 2
  • 12
1
vote
1 answer

Logging in webMethods CAF

Is it possible to log smartly in CAF application? What is not smart is to use log() method from com.webmethods.caf.faces.bean.BaseFacesBean, beause it logs as jsf logger, so it shares configuration for logging with other things in jsf - it's not…
Betlista
  • 10,327
  • 13
  • 69
  • 110
1
vote
2 answers

ISS.0081.9002 Cannot perform operation without Write ACL privileges on a service

I am invoking a webMethods service from unix shell via curl curl --user USER_NAME:USER_PASSWORD --url http://IS_SERVER:IS_PORT/invoke/wm.server.access:aclAssign?target=XYZ&writeaclgroup=Administrators But it is throwing an exception saying…
Anirban Nag 'tintinmj'
  • 5,572
  • 6
  • 39
  • 59