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
1
vote
2 answers

Why can I not make an instance of a local Java class in side of a Java WebMethods Services?

I need to be able to create an instance of the following class in my web Services Method and for some reason there is an error. Question: Why would I not be able to declare and instance of my class in my Java WEBServices? **GetTheFileListClass…
Doug Hauf
  • 3,025
  • 8
  • 46
  • 70
1
vote
1 answer

Axis2 WS consumer in WebMethods8.2

I've got into a scenario where I have to get an Axis2 based ws consumer working within WebMethods as a java service. I've implemented the ws consumer first in netbeans just to see if it works and thus i found that the minimal amount of jars I'll…
Wrath
  • 673
  • 9
  • 32
1
vote
1 answer

What would cause websphere to throw this error "Unable to communicate with the messaging engine "

An WebMethods instance is trying to connect to the WebSphere server and WebMethods would get the following error: (Note that the connection has been established before and has worked fine. Just from time to time the following error would show and…
otc
  • 694
  • 1
  • 9
  • 40
1
vote
1 answer

Outbound adapter for Webmethods integration server

I need to write Java code for outbound adapter for Webmethods integration server to connect to MQ broker. Please help me in this matter as I'm new to webmethods. I've installed Universal Messaging part of webmethods.
Nikhil A A
  • 441
  • 1
  • 4
  • 17
1
vote
1 answer

Not able to redirect after download window closes in java webmethods

In my Web methods application in Java I'm selecting a file and downloading it.When the download window closes I made the control to be directed back to parent page. I implemented it by creating an IPortletURL calling…
Cheese
  • 245
  • 2
  • 3
  • 9
1
vote
2 answers

Does WebMethods ESB scale?

I'm looking for people who have had experiences scaling WebMethods ESB to large traffic volumes (both size and number of messages). How has that gone? Were there any issues and how did you solve them?
Peter Kelley
  • 2,350
  • 8
  • 26
  • 46
1
vote
2 answers

Java service which extracts the value of a field at runtime

I need to build a java service which extracts the value of a field at runtime. The path of the field in the canonical and the canonical document itself should be given as input. Eg: fromDoc consists of sub documents within it, in a hierarchy,…
yourdroid
  • 147
  • 1
  • 5
  • 14
1
vote
1 answer

Is WebMehods a BPMN 2.0 supporting Process Engine?

As the title says everything, If the answer is yes then I would like to have a nice tutorial/link for using WebMethods as a BPMN 2.0 process engine. Thank you in advance.
nommyravian
  • 1,316
  • 2
  • 12
  • 30
0
votes
2 answers

System.Net.WebException: The request was aborted

First off, let me clarify the platforms we are using. We have an ASP.NET 2.0 app calling a web service which was created and is hosted on webMethods (now SoftwareAG) Integration Server 7.1.2. The issue we are experiencing appears to occur every…
Miguel
  • 33
  • 3
0
votes
1 answer

How to disable scrollbars in Webmethods 8?

I have some portlets made in Webmethods 7 and when I update to Webmethods 8 I have horizontal scroll bars at the bottom of each portlet. How can I disable them?? Is it with CSS? thanks!
Nick
  • 605
  • 3
  • 11
  • 27
0
votes
0 answers

Is there a way to make a MAP step case-insensitive in webMethods Designer?

Is there a way to map fields from one document that are in camelCase to fields in another document that are in PascalCase without creating a link between each individual field? I'm using webMethods Designer 10.15. An ideal MAP step would look like…
etitcombe
  • 50
  • 7
0
votes
0 answers

Java Service In Webmethods

I wrote a java service in webmethods to open any folder in windows explorer but it wasn’t working as expected. When I debugged the code it was working fine but when i ran the service it wasn’t working. Can someone help me here I want to open any…
0
votes
1 answer

Refused to connect to ‘http://localhost:5555/’ because it violates the following Content Security Policy directive: “connect-src ‘self’ https:”

Issue I’m facing now is, one of our custom Portlet which trying to establish the connection from Portal to ESB server we’re getting error on the console as “Refused to connect to ‘http://localhost:5555/’ because it violates the following Content…
0
votes
0 answers

How to use JWT authentication for WebMethods API Gateway

I tried to enable JWT authentication on WebMethods API Gateway but all my JWT tokens are invalid. I can successfully generated JWT tokens on my API Gateway server with this url…
0
votes
0 answers

client cert authentication with webmethods 10.7

I have setup webmethods 10 https for client cert authentication with the certificate provided by client. When i trigger the endpoint from postman with the client cert settings under certificate menu i get; Error: write EPROTO…
Ratha
  • 9,434
  • 17
  • 85
  • 163