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
2
votes
2 answers

ECMA in Datapower

anybody know how to access XML data using xpath expression in ECMA Script(datapower)? IBM infocenter doesn't have this information on how to access XML data Please provide if you have any sample script for accessing XML data Thanks
sk08
  • 21
  • 1
  • 4
2
votes
2 answers

Transformation of text file into an xml using datapower

I want to transfer a non-xml text file delimited by '|' characters into an xml using Datapower. Following is file (sample1) 10|20003|24/23/25|23890 Now i have to break this into the following XML 10
Uselesssss
  • 2,127
  • 6
  • 28
  • 37
2
votes
1 answer

Filtering output nodes using parameter from URI in REST

I facing a big problem here of showing up nodes in a range/specific node using XSLT in datapower. The service is a REST service. The range/node number needs to be fetched from service URI. One of the URI is like below :- http://{{servernameenter…
2
votes
1 answer

DataPower B2BGW with HA pollers

In DP XB62, a B2B Persistence store can be setup to run in HA configuration with a primary node with writeaccess and a standby/slave node with only read access. This is tightly connected with Virtual IPs and standby control. This works fine for…
Petter Nordlander
  • 22,053
  • 5
  • 50
  • 84
2
votes
2 answers

Datapower authentication

I am very confused as to how to have Authentication using LTPA for login re-use in datapower. and authentication of user presenting a SPNEGO AP-Req (kerberos) via keytab file What are the steps to be performed and what is the main conept behind…
2
votes
1 answer

j_security_check returns 500 (Internal Server Error)

Im trying to do a Worklight form based authentication following this guide: Using WebSphere DataPower as a Security Gateway for Protecting Mobile Traffic. Iim using a WebSphere Application Server 8.0.0.6, Worklight 6.0.0(EE)and when i tried to…
2
votes
2 answers

Can we send html code through JSONX to get it in JSON

Hi I am using IBM Datapower.I have a question Can we send html content to json through jsonx.. like hiii I tried like the above i got response…
Ironman
  • 556
  • 3
  • 7
  • 21
2
votes
1 answer

WSSecurity IBM DataPower issues with WCF client

I'm trying to consume an IBM DataPower 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 according to…
Gonzalo Gallotti
  • 2,413
  • 3
  • 23
  • 28
1
vote
2 answers

xslt loop count context, value from top xml

apple
apple
Suresh
  • 1,081
  • 4
  • 21
  • 44
1
vote
1 answer

XSLT to remove soap envelope and soap namespaces and process the soap body

I need to remove the soap envelope and soap namespace from the input and pass it to the backend as xml For e.g: My input is
1
vote
2 answers

GatewayScript request and not wait for response

Is it possible to make a GET/POST call to an external rest API and not wait for the response?
David
  • 239
  • 1
  • 2
  • 12
1
vote
2 answers

Datapower web service proxy

I have created a WSDL file using IBM APP Connect ,and uploaded it on datapower to create a wsp however I am failing to test the same wsdl file using SOAPUI even though I redirected the endpoint to my http://ip:port/uri and put in the provided AAA…
1
vote
1 answer

Datapower script - parsing JSON

I am parsing the incoming JSON and checking for a surname value. If it starts with 'C' then response should be sent back, else reject it. { "KeyPersons": [{ "Person": { "KeyPersonType": "D", "Forename": "user502", …
abhishek p
  • 11
  • 1
1
vote
1 answer

Can DataPower Operations Dashboard version 10.0.13 (DPOD) be upgraded and which one is the support lifecycle?

Can DataPower Operations Dashboard version 10.0.13 (DPOD) be upgraded? and Which one is the support lifecycle or end of support for this version? The IBM support by clarity says that my DPOD version is the last one, but I would like to have a…
1
vote
2 answers

How to convert JSON to XML using XSLT?

I want to convert JSON to XML using XSLT. But not able to achieve the expected output. Below is the JSON request: { "Store": [ { "Book": "Cartoons", "ID": "ABC" } ] } The XSLT which I tried: …
nikki
  • 29
  • 5
1
2
3
22 23