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

How do I call web services in C# that have class objects as parameters?

There are no run-time errors. But I can't invoke these web services. The invoke button works perfectly fine for web methods with no class object as a parameter. Here is my code. public class WebService : System.Web.Services.WebService { …
Chavi_99
  • 1
  • 2
0
votes
0 answers

How do log the outbound soap request after the policy file has been applied in webMethods 8.2?

I have a X509 signature and encryption policy file attached to consumer descriptor. Upon calling the soap operation only the payload that I populate gets logged in the server log (upon enabling soap verbose). The changes made by the policy file are…
0
votes
1 answer

How can I open package navigator view in Software AG designer?

I hit a debug button to see how my service work and a popup appear. I did not pay much attention and just hit 'switch' on the popup and now I lost my package navigator view... I cannot find the way to reopen it! please help! thank you
tam tem
  • 23
  • 4
0
votes
2 answers

In webMethods, Apart from Global Variable feature, Is there any other option to configure desired values?

Example: Assume that there is a string variable called "passcode" . I have to fetch value for the variable passcode at runtime based on the environments Environments Value DEV abc123 SIT def321 QA S1O8F9 PROD 3a2b1c In webMethods,…
0
votes
1 answer

Is there a way to implement a health check service for Eventhub - queue in Azure for resource monitoring

Requirement - From webMethods we are sending event driven messages to Azure Eventhub queues over http. We are looking for an option to have a health check service on the availability of the queue rather than the landing zone to handle transient…
0
votes
1 answer

Is there a way to publish messages to AMQP-Azure with O-Auth Token instead of username and password

In our current AMQP implementation, we keep the JNDI configurations which contains username and password. Is there a way we can use OAuth instead of static username and Password
0
votes
1 answer

Is there any way to send data to cumulocity without physical devices

Finding a way to push data to cumulocity without physical devices I am trying to find a way to push data to cumulocity without physical devices. is there any to implement in java? If there is a way, please drop some snippets and doc links.
nanavinay
  • 1
  • 3
0
votes
1 answer

Date format for timestamp in WebMethods

I am trying to create Event Timestamp as per the below format:- 2021-04-05T06:39:33.931-07:00 I tried using the below pattern for the same: yyyy-MM-dd'T'HH:mm:ss.SSSZZZZ Unfortunately, the output is not the same. Below is the output for the…
AKJ
  • 25
  • 1
  • 8
0
votes
1 answer

How to check String is Palindrome or not Using WebMethods

I want to check given string palindrome or not and I want to write the logic in WebMethods, Is anyone help me on this, because I am new in the WebMethods..
Atul
  • 1
  • 3
0
votes
2 answers

Webmethods - Retrieve PDF file from SFTP and encode

I am new to webmethods and need some guidance. I am tasked to read the PDF document from SFTP server and base64 encode it. I have managed to GET the file from SFTP location and now struggling to encode it. Below is the code snippet to read the…
pitsa
  • 93
  • 2
  • 7
0
votes
1 answer

Error while posting data to webmethods through HTTPS URL

When i try to POST data through https url, I am getitng this error "Outer Exception Sending (POST/PUT) 58C191DE-D9C6-42f3-90A1-23CD2F08F585 to Server xxxxxxxxxxxxxxxxxxxx exception message: Handler did not return a response message". The same data i…
Arun
  • 17
  • 1
0
votes
1 answer

Webmethods IS: Can Webmethods IS call multiple request from XML parameter/attribute from 1 response message

I am new in SAG Webmethod. I have one scenario where I want that SAG Webmethods IS call one web service. The request returns back XML response. In the xml response, there is one parameter/attribute which I want to use to make call to another…
2437850
  • 287
  • 2
  • 10
0
votes
1 answer

Unable to use same clientId on 3 HA cluster architecture

I'm using ActiveMQ Artemis cluster of 3 brokers (1 master, 2 slaves), setup with UDP broadcast. ActiveMQ Artemis is starting as expected, but when trying create JMS connections using SAG webMethods it returns the error: clientID=activemq was already…
0
votes
1 answer

SAG webMethods WmTestSuite UnknownServiceException wm.ps.serviceMock:loadMock

I'm using the SAG webMethods Test Suite in Designer 10.3 to write unit tests. It works fine until I set up a mock for a service. The test run then terminates with: com.wm.app.b2b.server.UnknownServiceException: wm.ps.serviceMock:loadMock at…
Michael Lemaire
  • 746
  • 1
  • 6
  • 18
0
votes
0 answers

How to get the IP and host in Web Methods Designer?

I have to create a plugin which creates a template as seen below in Context Menu- I need to get the IP and Host on which this context menu appeared. In the below case, the right click happened for Default which is localhost:5555 Any suggestions on…
Farhan stands with Palestine
  • 13,890
  • 13
  • 58
  • 105