Questions tagged [ibm-datapower]

DataPower is a product division within IBM that produces appliances for processing XML messages as well as any-to-any legacy message transformation.

DataPower is a product division within IBM that produces XML appliances for processing XML messages as well as any-to-any legacy message transformation.

The following are DataPower products :

WebSphere DataPower B2B Appliance XB62: provides business-to-business (B2B) connectivity for applications including cloud and mobile. The gateway consolidates B2B trading partner connectivity and transaction management.

WebSphere DataPower Integration Appliance XI52: a security and integration gateway appliance built for simplified deployment and hardened security, bridging multiple protocols and performing conversions at wire speed.

WebSphere DataPower Integration Appliance XI52 Virtual Edition: a purpose-built, virtual appliance that delivers rapid data transformations for cloud and mobile applications.

WebSphere DataPower Service Gateway XG45: a lightweight platform that provides rapid cloud and mobile services deployments, governance and integration. It also serves as an edge-of-network security gateway.

WebSphere DataPower Service Gateway XG45 Virtual Edition: a purpose-built, virtual appliance. It delivers rapid cloud and mobile services deployments, governance, light-weight integration and edge of network security gateway.

WebSphere DataPower XC10 Appliance: a caching platform that supports data-oriented, distributed caching scenarios with little or no changes to existing applications.

More Info : Click Here

339 questions
0
votes
1 answer

Filtering one XML using nodes from a second XML in XSLT 1.0

Below are two XML files. I want to filter XMLA to only those people who exist in XMLB, using the name field. Both the XML documents are stored in the variables $XMLA and $XMLB. I created the output using XQuery 1.0 but I am not sure how to perform…
Cris3k
  • 30
  • 7
0
votes
1 answer

what causes the data power object to goto pending state and how can it be resolved?

In datapower, the operational state of queue manager object is pending. The information provided for this operational state is as follows : "This message indicates that the configuration of the object has changed, but has not been committed and has…
trilawney
  • 1,786
  • 6
  • 28
  • 36
0
votes
1 answer

Combing these two xslts into one

I have two different xslts performing two different tasks. I have a requirement to create a single xslt performing both the tasks. Please see bwloe the codes for both the xslts and let mw know if they can be combined into a single xslt. The first…
anky316
  • 21
  • 5
0
votes
1 answer

Masking Non-XML sensitive data post logging in xslt

Can anyone please help me on masking of non-XML input in Datapower. I am logging the input first in Datapower log store and taking that input to mask, I have written a piece of code which works for XML but not for non-XML, attaching my input non-XML…
0
votes
1 answer

Is there a way to import external custom API to Bluemix without using API management service? If yes, How?

I am trying to import a custom API that I created. Is there a way to use it straight from IBM-datapower without importing it into Bluemix catalog using API management service?
John
  • 1
0
votes
2 answers

Multiple MQ destination in DataPower

I have a situation in DataPower where I have one MQ input and 2 MQ output to implement. I have configured a MQ FSH and trying to manage the distribution in the XSL. But dont know how to do multiple distribution. Can someone please help
Bhabani Shankar
  • 1,267
  • 4
  • 22
  • 41
0
votes
1 answer

Processing rule in DataPower

I Have MQFSH as a backend,but the Queue is not yet created. As a result the transaction is failing with an error of 2085 "unknown object". Even after this failure , I can see there is no error rule getting triggered in the probe. May I know the…
sreevathsa a
  • 149
  • 13
0
votes
1 answer

Usage of Unit of Work in DataPower

I have set the Unit of Work to 1 and turned on the Backout by giving backout queue name and all. To see how it works , I gave a wrong Queue name which wont exist. But I can see there is no retry happening and according to the threshold value and…
sreevathsa a
  • 149
  • 13
0
votes
2 answers

how to enable connect direct DMZ

We have an application that does sftp to external customers. Currently this goes through IBM Datapower that acts as a DMZ proxy that actually lookups the actual destination/user id password for the sftp which is used in the sftp of the files. the…
md1980
  • 319
  • 1
  • 8
  • 21
0
votes
2 answers

How to match a xml value in compare with XSLT variable

I am trying to compare a xml value with set of xslt variables but the output is empty Here is my xslt file
Vikram Anand Bhushan
  • 4,836
  • 15
  • 68
  • 130
0
votes
2 answers

Datapower WTX output issue

I am doing WTX transformation in datapower in probe i can see output is generated properly, but when I check the output in the target queue it is populating with the input request and the WTX transformed output. can i get some cause why it may come…
0
votes
2 answers

Datapower Gatewayscript to Know the domain name and it's state

I am really new to datapower gateway scripts & i have small requirement. In datapower newly Gateway script is added from firmware 7.0 onwards. now i am trying to using the GWSript to develop the code to know the domain name and it's state. here the…
Mac
  • 1
  • 1
0
votes
1 answer

MQ Input/Output count increasing when Datapower client is connect using MQ front side handler

I am using MQ 7.5.0.2 and Datapower client IDG7 When MQ send messages to Datapower, Datapower receive those messages using MQ front side handlers and also same way it do send messages using Backend URL But the problem I am facing it when ever…
0
votes
1 answer

Does Datapower appliance XI52 support ActiveMQ?

The only answer that I can find seems to say that the datapower appliance only support Websphere MQ, and it doesn't understand ActiveMQ brokers. And, the documentation for Front Side Handler mentioned Queue managers, which ActiveMQ does not…
StartingDev
  • 91
  • 2
  • 7
0
votes
3 answers

DataPower monitoring or validation techniques

How to improve datapower monitoring ? I want to improve our monitoring techniques say for example, want to check that all objects (FSH /MQFSHs, SSl proxy, crypto profile etc) are up and incase if it goes down , should be notified by email or…