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
0
votes
2 answers

pub.document.sortDocuments not sorting

I am stuck, I had this working last week now I have changed something and it will not work! I have a simple flow service as follows: pub.file.getFile pub.flatFile.convertToValues pub.document.sortDocuments But the sortDocuments stage is not…
Gazza Knight
  • 5
  • 1
  • 5
0
votes
1 answer

webMethods: Show/hide caf_h:panelBlock based on property value of backing bean

We have got two caf_h:panelBlock elements (id="panel1" and id="panel2") in a CAF portlet which are supposed to be rendered based on a property of the backing bean (rendered="#{ViewBean.property}" and rendered="#{not ViewBean.property}"). So the…
fuggi
  • 321
  • 5
  • 14
0
votes
1 answer

How to find service name in webmethods which are used in a transformer

Am trying to print the names of services invoked in a FlowService using a java program. Am able to print the names of services using below code: import com.wm.app.b2b.server.InvokeState; ... ... ... InvokeState invkState =…
user8478502
  • 23
  • 1
  • 7
0
votes
1 answer

Effect on webmethods code due to webmethods and windows server upgrade

How will my softwareAG code will be affected due to upgrading webmethods 9.6 hosted on windows server 2008 R2 to webmethods 9.12 hosted on windows server 2012 R2
0
votes
1 answer

How to get the JDBC Adapter service (SelectSQL) result in a DocumentList in webmethods?

I am trying to query the database and make an xml document out of the resultSet received and write the same to a file. But it is not executing properly. The flow I have designed is: Adapter Service LOOP over /results Copy result[] to a tempDoc…
Mainak Nath
  • 1
  • 1
  • 2
0
votes
0 answers

NoInitialContextException: Need to specify class name in environment or system property

I want to recieve a message from universal messaging webmethods using JMS and universal messaging server. And in my receive java class I get this exception. javax.naming.NoInitialContextException: Need to specify class name in environment or…
Med Elgarnaoui
  • 1,612
  • 1
  • 18
  • 35
0
votes
0 answers

Difference between webMethods SAG and web service?

Can someone tel me about the difference between webmethods software ag and web service soa. What is the plus while using webmethods. Suggest some tutorial to learn this technologies.
Med Elgarnaoui
  • 1,612
  • 1
  • 18
  • 35
0
votes
1 answer

Add a new XML node element to a document using webmethods

I would like to create a service in webmethods that adds an entry to an XML file. So I converted this file to an IS document. Here is the structure of the document: Now I want to add an entry which the user provided as input. How can I do this?
0
votes
1 answer

How to use appendToDocumentList in webMethods?

This is the main XML structure: letter C I'd like to insert certain block xml after element B.
LugarLang
  • 5
  • 5
0
votes
1 answer

How can I validate a database output value in SoftwareAG Webmethods

Hi I'm new to SoftwareAG Webmethods, I'm calling a jdbc adapter service and getting the result, based on result I have to validate and suppurate the values and give them as input to another flows. So how can I achieve this. Thanks
0
votes
1 answer

Dynamic sql statement - depending on numbers of variables

my problem is that I am trying to build a SELECT statement, that will depend on numbers of variables that I will pass to them. Important thing to know that I use Oracle database. Is there any efficent way to build such statement? for example I…
MDaniluk
  • 62
  • 2
  • 2
  • 16
0
votes
1 answer

How to concatenate two document lists in a webMethods flow service?

I have sequence of two steps. In both of them I get some data from sql database and trying to save them in document list. only problem is that when the second step of sequence is executing it override my document list instead of adding new…
MDaniluk
  • 62
  • 2
  • 2
  • 16
0
votes
1 answer

unable to post multipart/form-data to an endpoint using wmMediator

I encountered a problem with Mediator (9.7 with Fix 11) package, and I would like to know if you have encountered the same thing or if you have some ideas to correct or get around it ? The problem is : I have a http REST-like request, which is in…
volia17
  • 938
  • 15
  • 29
0
votes
1 answer

POST method with query parameters with Centrasite

I want to use Mediator 9.7, configured by CentraSite 9.7, to virtualize a REST API. For a resource, with POST Method, I want to pass a json content and some query parameters. But with or without configuring parameters in the resource or in the…
volia17
  • 938
  • 15
  • 29
0
votes
1 answer

Creating Web Service Descriptor(Consumer) in webMethods using HTTPS URL

I have been trying to create a Web Service Consumer in my webMethods Integration Server to a certificate protected webservice, but when I try to do so using the Web Service Descriptor wizard, using HTTPS link after few seconds I get…
SSV
  • 860
  • 3
  • 11
  • 25