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

How can I add, in a webMethods flow service, documents from a document list as rows to a string table

In a webMethods flow service I have a document list with (n) documents. Each document have 3 values. Each doc have to be a new row (with 3 columns) in a string table. How I can do this with webMethods flow? Input: Output: DocList …
Mario
  • 45
  • 1
  • 7
3
votes
1 answer

webMethods loop over Document list

I am creating a flow service, and inside it, I inserted another flow, which has document list as output and contains 5 string fields. Problem is that I can't loop over that document list, whatever I put in Input array (getPropertyOutput,…
Urosh
  • 95
  • 1
  • 2
  • 10
3
votes
1 answer

SAG Webmethods - Time line

I'm using Software AG Designer and webMethods since few days and I would like to know if it's possible to add a time line for my process? Let me explain more precisely: when I publish and run my process on SAG Designer I can see it on Webmethods by…
Simulacre
  • 89
  • 6
3
votes
1 answer

Get request object in webMethods Java service

Simple question: I have a webMethods "REST-Service" (_post). Inside the "REST-Service" service I call a self written java service. Inside the java service I want to get the raw body of the request. Any ideas?
eventhorizon
  • 2,977
  • 8
  • 33
  • 57
3
votes
2 answers

Adding attachments to JIRA REST API using Webmethods as Client

I am probably not the first person trying to add an attachment to JIRA, using JIRA REST API from Webmethods Service. So hoping someone will be able to help. There are two issues, one with JIRA REST API, two with the Webmethods MIME services(Version…
Jerry
  • 111
  • 1
  • 2
  • 6
3
votes
1 answer

How to create a document from an Xml string

I would like to transform a xml string (herself constructed from byte array with an external tool. My document and my input string was all of them created with the same xsd I read the string with pub.string:stringToBytes then I obtain an XmlNode…
volia17
  • 938
  • 15
  • 29
3
votes
2 answers

Xquery on JMS message body string

I'm working on building a few JMS triggers in webMethods. I would like to filter my messages based on certain conditions in the payload of the message which is part of JMS Message body string. As I understand JMS message selector will not do this…
3
votes
2 answers

How to add an external jars for developing a java service in webMethods Integration Server and webMethods Designer

I would like to use an external jar in some Java Service (WebMethod designer 9.7). I see in Internet documentation that I have to put my jar in the package /code/jars/ path on the Integration Server, and also in the build path of my project in…
volia17
  • 938
  • 15
  • 29
3
votes
1 answer

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' Branch on 'input' /test/i : MAP But as I read on different…
Dev Utkarsh
  • 1,377
  • 2
  • 18
  • 43
3
votes
1 answer

Interceptors for Webmethods IntegrationServer http responses and requests

How do i set response headers in Integration Server for http-503 request service not available error.As it is not hitting my service i cannot use pub.flow:setResponseHeader to set the headers . Is there any way i can have interceptors to set the…
Divya MV
  • 2,021
  • 3
  • 31
  • 55
3
votes
1 answer

create/schedule a scheduler in webMethods to call a service with 2 (or more) input options

How can I create/schedule a scheduler in webMethods to call a service with 2 (or more) input options? Here, I need to invoke a service through options (inputs) which will route to another map service to TN, but I need to know about a scheduler with…
Mitesh Agrawal
  • 145
  • 2
  • 3
  • 7
3
votes
2 answers

How to map a document list in WEBMethods?

I want to map an array which in WebMethods is a document list. I thought that you could just map that variable over without mapping all of the children. I have done this and nothing shows in the PassArea. (PassArea is the data array that is being…
user3376708
3
votes
3 answers

Moving a web methods folder into webMethods?

I had to switch computers at work and my WEBMethods project was not moved to the new computer. After installing WEBMethods we noticed that my project had not been copied over. So I went in to the laptop and found the folder that contains the…
user3376708
3
votes
3 answers

How can I loop over a map of String List (with an iterator) and load another String List with the values of InputArray?

How can I iterate over a InputArray and load another input array with the same values except in lower case (I know that there is a string to lower function)? Question: How to iterate over a String List with a LOOP structure? InputArray: A, B,…
Doug Hauf
  • 3,025
  • 8
  • 46
  • 70
3
votes
1 answer

webmethods package dependency

I'd like to collect the dependencies of specific packages of the webmethods integration server, with a separate java program, outside the designer. Where are these dependencies stored in the file system ? thank you
Webtkl
  • 31
  • 1
  • 3
1
2
3
13 14