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

Securing Web Service parameters against Denial of Service issues

We have some soap based web services using java to wsdl approach in our organization. There is a security requirement to now fix limits on the request parameters being passed to service methods. Currently we have the maxoccurs attribute for a…
Shan
  • 21
  • 4
0
votes
1 answer

XSLT code for XFF Http Header Extraction in IBM DataPower

I need an XSLT code to extract the X-Forwarded-for HTTP header from the incoming traffic on the DataPower load balancer.
0
votes
2 answers

Adding default namespace conditionally using xslt

Requirement: Check whether a default namespace declaration xmlns="http://www.origoservices.com present in the request xml. If not, add the default namespace declaration. Sample Request xml 1:
user2607367
  • 225
  • 4
  • 25
0
votes
1 answer

Invoke web service on creating a web service proxy on data power

We have a SOA Service Registry with in our organization. This is a custom build web application. We ask different teams to register their developed services in the Service Registry. But we are not able to ensure that every team is registering all…
Itsme
  • 1
  • 1
0
votes
1 answer

Proxying IBM WAS Liberty Profile

I am using DataPower to proxy MobileFirst Applications and AppCenter running on a WAS Liberty Profile. While we got great results with the Mobile Apps (Hybrid apps), we are facing some strange behaviour with the AppCenter: Basically, anytime that a…
0
votes
1 answer

Preserving Whitespaces in Soap response using xslt

We are recieving soap response with spaces from backend application, when i see in datapower probe unformatted format i can see spaces. But Consumer team are recieving response without spaces from datapower webservice proxy.How can we send the…
0
votes
0 answers

Oracle Application Packet Filtering

Am looking for a solution to a problem that I have - I have some applications that connect to Oracle databases and we need to filter out the query results that is returned based on the user role and the row content of the Oracle database. RBAC and…
0
votes
1 answer

How can I add headers/footers to a text output in a XSLT transformation?

I need the following behavior in a XSLT Transformation in Datapower: Input text: AAAAAZZZZZZZ BBBBBZZZZZZZ CCCCCZZZZZZZ Output text: _HEADER AAAAA BBBBB CCCCC _FOOTER So I wrote the following XSLT:
brokermq
  • 97
  • 1
  • 4
  • 15
0
votes
2 answers

RESTful API for interacting with IBM DataPower XC10?

It looks like IBM has set up an XML Management Interface for interacting with DataPower appliances that uses SOAP but I'm wondering if there is a way to interact with DataPower XC10 appliances through REST. Like, is there a RESTful API available…
Zack Macomber
  • 6,682
  • 14
  • 57
  • 104
0
votes
1 answer

CORS support in IBM Datapower or Java Spring Application only?

We have Java Spring web application providing Restful webservices (JSON). All requests are proxied thru Datapower for Basic Authentication. These services are being invoked from native iOS Apps and everything works fine. We are now building a…
Raj Goli
  • 23
  • 6
0
votes
3 answers

Soap Action and substring in DataPower

In DataPower, I have to read the incoming requests soap action. Once read, I need to extract the last string after delimiter and save it in the variable. Then I need to modify the SoapAction and set as new value for every request going outside…
Mano
  • 143
  • 1
  • 2
  • 13
0
votes
2 answers

Is there a functionality in XSLT through which i can put a test condition on a range of values

For an exampple i want to test if the time (customized variable here) is between 1345:59 - 1400:00 Hrs I am not sure if this is the right way of doing this. Is there a way i can apply a range for the test condition. Like its true if the current…
Cris3k
  • 30
  • 7
0
votes
2 answers

Implementing a Passthrough MPG in Datapower which dynamic routing

I want to implement a MPG service in Datapower with Request Type and Response type as Passthrough, with static end point its fine. Can I handle the same Dynamically. Created a Policy with Request rule having a result action and a transform action…
0
votes
1 answer

What is the Throttle Settings used for in Datapower Appliance?

In Datapower , under Administration -> Devices -> Throttle setting we have many parameters. But the description isn't clear enough on the functions it does. Parameter : Memory Throttle At %* Memory Terminate At %* Temp File Space Throttle At …
trilawney
  • 1,786
  • 6
  • 28
  • 36
0
votes
2 answers

Error code in Datapower

I'm using MPGW service which will hit the CICS service and return back the response. This is my flow. UI --> DP MPGW gateway --> MPGW Service --> CICS service. In case of "No data Found" response from CICS, I just want to set the error code as 100…
DeepVeen
  • 299
  • 1
  • 5
  • 14