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
3 answers

What transformer can I use to put a date into YYYY - MM - DD format with no time format in final result?

I just started using webMETHODS today and need to transform a date input value that comes in like this. Example: yyyy-mm-dd hh:mm:ss:hh I need just the date portion of this variable and am currently using pub.date:formatDate which will crash my flow…
user3376708
3
votes
3 answers

Set the i-th document's field in DocumentList to String

Platform: SoftwareAG WebMethods 8.2 The problem: I have 2 DocumentList's. One of them contains XOPObjects the other Strings. I have to convert XOPObject to String and copy it to the other DocList's correspoding String field. What happens? Nothing.…
Wrath
  • 673
  • 9
  • 32
3
votes
1 answer

Package creation in WebMethods

Anybody knows if it's possible to create a new package using a flow service in webMethods developer 7.1. What I want to do is to create a flow service that takes as input a string (package name) and as result it's going to create the new package…
user3014503
  • 43
  • 1
  • 6
3
votes
2 answers

Is there a list of Special characters to be avoided in JCL/MVS Script variables

I have a program that generates random pin codes. These pins are generated in Java, then stored in the mainframe, via a NATURAL program. From there, they are eventually physically printed by a batch JCL job that calls an MVS SCRIPT to print the…
Raystorm
  • 6,180
  • 4
  • 35
  • 62
3
votes
4 answers

webmethods and web service

I'm new to webMethods, invoking a weblogic Web Services from webMethods (client), I got this error: com.wm.app.b2b.server.ServiceException: org.apache.axis2.AxisFault: Connection timed out at…
Yassine EL AYACHI
  • 271
  • 2
  • 7
  • 14
3
votes
1 answer

Lucene text search failing for names ending with a non-alphabet

In my Webmethods application I need to implement a Search functionality and I had done it with Lucene. But the search is not retrieving results when I am searching for file with title ending in something other than alpabet.for eg:- doc1.txt or…
Cheese
  • 245
  • 2
  • 3
  • 9
3
votes
1 answer

web methods 6.5 schedulers missing after IS restart

We have a problem with our web methods Integration servers and when we perform restart each time, the schedulers have either been changed or missing. When we compare the jobs.cnf file inside IntegrationServer/config folder, before and after each…
Sanath
  • 4,774
  • 10
  • 51
  • 81
2
votes
2 answers

Invoking external web methods with BPEL + Apache Ode (calling .Net asmx) problems

Pre-info: I'm learning to use orchestration of web methods(WM). I've sucessfully completed lessons with assings, invoking web methods, some parallel processing in BPEL. I'm using Eclipse Indigo 3.7.1 with BPEL plugins, Tomcat7 server with Apache Ode…
Eluny
  • 574
  • 5
  • 15
2
votes
2 answers

Webmethods - Can it host its own web services?

Webmethods Integration Server can integrate systems and orchestrate different web services from external systems on the network. My question is: Is it possible to create Java code running in Webmethods Integration Server, and expose it as a web…
byneri
  • 4,050
  • 5
  • 27
  • 28
2
votes
4 answers

Webmethods mocking in flow services

In webmethods (Software AG), is there a way to Mock object during unit testing? or any available tool to test flow service.
user3431327
  • 135
  • 4
  • 14
2
votes
0 answers

Recovery of the connection in RabbitMQ for Clustered environment

I'm trying to recover the connection in RMQ for Clustered environment but unfortunately i'm not able to recover it in code and its also not catching in my exception. For example. Initially node 1 is connected and our messages has been flow…
2
votes
1 answer

How to eliminate Duplicate documents from Document List in Webmethods?

I have input document list containing AccountID and Amount fields which has repeated AccountID's but with different Amount. How can i form the ouput doclist with only unique AccountID's but the amount summed up? Ex: InputDocList Doc[0]: AccountID =…
2
votes
3 answers

Webmethods - Information exchange between two processes

In fact I would like to know how it's possible to have a communication between two processes in Webmethods. Example -> I have two processes on SAG Designer : Here is my first process : Here is my second process : They are running at the same…
Simulacre
  • 89
  • 6
2
votes
1 answer

Java service - webmethods

package Folder.Service; import com.wm.data.*; import com.wm.util.Values; import com.wm.app.b2b.server.Service; import com.wm.app.b2b.server.ServiceException; public final class new_javaService_SVC { public static final void new_javaService(IData…
Sowndarya
  • 59
  • 8
2
votes
1 answer

How to get the HTTP-Status from a webMethods com.wm.net.NetException?

How to get the HTTP-Status from a webMethods com.wm.net.NetException? Is there a way to get the http status code from within the catch block of a java service after calling the pub.client:http service?
eventhorizon
  • 2,977
  • 8
  • 33
  • 57
1 2
3
13 14