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

Configure DataPower for large JSON payload

Getting Error 500 with message "JSON type length exceeded" even after setting Maximum length to 5000000 bytes in Configure JSON settings in IBM DatPower Gui. Is there any additional configure step required for IBM DataPower to cater to much larger…
1
vote
1 answer

Datapower to handle all the business (no backend server)

According to IBM XML-FW is there only for testing and debugging, what Im looking for is a way to let the Datapower do all the business with no backend server. so basically i need to configure a MPG to read from the database and send the result back…
Gazaz
  • 167
  • 1
  • 3
  • 9
1
vote
2 answers

API Management 2018.1 and DataPower 7.7

I am trying to add DataPower 7.7 into API Management 2018.1. I need to configure API Connect Gateway Service in DataPower (new APIC 2018.1 doesn't work with XML Management Service). After configuration I got an error: 8:07:19 mgmt notice 959 …
1
vote
2 answers

What is the use of GateWayScripts in DataPower?

Could you please let me know Any useful online resource to learns and implement some scenarios to explore more about it. Thanks.
1
vote
1 answer

IBM DataPower - How to handle HTML Response from openurl?

I tried looking for the solution in the forum but I was unable to find something similar to what I'm trying to achieve. I have a gateway script in an MPG which kinda looks like this: session.INPUT.readAsJSON(function (error, json) { if (error){ …
Ray Zabala
  • 11
  • 3
1
vote
2 answers

Routing between processing rule in DataPower

I have one MPGW which has 4 processing fule specific to 2 applications. Processing rule request1, Processing rule request2, Processing rule response1 and Processing rule response2. There are 2 flows. Application1 directly interacting with Processing…
1
vote
1 answer

Emoijis in JSON, Datapower

I have a mpgw where the request is JSON. I save the content in a context variable with JSON.stringify(json) The problem is when json contains a emoiji eg \uD83D\uDE0D tha variable no longer will be a string, it will be binary and the emoijis is…
JockeD
  • 11
  • 2
1
vote
1 answer

Using Kestrel - do I need IIS behind IBM DataPower Gateway

When deployed to production, our .net core APIs will sit behind an IBM DataPower reverse-proxy, performing authentication; SSL/TLS termination; caching etc. Do we need to use IIS in this setup? The service should be HTTPS as the DataPower server…
Dog Ears
  • 9,637
  • 5
  • 37
  • 54
1
vote
0 answers

WCFBinding in DotCMIS

Am trying to invoke a CMIS repository webservice URL from a WCF service. I need to ensure that I have WCF binding (basicHttp) on invoking that webservice (to mutually exchange certificates between client and Data power). Hence i used the below…
1
vote
0 answers

Why my SOAP envelope request has backslash ("\") character in it?

I'm working on a SOAP based web service (JAX-WS, Apache CXF). In my SOAP request, there is backslash ("\") in every element which starts with http. For instance :-
Vinod Kumar
  • 665
  • 3
  • 13
  • 31
1
vote
3 answers

Need help to configure API connect with datapower

I wanted to secure my microservices built in api connect using Oauth for that i need to use datapower as authorization server. Is there any step by step document/example to configure API connect to use Datapower Gateway API gateway. Any help will be…
Sanket K.
  • 197
  • 12
1
vote
2 answers

How to access invoke response object variable in following steps of assembly

the assembly of my API Connect API contains two invokes. The first is calling an internal routing API to get some routing information. The response of this routing API should not be passed to the second invoke. If I do not configure a 'response…
tdeer
  • 135
  • 1
  • 6
1
vote
1 answer

Unable to remove User-Agent Header in API Connect call

my APIConnect API running on Bluemix is calling another API and I want to remove the User-Agent Header. I am using apim.setvariable in a Gatewayscript. Its working for some (e.g. Origin, Referer, ...) but not for the User-Agent. The User-Agent is…
tdeer
  • 135
  • 1
  • 6
1
vote
0 answers

XML compare two nodes, if equal then proceed with mappings

I have to match number with ph.No other condition. Xml temp1:
Gupta
  • 11
  • 3
1
vote
1 answer

Schema validation error when accepting datetime

We have field in an XML which will have date along with Timestamp. EX : 2016-12-22 10:36:46 and in our Schema, we have defined that element as But we are getting a fatal error as…
sreevathsa a
  • 149
  • 13