Tag Archives: DataPower

Using DataPower SOA Appliances to query WebSphere Service Registry and Repository

Learn how to use IBM WebSphere DataPower SOA Appliances to query information from IBM WebSphere Service Registry and Repository using the REST API and SOAP API. Reusable stylesheets are provided to serve as standard query components to be used throughout DataPower configurations. Step-by-step examples show how these assets can be used to query WebSphere Service Registry and Repository. (IBM WebSphere Developer Technical Journal)

Read more

Build an RSS aggregator using IBM WebSphere DataPower SOA Appliances multistep

The IBM WebSphere DataPower SOA Appliances multistep processing policy
system is a key part of appliance configuration. Version 3.6.1 of the firmware
includes a number of enhancements to multistep that provide functionality familiar
to programmers, including loops of actions, conditional execution of actions, and
the ability to execute actions in parallel. Explore how you can combine the new
features in multistep 3 to build an RSS feed aggregator.

Read more

DataPower Extension Functions

It dove into the world of Datapower contexts and what I call the ‘magic’ XSLT functions that datapower adds on. I consider things like dp:prioritiy, dp:variable to be a part of these add-ons. Example: Printing the headers you can access them via: dp:variable(“var://service/header-manifest”) When there are multiple match rules in rules, it is “one and […]

Read more

“What’s New in WebSphere DataPower v3.6.1”

Since I’m extremely pro-Datapower, I felt it would be an effective use of time to attend and maybe it’ll push me over the top on my certification. I found a link about the features on the IBM Support site. Multistep v3 processing: Mediations. Configurable QoS SOAP 1.2 Reliable Messaging WS-Policy WS-I Profile enhancements Db2 v9 […]

Read more

IBM WebSphere DataPower SOA Appliances Part IV: Management and Governance

Redpaper, published: Wed, 23 Apr 2008

– Monitor DataPower with IBM Tivoli Composite Application Manager for SOA
– Integrate Websphere Registry and Repository with DataPower
– Manage configurations on multiple DataPower devices

IBM® WebSphere® DataPower® SOA Appliances represent an important element in the holistic approach of IBM to service-oriented architecture (SOA).

Read more

Addenddum to DataPower Parallel Invocation Support

Thanks to ‘the internet’ for letting me know that in the 3.6.1 revision of the firmware, DataPower can now invoke multiple endpoints in parallel. It introduces a new syncpoint action that will allow you to wait for the responses to come in. I’m still giddy about the prospect of an integration ‘server/appliance’ that actually introduces […]

Read more

DataPower – Proxy & Co-Processing

I’ve started reading up on DataPower in anticipation of writing the certification test in May (At the WebSphere Services Technical Conference 2008). Two of the usage scenarios that have caught my interest are ‘Proxy’ and ‘Co-processor’. In Proxy, DataPower acts as proxy to your web service . The scenario given is a website that uses […]

Read more