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

Exclude certain numbers from range of numbers using Regular expression

Could some one help me with the regular expression, where we can exclude certain numbers in between from a range of numbers. Presently, ^([1-9][0][0-9])$ is the regular expression that is configured. Now if i want to exclude a few numbers/one…
Harish Shankar
  • 113
  • 1
  • 1
  • 4
7
votes
2 answers

how to send POST HTTP request from Google Chrome without any extensions?

Can we send POST HTTP requests in Google Chrome when using Rest Services? I have tried few extensions but I need directly from Chrome browser
Chandra Shekhar
  • 664
  • 2
  • 9
  • 24
6
votes
4 answers

Adding a document into another Document through java service

I am writting a java service where I am building the document for output. But My structure should be : OutPut Doc is the top level doc. Inside that i want to have another Doc say Intermediate doc and in this intermediate doc i want to have Key…
samash
  • 757
  • 2
  • 15
  • 32
5
votes
2 answers

org.xml.sax.SAXParseException: Invalid byte 2 of 3-byte UTF-8 sequence

I am encountering the above error in production environment whereas the process went fine in UAT. I was wondering whether this error is related to jar file loading. We are using webmethods and the above error occurred for a java service.
abhijith501
  • 79
  • 1
  • 1
  • 7
4
votes
3 answers

Webmethods :can we remove an element from the documentList while looping through it

In WEBMETHODS, can an element be dropped from a DocumentList while Looping through the DocumentList? If Yes then how? If No, then how could we set the value of a DocumentList variable to null. thanksnohsib
Nohsib
  • 3,614
  • 14
  • 51
  • 63
4
votes
0 answers

Problematic frame: # V libjvm.so+0x5c73c5

Need help to understand below issue. Java used within one of webMethods Servers crashes frequently with below fatal error - A fatal error has been detected by the Java Runtime Environment: SIGSEGV (0xb) at pc=0x00007f25a13633c5, pid=6307,…
shreyus
  • 41
  • 1
  • 2
4
votes
1 answer

Connect Akka Streams to JMS

I'm trying to connect to a Universal Messaging queue (by Software AG) via Akka Streams. I have looked in the doc of Akka Streams regarding the Camel integrations, but I'm struggling with understanding how the components fit together. For instance,…
Ian
  • 1,294
  • 3
  • 17
  • 39
4
votes
0 answers

How do you use a Content Provider within a content provider in a CAF?

The document response from a webservice contains a list of objects (documents) that contains a list of objects. eg. Name Surname List of Questions(Questions) Question Required QuestionID List of…
tread
  • 10,133
  • 17
  • 95
  • 170
4
votes
2 answers

WebMethods: adding EventType Definition to EventTypeStore

I’m trying to enable JMS Adapter polling notifications, so that WebMethods flows could be triggered upon arrival of JMS messages. However the notifications cannot be enabled as EventType Definitions are missing in EventTypeStore. On the screenshot…
Nikita Tkachenko
  • 2,116
  • 1
  • 16
  • 23
4
votes
1 answer

Custom Eclipse Shortcuts Within Views

I want to create a shortcut for creating a link between two variables in my pipeline view. Can someone tell me how (or if it is possible) to create a shortcut to this button? When I look in Preferences > General > Keys, I can not find this…
thebumblecat
  • 141
  • 1
  • 8
4
votes
1 answer

what is the JSSE equivalent for .NET (C#)?

I'm working on an application using c#-4.0 and EntireX Broker 9.5.1 I'm attempting to convert to tpcip connections to use ssl. I was successful in upgrading my java code to do the same thing thanks to Java/ Software AGs use of jsse for handling the…
Raystorm
  • 6,180
  • 4
  • 35
  • 62
3
votes
2 answers

What is the simplest way to interact between a SAP OMS and Websphere Commerce?

What is the simplest way to interact between a SAP OMS and Websphere Commerce? Would it be using a Websphere Adaptor for SAP or webmethods or something else? Does something else need to be considered while opting for one of these? The final system…
sarego
  • 2,957
  • 6
  • 28
  • 39
3
votes
2 answers

jQuery is not able to 'connect' with the elements on my server generated webpage

I'm trying to use jQuery functionality in Software AG webMethods IDE, which generates pages on its own .. Basically, I'm giving jQuery's functions a server-generated element ID, but jQuery is unable to read it's value, or write a value to it, or do…
Ahmad
  • 12,886
  • 30
  • 93
  • 146
3
votes
3 answers

How do I remove jQuery's usage of $ from the script files as well?

I'm trying to use jQuery's controls in Software AG webMethods development IDE .. Now I'm importing jQuery's script from the following URL: http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js When I run the page deployed by webMethods…
Ahmad
  • 12,886
  • 30
  • 93
  • 146
3
votes
0 answers

Environment specific SSL connection failures - Java to webMethods IS - bad certificate

I have a Java application that connects to webMethods IS via SSL. public static QueueConnection createSSLEnabledQueueConnectionToWebmethods(Context context, String username, String password, Properties props, String factoryName) throws Exception { …
nellaye
  • 31
  • 1
1
2 3
13 14