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
1 answer

url-open smtp mime attachment issue

Trying to use url-open from a stylesheet to build and send an e-mail with attachment via smtp on an XI50 firmware 3.8.2. Can't seem to get the attachment to work.... The content of the attachment and the mime headers appear as ordinary text in the…
Dave
  • 231
  • 2
  • 6
  • 8
1
vote
2 answers

volumes not working with Datapower and docker

I am using docker datapower image for local development. I am using this image https://hub.docker.com/layers/ibmcom/datapower/latest/images/sha256-35b1a3fcb57d7e036d60480a25e2709e517901f69fab5407d70ccd4b985c2725?context=explore Datapower version:…
Brian McCann
  • 141
  • 1
  • 4
1
vote
2 answers

DataPower SSL config for "Fetch" results in "unable to get SSL Profile''

We have a javascript file hosted on GitHub that I'd like to fetch: Error logs: 172416 cli error 320673 0x81000224 === Line 2: copy -f https://raw.githubusercontent.com/mmxxxxx/abc/master/shim_mpgw_mapping.js…
Lightbeard
  • 4,011
  • 10
  • 49
  • 59
1
vote
0 answers

sign xml with SecurityTokenReference .net c# ibm data power returns hash error

i'm trying to sign a xml with SecurityTokenReference for send it to ibm datapower service, but when i send it returns empty cert or error, when i send from SOAPUI DataPower receives ok I've tried a lot of time with diferent types like:…
1
vote
0 answers

IV in dp:encrypt-string

I'm able to successfully encrypt and decrypt using dp:encrypt-string and dp:decrypt-data in datapower. But how do I know the value of IV being used to encrypt by datapower? Edit- First 16 bytes of the ciphertext generated by Datapower is the IV…
akn
  • 59
  • 1
  • 10
1
vote
2 answers

How to read Data from a file using XSLT in IBM API connect

I am working on creating REST API's in IBM API connect. our requirement is to get the backend URL's from a property file which is present on the datapower gateway server and then invoke the back-end service in the API's. In API assembly I have…
Sam
  • 21
  • 4
1
vote
0 answers

How to Convert multiple XML based on one XML file using XSLT in DataPower and invoke all request into MQ

<------Sample Request---------!> SS FN EDT id WN **strong text** …
1
vote
0 answers

Response type "pass through" works as expected, but when I changed it to "XML" only GET requests works

I have a MPG that, until now, the request and response were defined as "pass through", but now I want to ensure that the request is XML. I defined the Request Type as "XML", and now only GET requests make it through to the server. In the probe I…
bzupnick
  • 2,646
  • 4
  • 25
  • 34
1
vote
1 answer

Dynamically replace matched special characters

I have a special character file (with list of special characters). I have to read that file and check if the incoming request has any of the special character, if so: replace that with constant else: move it as is in xslt 1.0 Tried with below…
harish
  • 15
  • 2
1
vote
1 answer

How to Store For Loop Result into XSLT Variable

I have below XSLT and i want to save for loop result into XSLT variable or DP variable
1
vote
0 answers

IBM Datapower - AWS VPC API connectivity issues

We have added AWS VPC cloud as an extension to on-premise infrastructure just recently. I am working on an implementation where we have lambda based VPC API exposed by AWS and we are trying to consume these from IBM datapower. Some more…
Finn
  • 912
  • 1
  • 16
  • 53
1
vote
1 answer

AES Encryption Decryption in API Connect Gateway Script JSON Datapower

How can I use aes encrption/decryption in api connect gateway script.. Below is the process i tried and the error I am getting help me understanding this issue const crypto = require('crypto'); var encryptionKey = '0123456789abcd0123456789'; var iv…
1
vote
0 answers

Sending SOAP Message to IBM DataPower Gateway

I have a problem with sending SOAP Message to IBM DataPower Gateway (I have any instances of DataPower). I have an app on IBM Websphere Application Server ND, that send SOAP Message to DataPower. But after calling it I get fault…
1
vote
1 answer

Processing policy of Websockets using DataPower

if someone is using IBM-Datapower as the organization firewall and the go-to tool for policy processing (like look into the traffic, schema checking and some other over the line processing). How this is possible to do it, if the protocol of…
Roi Katz
  • 575
  • 4
  • 14
1
vote
2 answers

Log data from dataPower to splunk

The question might be looking easy but I am quite struck on this. I have a requirement whereby I have to store data regarding Timestamp,latency,serviceName etc in a variable and then log that into splunk. However I am unable to call splunk through…
Uselesssss
  • 2,127
  • 6
  • 28
  • 37
1 2
3
22 23