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

Webmethods tool: how send attachment via HTTP post?

I need to send an attachment to a customer via http post. I did trying searching this forum for keywords "post attachment", but didn't see result I was looking for. It is a very large zip file (.zip) and normally we would have handled this via…
1
vote
0 answers

webMethods BPM process upgrade

Currently I get a headache thinking about a process upgrade (new version) of a webMethods-BPM-process. I know that a process instance always runs in the process-version it was started with. I also know that after the deployment of a new version of a…
1
vote
1 answer

webMethods rotate log now by calling special method

Is it possible to rotate a logfile immediately in webMethods - by calling a special method or whatever. I do not want to use third-party software. Further explanation I need this rotation for both. The default logfile(s) (e.g. server.log) and custom…
eventhorizon
  • 2,977
  • 8
  • 33
  • 57
1
vote
2 answers

In WebMethods, How to force document elements to be in order

I have defined a document (from an xsd schema) with some Childs. Those Childs must be in some order, to have correct Xml trnasformation. When In made some map steps, the element order is not the same as defined in the document reference. How to…
volia17
  • 938
  • 15
  • 29
1
vote
1 answer

Pipeline out in map step don't always contains the output (reference doc) of the Flow

Using the WebMethods 9.7 Designer, when I create a Flow Service, with a Map steps, the output pipeline of the map step don't always contains the output of the Flow Service. My Questions are : Is it a designer bug, or something I have not…
volia17
  • 938
  • 15
  • 29
1
vote
1 answer

How to catch messages from WebMethods Integration Server

I have to catch messages from WebMethods IS, put them into database and analyze them. I've stuck at the beginning, because I have no idea how to get xml file with message, that IntegrationServer is processing. Any ideas?
gudek
  • 37
  • 1
  • 5
1
vote
2 answers

How can i change the input or outputDoc name after the mapping was done?

In webMethods designer I have mapped some of the fields the Input doc(StudentInfo) to Output doc(StudentPersonalInfo). Now the requirement is the outputDoc Name must be changed from StudentPersonalInfo-->StudentPersonalInfo2. How can I directly…
1
vote
2 answers

How to check Webmethod version on linux?

Hi I need to check the version of the running Webmethods, but I don't have access to the console. Can anyone let me know how I cant check the version of the Webmethods on linux? Thank you.
1
vote
0 answers

bpm webMethods - error when debugging

I am using webMethods 8.2 . I have created a very simple BPM process with just start and end event. When I try to debug it by clicking "Debug Selected Process" I get the error : "The process engine did not return a process instance ID" . Please…
Martinas Maria
  • 119
  • 1
  • 1
  • 8
1
vote
1 answer

WebMethods not sending ACK/FINISH to IIS Web Services calls

We've reproduced this one in Test, so I feel good about asking this question - not that I understand it or anything. ;-) WebMethods is connecting to an IIS Web Service (I'm the IIS guy, and the WebMethods guy has no answer for me.) IIS is throwing…
codepoke
  • 1,272
  • 1
  • 22
  • 40
1
vote
1 answer

How do I create a table with a filter that filters on the server in webMethods CAF?

I have a web service that populates a table, using a SelectableListTableContentProvider, which works nicely. However if I add a Filter Input control to the table, all it does is filter on the current table contents on the client side, ie if I'm on…
Rob Grant
  • 7,239
  • 4
  • 41
  • 61
1
vote
1 answer

Invalid input - URIString in webMethods 8 using AS2

I have an issue when I try to send an EDI document to a partner using AS2 (HTTPS). The transaction is being translated correctly and when it reaches EDIINT step I got the error: Invalid input - URIString [EDIINT.000001.000003] I already checked…
user3014503
  • 43
  • 1
  • 6
1
vote
1 answer

Spring : JMS Consumer Sessions/Connections not removed on Message Broker post Batch Job Completion

I have a Batch Job Configured to read messages from JMS Destination and write to a XML file using Chuck Tasklet. The JMS reader is custom implemented which inturn invokes JMSTemplate's receive method. I am using webMethods Broker as JMS Broker.…
1
vote
1 answer

Blaze Advisor 6.8 Error when deploying project to WebMethods Integration Server

I'm using Blaze Advisor 6.8 to develop a project for work. I've been struggling with the error on the image below. Basically, it won't let me deploy my project onto webMethods Integration Server. I've checked the directory mentioned in the error…
St3althcAt
  • 11
  • 3
1
vote
1 answer

Rollback or time-out for JMSTemplate send()

We are currently using JmsTemplate's send(Destination, messageCreator) method for sending messages to webMethods queue. However, there are times that the send method takes too long to return which we cannot afford as our timeout should only be 5…
learning_dev_me
  • 269
  • 2
  • 3
  • 9