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

Caching/Storing the LTPA token generated in datapower

I'm generating an LTPA token in datapower after the authentication. I want to store this token for further processing.(to validate against another request) How can I store/cache this token in datapower?
0
votes
1 answer

Mobilefirst Direct Update LTPA Authentication whit Data Power and error SESN0008E

We have implemented MobileFirst security with LTPA token and Data Power. Mobilefirst version is 7.0.0.00.20150729-1801. DataPower 7.1.0.4. User authentication and user sessions run fine. The problem comes with Direct Update: the update alert appears…
Netshound
  • 1
  • 2
0
votes
2 answers

Stringify jsonx object nested within url-open tag

I'm using ibm datapower to send a post request to an api. I'm using the url-open tag to send the post but I'm having trouble with the json payload. Ideally I'd like to do something like this:
Cathal
  • 1,740
  • 18
  • 31
0
votes
1 answer

Setting an attribute's name to match a substring of another element's attribute

I'm writing an XSLT that, among other things, locates certain elements that have a "name" attribute with a value that starts with a dash ('-'). When such attribute is found, the xslt creates an xsl:attribute, which name is all the text that comes…
dotaneli
  • 45
  • 11
0
votes
4 answers

Removing namespace declaration using xslt

My requirement is to remove the namespace declaration from the the input xml using xslt, if certain condition is true. I have went through various forums in stackoverflow, after that I had managed to build up an xsl, but it still is not working. I…
user2607367
  • 225
  • 4
  • 25
0
votes
3 answers

Datapower Gatewayscript Urlopen MQ

How can I send message to the MQ manager with urlopen from gateway script? I found this example. But it doesn't work. I get an error: mpgw (KSSH_MPGW_SC): URL open: Unsupported target 'dpmq://KSSH_MQQM_AC/?RequestQueue=rQ1' or protocol 'dpmq' Does…
Eugene K.
  • 11
  • 4
0
votes
1 answer

xslt code implementation..lookup in xml for xpaths

I have an xml like ns1:body/ns1:request/ns1:name ns1:body/ns1:request/ns2:amount ns1:body/ns1:response/ns1:address Now I have web sevices running on datapower x152 appliance made on…
anky316
  • 21
  • 5
0
votes
2 answers

modifying a sorted result with xslt

In my request xml there is a tag whose value when sent to a web service returns a list of names in response. The initial requirement was to sort the names in response alphabetically which i implemented using xsl:sort function. Now the requirement…
anky316
  • 21
  • 5
0
votes
1 answer

Search and pick up the xml tag using xslt code

I am new to xslt programming. I want help to get a piece of code for my requirement, I have an xml file which is like abc def The text inside value tags are the value of…
anky316
  • 21
  • 5
0
votes
1 answer

Display Bootstrap HTML with .CSS links inside XSL stylesheet?

What I am trying to do here is display my HTML page when I run a XSL style sheet. The HTML with .CSS links is embedded inside my XSL. There is no .XML file in this case. I am trying to output the Bootstrap HTML page when the .XSL style sheet is…
DE127
  • 1
  • 1
0
votes
1 answer

What is WSM Buffer in Data Power

What is WSM Buffer in IBM DataPower's context? As per my understanding, WSM Buffer is used to monitor incoming requests in DataPower. The statistics for all incoming requests such as 'completed records', 'pending records' etc are captured in 'WSM…
0
votes
1 answer

SOMA command equivalent for command line "show network-interface"

I'm researching/implementing SOMA commands for DataPower XI52. There are several commands that give me the status of things but I'm not finding an equivalent for "show network-interface". Is there a SOAP command that I can run to get equivalent…
Zack Macomber
  • 6,682
  • 14
  • 57
  • 104
0
votes
1 answer

Connections pooling REST calls made from Bluemix nodejs apps in to DataCenter services via Datapower

Hi We have a UI component deployed to Bluemix on Noedjs which makes REST service calls (JSON/XML) to services deployed in Data-center. These calls will go through the IBM Data Power gateway as a security proxy. Data Power establishes an HTTPS Mutual…
0
votes
1 answer

Appending the validated User id into the Request header (Cookie) in DataPower

I want append to Username into Cookie , so that the backend team will fetc the username from cookie. So i tried to use the below code , but it dint append
vathsa
  • 1
0
votes
1 answer

Obfuscation file (.conf.obf extension) for Tivoli Access manager

Can anyone help me on, how can we convert .conf file to obfuscated file .conf.obf extension? Any tool or link where I can find the steps for that?