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

Signature verification failed, rsa signature did not verify - IBM Datapower

I've implemented a Web Service client with Spring-WS, and the requirement is to digitally sign the SOAP message and send the request to the IBM Datapower server (DataPower SOA appliance). But the signed SOAP message that the client sends is rejected…
1
vote
1 answer

Transforming SOAP Output to JSON issue

I called a SOAP service and like to transform it to a JSON using XQuery but always the result said that there are error tokens: This is the SOAP:
abu taha9
  • 45
  • 14
1
vote
2 answers

How can we achive dynamic schema validation in DataPower?

Requirement: Dynamic schema validation. The request URL will contain the function name in query string. http://DataPowerIP:Port/CD_HTML/AOL.jsp?function_id=YY_TD_ICT_CER_CREATE DataPower will have multiple XSDs in its file management. Need an XSLT…
Sammy
  • 121
  • 4
  • 12
1
vote
2 answers

IBM Datapower - WebSphere MQ - message from transmission queue

I have to get message from one MQ manager (transmission queue), get name of back-end queue from MQXQH header, validate message, create new message without MQXQH header and send it to another MQ manager. Now I can get back-end queue (with XSLT) and…
Eugene K.
  • 11
  • 4
1
vote
1 answer

Is there a built in way to have ASP.NET accept posted data with GET instead of POST?

We have a straight forward ASP.NET web application with a login page. After the user enters credentials and submits the form, the server processes the details and if successful, Response.Redirect()'s the user to the Main Menu page. (We also have a…
StingyJack
  • 19,041
  • 10
  • 63
  • 122
1
vote
2 answers

Conversion of Non-XML to XML by performing Transform Binary action

Can anyone please suggest me how to get the following output by performing Transform Binary action: Here is my input: STRTYP=HD&STRNBR=0121&PSTLCD=776&MDLNBR=FFGC3010QS I have to get the desired output: HD
sujay
  • 13
  • 2
  • 5
1
vote
2 answers

Spilt a XML in CDATA into multiple chunks using XSL

I have a requirement where I have to insert the SOAP Messages into a DB where the Message field character length is say 200 characters. I have to use XSLT to acheive this and I am getting the SoapMessage in a CDATA section. Below is the SOAP Message…
1
vote
0 answers

IBM Datapower SOMA and Suds: single parameter-less method and many types

I'm trying to get Suds to work with IBM's SOMA operations for Datapower. However, Suds detects only 1 method, moreover a parameter-less one: operation(). Service ( xml-mgmt ) tns="http://www.datapower.com/schemas/management/wsdl" Prefixes (1) …
1
vote
2 answers

Datapower Secure Connection Bluemix

Does the Datapower Secure Connection in Bluemix require the Datapower to be internet facing ? If Bluemix starts the connection, the answer is maybe yes. But as the Basic Secure Connection (Software), if that one initiates the connection, the server…
Aymeric
  • 95
  • 1
  • 4
1
vote
1 answer

Datapower - is using WAF right here?

Here's the basic scenario: I have a set of internal machines with no public ips. I want to front something in the DMZ with a public IP then forward http (and websocket) data to the internal machines. I appreciate this may be a basic use of…
Sam R
  • 13
  • 3
1
vote
1 answer

how to automate datapower deployment

I want to know if there are anyways to automate datapower deployment. I have seen DpAdmin and DPBuddy are available in the market, but is there anyway we can do it ourselves writing some ant scripts and integrating with Jenkins
user1236196
  • 11
  • 2
  • 4
1
vote
1 answer

Not able to retrieve WSDL content from WSP

I have service (Web Service Proxy) running on DataPower. I am able to test the service from SOAPUI. Client application / service is trying pull WSDL from URL like http://host:port/uri?WSDL It is mandatory to pull the WSDL from URL to develop their…
user3734575
1
vote
1 answer

Validating a part of request in DataPower

I have WSDL which can be used to validate complete XML and part of XMLs MY XML : .. .. .. .. .. .. ..…
user3734575
1
vote
1 answer

Datapower adds characters outside soap envelope. What are they?

First off, I'm a total newbie and am way over my head. I have googled my brains out and cant get what seems like a super easy question answered. My company just started sending requests via datapower and although we havent changed other things we…
1
vote
2 answers

AAA authentication error in DataPower

I have create AAA policy and validating SAML attribute in AAA authentication. I am getting error as 'AAA Authentication Failure' I am not getting detailed error message why I am getting the AAA error. Any help?
user3734575