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

Datapower Parallel call -_post xml

We have a requirement where there are two backends. First, we call backend-1 where consumer is sending json and we are converting it to query params/GET. Heare I am using dp-open url to call service and get response. After getting the response from…
Sag_M
  • 1
0
votes
0 answers

DataPower API GW Service is in pending state

I've two physical DataPower appliance (v2018.4.x.x). Appliance 1 contains one of the API Domian (api-01) & Appliance 2 contains two domains (api-02 & api-03). I'm facing issue with the API Gateway Service in api-01. The service when enabled is going…
0
votes
0 answers

in datapower response rule not getting data from backend even backend is working properly

getting result while debugging in response rule env:Client Internal Error
up's
  • 1
  • 4
0
votes
0 answers

error while converting xml to json in datapower

when i try to hit xml from soapui i was getting error in response env:Client Rejected (from…
up's
  • 1
  • 4
0
votes
2 answers

How to write file in Data power local folder directory using java script?

anyone have any idea that how to write file in Data power local folder directory? I know we can write in temporary folder directory. It seems there is permission issue while writing the file in Data Power local folder director. I want to write in…
0
votes
0 answers

Datapower/MQ unknown 0 Byte Reply

I am creating a Datapower MPGW which will send a SOAP/MQ Request. I have created a stub backend which will hold and not return any response in order to try simulate a timeout for testing purposes. The issue I'm facing is the following, all with the…
ALouden
  • 1
  • 1
0
votes
1 answer

Creating a match policy rules for a specific header is not contains

I am trying to creating an MPGW processing rule, here i want to create a match policy which will allow incoming messages only when a specific header is not present in it, but i couldn't able to find a condition or PCRE expression which can achieve…
0
votes
0 answers

Json string array without attributes transform XSLT

As the tittle says, I need some help to figure out how to transform JSON array without attributes to XSL. (1)Input: { "Body": { "name": "jhon", "ids": ["a", "b"] } } (2) The expected output should have this structure. { "name":…
Andre61
  • 15
  • 4
0
votes
1 answer

How to load Amazon website through Datapower

iam trying to load amazon website in datapower using dynamic routing using a xslt stylesheet, the home page of the amazon wedsite is loaded with the datapower hostname but when iam trying to navigate to other category like Best Sellers iam getting…
0
votes
1 answer

Removing hyphens in form data in DataPower gateway

we are trying to pass a file in form data but we are unable to remove the hyphens, Content-Disposition and Content-Type. ----------------------------376203720009485735911622 Content-Disposition: form-data; name="";…
0
votes
1 answer

streaming pdf files in datapower gateway

i want to download a pdf which is present in datapower local directory i created a serice and wrote a small gateway script but the pdf in downloading in unreadable format i want the pdf to be downloaded in .pdf format var urlopen =…
0
votes
0 answers

How can we add some more tasks to controlling datapower through SOAP UI using XML Interface other then prefixed in app-management protocol versions 3

Here i wanted to add more from tasks in app management protocol to control data power device through soap ui. is it okay to edit datapower wsdl file and add some actions into it. or is there any way to get third party tools ? I tried soap ui to do…
0
votes
1 answer

I want to read a file which is in datapower through api gateway v10

I'm using url-open() function but I'm getting an empty response.
0
votes
1 answer

On-Error Action and Error Rule in Datapower

I have a request rule where I am doing parallel call (two backends) using match --> skip-backside--> request XSL --> on-error(continue) --> results action --> event-sink --> response XSL --> results. I am supposed to continue the flow when any of…
Mano
  • 143
  • 1
  • 2
  • 13
0
votes
1 answer

Automate initialization and configuration of datapower gateway

As a part of installation of IBM API Connect, I'm installing IBM DataPower gateway. I think it's best to have a configuration as code approach to initialize and configure DataPower gateway. So, I can reproduce everything later with ease. I found…
Iresh Dissanayaka
  • 483
  • 1
  • 4
  • 18