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

Identify DataPower gateway type | IBM API Connect

There are 2 two types of DataPower gateway as mentioned here. I have installed the VMWare version provided with the installation package. How can I know whether I have "DataPower API Gateway" or "DataPower Gateway (v5 compatible)"?
Iresh Dissanayaka
  • 483
  • 1
  • 4
  • 18
0
votes
1 answer

How to Extract a claim from JWT payload in DataPower and insert into the header before pushing it to server in request flow

In DataPower we have a requirement to extract the “onpremisessamaccountname” from the JWT token and insert into the header “user” before sending to Backend server. How can we do this using XSLT code or is there any possible way to achieve this in…
Deep
  • 1
0
votes
1 answer

How to use DP variable response code in xslt?

Can someone explain me what is happening in this code step by step ? why we are setting x-dp-response-code value = -1 and what it returns ?
Pinky
  • 5
  • 4
0
votes
1 answer

Using DataPower CLI to produce a list of services (WSP & MPGW) on an application domain

I am looking for a way to produce a list of services on a Datapower domain using a script (the ultimate goal is automatically shutting down active probes after every workday). I have found the way to shut down a probe on an individual known service…
Lena__f
  • 1
  • 2
0
votes
1 answer

Missing Http header response parameter cache control and pragma in API response

I am testing multiple API's and noticed one API missing response header parameters cache control and pragma in API response. Want to check cache control and pragma parameters mandatory in API response ? Is there any specific scope these header…
0
votes
1 answer

XSLT in API connect version 10 Reserved instance

I am new to API connect development, trying to code a XSLT in API connect reserved instance version 10. I have sample input and XSLT, but getting error while doing the same. Request: Below is the sample SOAP request used as input. …
0
votes
1 answer

Grouping in XSLT 1.0 - Array with Inside and outside elements

I am trying to apply grouping logic on below XML. It is bit tricky for me as it is referring both inside and outside elements from array and grouping is to be done on code which is form inside array. I have provided what I tried but it is…
Mano
  • 143
  • 1
  • 2
  • 13
0
votes
2 answers

Replace empty string "" character with null in JSON body by XSLT 1.0

I'm trying to remove "" representation of empty string with null value. For example JSON body: { "eid": "string" , "iccid": "string" , "profileType": "", "resultData":"" , "notificationPointId": 3 , "header": "" } Target…
0
votes
2 answers

Datapower Web Service Proxy: "Match by URL" processing action does not work in response rule

I am trying to configure a Web Service Proxy in Datapower, one that can be activated with multiple local URI's. In the WSP Policy, transactions are routed into different Processing Rules using a Match processing action that matches transactions by…
lng
  • 1
0
votes
1 answer

how to invoke http method using dp:url-open function

question : how to invoke http method (GET,POST,CREATE & DELETE) using IBM Datapower dp:url-open function in XSLT language requirement : code in xslt and step by step process theory in short ?
toy
  • 1
  • 3
0
votes
1 answer

How to add Crypto Certificate in IBM Datapower using API Call

I want to add crypto certificate in IBM Datapower using API Call. How can I implement this Kindly help me. I already read all the documentation about REST Management Interface and XML Management Interface I did not found any good information.
0
votes
1 answer

WebSocket: How to switch websocket connections from primary to standy cluster with DataPower?

I am using DataPower to redirect the incoming requests to the application clusters. I have 2 clusters, a primary cluster and a standby cluster. In case of a failure in primary cluster the requests gets redirected to the standby cluster. But I am…
Karan Khanna
  • 1,947
  • 3
  • 21
  • 49
0
votes
1 answer

How to pass dynamic headers in urlopen module in JavaScript?

In the code below I'm trying to get UserId from incoming headers and pass it to my backend using urlopen module but the header value is not been passed to backend. In the header section below none of the commented statements are working. Can you…
0
votes
1 answer

wsmlog pushes same data to my REST API every 15 seconds - I only wnat it once

I'm developing a monitoring app for DP (v 10.0.1). Now I want to augment the data I get from the syslog messages by getting payload data by using a wsm log push subacription. I have a simple testing Java app with an embedded Jersey server to receive…
Hummingtop
  • 25
  • 1
  • 7
0
votes
1 answer

Javascript dot notation to retrieve certain element on an object

On IBM API Connect's GatewayScript, I'm trying to write a JS script to get object value from the following request payload: {"number": "1234", "type": "type1", "someKey": "SomeValue"} I'm using the following code, but getting a NULL: var apim =…
liam l
  • 3
  • 2