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

Webmethods get type of document reference from IData

I'm using webmethods java service to write a simple parser and I want to know if its possible to know the referenced type of the document passed in pipeline? For example I have a document passed to the java service and it has a document reference…
arash moeen
  • 4,533
  • 9
  • 40
  • 85
2
votes
1 answer

how to create xsd for xml which has namespace for Webmethod schema

My xml is like below:- 30b78e589d5d0a00eba30ec92748d7fa INC0135185 I wants to…
samash
  • 757
  • 2
  • 15
  • 32
2
votes
1 answer

webMethods getting the root cause for a ServiceException

I get the following exception when calling the http service: com.wm.app.b2b.server.ServiceException Message: com.wm.net.NetException: [ISC.0064.9314] Authorization Required: Unauthorized So far, so good. But I would like to get that information…
eventhorizon
  • 2,977
  • 8
  • 33
  • 57
2
votes
1 answer

Integration Server - save pipeline to database

I'm trying to create service, that writes input and output pipeline(xmldata) every time, that one of installed services is invoked. How my service should know, when other service is invoked? Is there any builtin tool to catch in&out pipeline and…
gudek
  • 37
  • 1
  • 5
2
votes
1 answer

webmethods oracle issue with nchar

When I try to do a "Select" statement using a data type "nChar" into the where column I must pad the input value before passing it into the input value of the adapter. This happens mainly because the nchars in oracle have a fixed length. I would…
Truman
  • 72
  • 8
2
votes
4 answers

webMethods pub.client.http throws error on 401

I am using webMethods from the SAG and it seems if the service pub.client.http throws an exception on status code 401 "Unauthorized". This leads me to the problem that I cannot handle the status code because nothing is written to the…
eventhorizon
  • 2,977
  • 8
  • 33
  • 57
2
votes
1 answer

Ensure output document is complete

I am using webMethods and have the following problem: A JSON document is coming in to a flow-webservice (_post). The JSON contains fields with "null" values. Example: { "firstName" : null, "lastName" : "Kaiser",...} For these fields the options…
eventhorizon
  • 2,977
  • 8
  • 33
  • 57
2
votes
2 answers

Webmethods Stored Procedure adapter return array

I have some process that need to return array from stored procedure in oracle. But i wanna do that via Stored Procedure adapter in webmethods adapter. I dont know how to return array and pass it through webmethods adapter.
Ahmad asy'ary
  • 77
  • 2
  • 9
2
votes
2 answers

Is using java service really faster than flow service?

I hear that java service run faster than using flow service. But when I tried to change my flow service into java service, I only got the same process time. Here's the capture : And here's my code of the java service try{ String dateTime =…
Ahmad asy'ary
  • 77
  • 2
  • 9
2
votes
3 answers

Error in inserting an XMLTYPE column data into a Oracle 11g database more than 4KB

I am trying to insert a XML request data into a table where the size of the XML message is more than 4KB and I am receiving the error: 'ORA-01461: can bind a LONG value only for insert into a LONG column'. I am receiving the XML request data as part…
Rohit Jose
  • 188
  • 3
  • 13
2
votes
2 answers

Web Methods Package Deleted Recovery

I am new to Web Methods and I was trying to subscribe a package from a remote IS to my IS. The package name which I imported had the same name as one of the existing packages in my IS and the new package replaced the existing one. I know that the…
2
votes
2 answers

How do I set the BRANCH Flow Service to execute the TRUE and FALSE branches?

How can I get the BRANCH statement in the following flow service screen shot to execute the TRUE and FALSE branches? I have the Switch set to the variable that I want: /LowerCase I set the Scope to lowercase "doug" and my MAP above the BRANCH is a…
Doug Hauf
  • 3,025
  • 8
  • 46
  • 70
2
votes
1 answer

How to accommodate the wsdl changes of integration server in composite application framework?

How to accomodate the wsdl changes of integration server in composite application framework (CAF) ?
2
votes
1 answer

GXWaitForCursor in Applinx API always fails by timeout

I'm integrating a legacy application running on AIX with a new J2EE app using Applinx API. After send some keys, I'm waiting the cursor jump to next field: wc = new GXWaitForCursor(new GXPosition(11, 22),new GXPosition(11, 33), 3000,…
eltabo
  • 3,749
  • 1
  • 21
  • 33
2
votes
2 answers

Can Eclipse for Java and Eclipse for WEBMethods be on the same hard drive?

I am new to WEBMethods. I have been working on a Java service for a project. I really need to be able to write some code in regular Java for some quick testing of reading in a simple text expression with some regular expressions. Nothing at all that…
Doug Hauf
  • 3,025
  • 8
  • 46
  • 70