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

Namespace issues while transforming xml using xslt stylesheet

In my case,The Input xml must have a declaration of namespace of which the root element (i.e. ) is part of . In the example 1, element is a part of namespace http://www.origostandards.com/schema/mtg/v2.It is declared in the xml and…
user2607367
  • 225
  • 4
  • 25
-1
votes
2 answers

XSLT to get the attribute value from a SOAP Request

I have the following SOAP Request and i need to extract the IP Address parameter value inside the XSLT template. SOAP…
ajithparamban
  • 2,833
  • 3
  • 17
  • 14
-1
votes
3 answers

Unable to use fn:cast and castable in XSLT

I am trying to convert a string to date using castable function in XSLT. But i am getting a parsing error. I am using DataPower XI52 version 6.0.1.0. Does XI52 support this function? Sample XML: 2011-31-12 My…
-1
votes
2 answers

How to test a usename and password whether present in LDAP?

I am basically using Datapower AAA policy and in that I have configured 'using LDAP to bind DN' as authenticate mechanism. Now i have made rules and configured host and LDAP port I have a user and Password to test whether it exist or not How to…
Uselesssss
  • 2,127
  • 6
  • 28
  • 37
-1
votes
3 answers

How to have dynamic routing in datapower

Well I am quite new to datapower(IBM Websphere xi50) and i have got struck as to how to route dynamically.Suppose we have configured dynamic backend then a client asks for some service so how to route it . Is it through XSLT or yhrough certain…
-2
votes
1 answer

When we are getting error like: "Rejected by filter, soap fault sent" in datapower?

Could any please help me at which situation we are getting the following error in datapower "Rejected by filter, soap fault sent"
-2
votes
1 answer

Why IBM Websphere DataPower?

I am beginer in learning IBM DataPower so please let me know why it is used and where it is used and what is the purpose that we use it. Thank you.
-3
votes
1 answer

AES- ECB using DataPower

I have a requirement where in I get a HEX string which is 32 character long. I need to encrypt it with AES-128-ECB and get an Hex string with is again 32 character long. I have been asked to convert the 32 char hex string to binary stream(to get 16…
-4
votes
1 answer

Simple XSLT nested IF statement

Here is a snippet of my code. The input is now supposed to include 2 optional fields. So I thought to create 4 if statements, as the URL has to be different if the fields exist or not. The choose/when works, and the first IF statement works. But…
czah
  • 49
  • 2
  • 7
1 2 3
22
23