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
2
votes
1 answer

Poll a drive location in web methods to see if a file has been upload from the mainframe?

I am just starting out with WEBMethods. I am starting on a project that will need to poll a drive on my companies M: drive location. The file will arrive randomly from the mainframe and I will need to have WEBMethods some how pulled the file from…
Doug Hauf
  • 3,025
  • 8
  • 46
  • 70
2
votes
2 answers

Task with Save button throws validation errors

I have a webMethods CAF task that has a big form with a save button and a submit button. Many elements on the form have validation. The user needs to be able to hit Save and have the form submitted to the back end model so it can be saved as task…
Rob Grant
  • 7,239
  • 4
  • 41
  • 61
2
votes
1 answer

can you use webMethods to interface with a powerbuilder 11.5 server?

I am looking at a powerbuilder 11.5 application modernization. I think I would want to Web Service enable the powerbuilder server and rebuild the client in HTML verusus re-write the entire stack (its over 1.8M lines of code). Does anyone know if…
Matt617
  • 458
  • 2
  • 14
2
votes
1 answer

Integrate AngularJS App with SoftwareAG webMethods Integration Server

I have been trying to set up a sample AngularJS app with webMethods Integration Server on the backend. Using $resource, I can easily pull normal JSON files and manipulate the data within the file. However, the goal is that I want to create…
2
votes
0 answers

webservice invocation from webmethods Integration Server returns Cannot find dispatch method for {}

I am trying to invoke a webservice from webmethods Integration server. I imported the WSDL in my IS successfully, but when I invoke the webservice, I get this error : Cannot find dispatch method for {}. any ideas? Thanks
sofie
  • 21
  • 2
2
votes
2 answers

how to connect to webmethods over JMS from a web application running on WebSphere application server v7?

how to connect to webmethods over JMS from a web application running on 64bit WebSphere application server v7.0.0.23 ? I have a standard spring based web application which is deployed on websphere 7 application server. I need to connect to…
user1433135
  • 21
  • 1
  • 3
2
votes
2 answers

Async publish on a JMS topic using webmethods

How do I do an async publish for a JMS topic hosted on a webmethods broker? I am looking for something similar to what Active MQ provides, but using webmethods instead: http://activemq.apache.org/async-sends.html
2
votes
1 answer

Reg. Webmethods Integration server DocumentStore

In our webmethods server DocumentStore, too many TriggerStoredata files(TriggerStoredata0000000 to TriggerStoredata0000092) are getting created. They take up lot of disk space too. What is the reason for this and can these files be deleted? What is…
Venky
  • 21
  • 7
2
votes
0 answers

WebMethods: How to invoke My Webmethods Server business calendar from an Integrated Server Java Service?

What I am attempting to do in a nutshell: I am trying to access the corporate calendar that was created using the administrator login in the My Webmethods Server from a Java service I am attempting to write. The service would take the calendar,…
user1916441
  • 211
  • 1
  • 2
  • 4
2
votes
6 answers

Drools project idea needed

I was asked to make some drools traning for my teammates. Just to show them how it can be used and how usefull it may be. To do this training I first have to learn Drools, and I figured that the best way to learn it will be small project centered…
jb.
  • 23,300
  • 18
  • 98
  • 136
1
vote
2 answers

Log4j2 - to write separate log files for every appender/logger - webMethods

I am trying to create log4j2 log files for code in webMethods. The logger Name , the message and LEVEL will be passed by the user in run time, and based on that separate log files needs to be created per appender. I have managed to make it work with…
Ragav J
  • 21
  • 3
1
vote
0 answers

How to change font size in Webmethods 7.1 (Developer)

I just started using Webmethods 7.1 (yes, it's oooold but it's a requirement). As you probably know, it offers no possibility to modify font size/styles through the UI and the sizes are microscopic. I found and (unsuccessfully) modified some of the…
crilopez
  • 11
  • 2
1
vote
2 answers

Calling a WebMethod from the click event of dynamically added Button control in Asp.net does not work

I am unable to call the web method from the click event of the dynamically added Button control. Here is the C# Code public partial class Default : Page { protected void Page_Load(object sender, EventArgs e) { Button…
RAK
  • 273
  • 1
  • 12
1
vote
1 answer

SLO issue with SimpleSAMLphp IDP with 2 SPs : redirected to the wrong login screen

We have set up SimpleSAMLphp as a SAML IDP to which 2 SPs are registered (Liferay and MyWebMethods). Every SP is registered to the IDP with its own ACS and SLO links in the simplesamlphp/metadata/saml20-sp-remote.php file. Something like : // MWS =…
Yahia
  • 805
  • 7
  • 25
1
vote
5 answers

FTP Timeout on NLST when directory is empty

EDIT: Learned that Webmethods actually uses NLST, not LIST, if that matters Our business uses the WebMethods integration server to handle most of our outbound communications, and its FTP functionality leaves something to be desired. We are having a…
saalon
  • 3,644
  • 3
  • 33
  • 40