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
33
votes
14 answers

we did not send a packet, disable method

I have tried to setup public key connection between AIX to AIX and that's working and I am facing problem while I setup same public key connection between AIX and DataPower appliance. I could see in logs that's connection established but while using…
Renu
  • 331
  • 1
  • 3
  • 5
5
votes
1 answer

Certificate Information from WCF Service using Transport security mode

Is there any way to pull information about which client certificate was used inside of my web service method when using
Langdon
  • 19,875
  • 18
  • 88
  • 107
4
votes
2 answers

IBM DataPower 3.7.1.x issues with WCF clients

I'm trying to consume an IBM DataPower 3.7.1.x web service in WCF getting the following error message: Cannot find a token authenticator for the 'System.IdentityModel.Tokens.X509SecurityToken' token type. Tokens of that type cannot be accepted…
YONDERBOI
  • 103
  • 1
  • 5
4
votes
1 answer

handshake failure(40) and TLS_EMPTY_RENEGOTIATION_INFO_SCSV

A client installed on jBOSS is trying to access a secured website configured on DataPower xi50v6.0.0.2 appliance. The connection is getting failed at SSL handshake. I have taken a packet capture at DataPower and observed that SSL Handshake is…
user2607367
  • 225
  • 4
  • 25
4
votes
1 answer

dp:serialize and escaping on ibm datapower

I have a project where I need to binary-64-encode an xml-file and put it into another xml. To get this to work I first serialize the xml with dp:serialize and then use dp:binary-encode on the resultning variable from that. This works fine except for…
user3115088
  • 41
  • 1
  • 3
3
votes
3 answers

Getting a Bluemix instance IP

I have setup a Amazon RDS instance that i would like to only allow my Bluemix app to access it At the moment i have setup my Ec2 security group to allow all mysql traffic on port 3306, but allow all IPs. My understanding so far is that a Bluemix app…
3
votes
1 answer

DataPower file transfer returns base64

I am using below cURL command to get DataPower files from applaince to a remote Solaris server. /usr/local/bin/curl -s --insecure --data-binary @getFile.xml -u username:password https://ip:port/service/mgmt/current Content of getFile.xml is as…
user2607367
  • 225
  • 4
  • 25
3
votes
2 answers

Datapower integration with WL

We have this scenario - Data power is used as authentication, and on successful authentication (using ADFS) It is passing LTPA token to worklight calls At worklight we are using WASLTPARealm and respective LoginModule What is happening, worklight…
2
votes
1 answer

An existing connection was forcibly closed by the remote host Error after .Net 4.0 upgrade from .Net 3.5

Hi I recently upgraded my WPF client and WCF services from .Net 3.5 to .Net 4.0. After the upgrade I started getting following error when using KerberosOverTransport: An existing connection was forcibly closed by the remote host at…
Gaurave Sehgal
  • 119
  • 3
  • 11
2
votes
1 answer

Set dynamic variabe in the Datapower context

My requirement is to set some dynamic variables in a for loop to the datapower context something like : The variable $i will keep on changing. The…
2
votes
1 answer

Read JSON Key Value and store it XSLT Variable

Please help me for XSLT code which will work in DataPower for following input Input: { "Timestamp": "2018-12-19T10:52:21.0870605-05:00", "ResponseType": "Success", "Name": [ { "Code": "1001", …
2
votes
1 answer

DataPower WebServiceProxy selection of data

i'm looking for solution for a problem. I will start with a example: we have a SOAP webservice that returns userData (userName + userAddress), I'm using Web Service Proxy to extract the UserData, but then I want to receive only userName - this needs…
voidmat
  • 113
  • 3
  • 12
2
votes
1 answer

Creating JWT custom claims in DataPower

Running on DataPower 7.5.2.0 I created a JWT Generator as part of a AAA Policy and it is working fine, I am able to generate, sign and then externally verify the JWT with no issues. Now I want to add a custom claim to the JWT, so I ticked the box…
2
votes
1 answer

dW: IBM Datapower gatewayscript

I'm new to Datapower Gateway script. In my script I try to get value of context variable like var://context/WSM/identity/credentials. I try something…
2
votes
1 answer

reference in json schema

Input { "createResponse": { "backResponse": { "status": { "code": "000", "message": "success" } } } } or { "updateResponse": { "backResponse": { …
mnvbrtn
  • 558
  • 1
  • 8
  • 27
1
2 3
22 23