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

JSON schema validation at Datapower

As per our current architecture, we have Datapower that acts as a gatekeeper for validating each incoming request (in JSON) against JSON schemas. We have lot of restful services having corresponding JSON schemas residing at Datapower itself.…
maximus335
  • 674
  • 1
  • 5
  • 19
1
vote
1 answer

Scope of Javascript in Datapower (GatewayScript)

I'm new to Datapower Gateway script (and Javascript) and following situation totally confuses me. Look: var inputJson = "default"; //Reading json from input and covert it to string session.input.readAsJSON( function ( error, json) { if ( error…
kirill.login
  • 899
  • 1
  • 13
  • 28
1
vote
1 answer

what is the difference between IBM API manager & IBM Data power?

I recently entered into some API management tools. I could see these API management tools can do whatever Data-power is doing and these are also placed in front of back-end services to protect the back-end servers. So,what makes Data-power unique?Or…
RakeshSharma227
  • 361
  • 1
  • 5
  • 15
1
vote
1 answer

The input do not entry to transform, Datapower

Good Mornning, Whe I send a XML request by cURL comands, for my service XML Firewall with Looback configuration. The input data entry to the rule that contain: Rule client to server XML Firewall LoopBack Config The input data that is send is:
FrankP
  • 11
  • 1
1
vote
1 answer

Remove CDATA from XML in DataPower

I am facing a wired problem, when ever I am trying to remove CDATA from my request. It works fine in my local IDE, but not in DataPower. The requirement is it should remove the CDATA tag if it finds one in the XML or else it should not do anything.…
Sammy
  • 121
  • 4
  • 12
1
vote
2 answers

Produce xml as string in CDATA tag in Response in datapower xslt

I am having issue using dp:serialize and Populate CDATA tag in response in datapower. Issue 1. Not able to convert to string from xml using dp:serialize function. Issue 2. Cdata tag not able to see in proble and soapui response page coming like …
Mike
  • 35
  • 9
1
vote
3 answers

Datapower SSH login ignores username

When I ssh to my Datapower node like so: ssh user@192.168.0.1 I receive this response: ssh user@192.168.0.1 (unknown) Unauthorized access prohibited. login: I then enter in the same username, and am also prompted for a password. I type in my…
Breedly
  • 12,838
  • 13
  • 59
  • 83
1
vote
3 answers

How to deserialize the data in datapower using xslt which is serialized by dp:serialize extension element

Below is the xml input: Hello I am serializing above xml using dp:serialize element like below
V Reddy
  • 11
  • 5
1
vote
4 answers

How to export certifcate from datapower appliance?

While exporting the multi protocol gateway from datapower, the certificates aren't getting exported. IS there a way by which the certificates from Datapower appliance can be extracted?
trilawney
  • 1,786
  • 6
  • 28
  • 36
1
vote
3 answers

How to extract multiple JSON response after Event-sink in datapower

Scenario : My service calls another rest service multiple times based on a count. I am using event sink action in datapower. I am able to trigger the other service multiple times, and it responded back. But I'm not able to capture the response…
1
vote
1 answer

JSON output after XSLT on IBM Datapower

There is two XSL transformations in IBM Datapower one after another. First of them contains url-open call and returns some BINARY NODE. That node contains .gz archive with JSON doc inside. Second transformation is below:
kirill.login
  • 899
  • 1
  • 13
  • 28
1
vote
3 answers

Using IBM/Datapower hardware with Linux as hadoop/hdfs node

We have several Datapower Appliances machines like XG45, XC10, X152 ready to be dismantled because their applications have reached end-of-life. When opening the boxes, the hardware inside looks pretty amazing even today, 8GB DIMMS in all banks, huge…
matz3
  • 88
  • 8
1
vote
1 answer

SSL Certificate Import and configuration for JBoss

I am fairly new to the JBoss configuration and I have been asked to import a certificate into the JBoss App server. Based on what I have read around on the forums I think I did what was necessary but we still keep seeing the "None of the…
Ali Bhagat
  • 475
  • 1
  • 6
  • 15
1
vote
1 answer

DataPower XA35 - processing rule - Route Action

Our processing rule includes two Tranform actions, and a Validate, and Results actions. We want to add another action between the two transform actions to do the following: The new action will use an XSLT to evaluate an expression. If there is a…
Eneo
1
vote
1 answer

Units of Work and Backout in DataPower

I Have set the configuration as below Units of Work : 1 Automatic Backout: on. Backout Threshold: 3 Backout Queue Name: Queue Name is given. So according to this settings , since threshold value is 3 and in case of failure, there should be 4…
sreevathsa a
  • 149
  • 13