Skip main navigation (Press Enter).
Log in
Toggle navigation
Log in
Community
Topic Groups
Champions
Directory
Program overview
Rising Champions
IBM Champions group
User Groups
Directory
Benefits
Events
Dev Days
Conference
Community events
User Groups events
All TechXchange events
Participate
TechXchange Group
Welcome Corner
Blogging
Member directory
Community leaders
Resources
IBM TechXchange
Community
Conference
Events
IBM Developer
IBM Training
IBM TechXchange
Community
Conference
Events
IBM Developer
IBM Training
Profile
×
Contact Details
IBM
×
Enter Password
Enter Password
Confirm Password
Hermann Stamm-Wilbrandt
Compiler Level 3 support, IBM DataPower Gateways,
IBM
Profile
Connections
Contacts
Contributions
Achievements
List of Contributions
Contributions
1 to 5 of 50+ total
search criteria =
ALL
RE: Remove emoji from input request
Posted By
Hermann Stamm-Wilbrandt
Tue April 15, 2025 05:42 AM
Found In
Egroup:
DataPower
\
view thread
Your code only removes Unicode characters not on BMP (Basic Multilingual Plane, the first 65536 characters). U+2747 (❇) is in BMP and therefore not removed by your code. You need to walk through all BMP characters and identify those that you want to exclude. That is needed because there is no function ...
RE: Does DataPower support HTTP GET requests with a body
Posted By
Hermann Stamm-Wilbrandt
Mon April 14, 2025 06:39 AM
Found In
Egroup:
DataPower
\
view thread
I cannot because I don't have MQ skills. Please don't hijack unrelated threads. Please create a support ticket. ------------------------------ Hermann Stamm-Wilbrandt Compiler Level 3 support, IBM DataPower Gateways IBM Boeblingen ------------------------------
RE: Remove emoji from input request
Posted By
Hermann Stamm-Wilbrandt
Fri April 11, 2025 06:41 AM
Found In
Egroup:
DataPower
\
view thread
Hi Daviid, your script works indeed: $ echo -e "foo\xF0\x9F\x91\x8Dbar" foo👍bar $ coproc2 onlyBmp.js <(echo -e "foo\xF0\x9F\x91\x8Dbar") http://127.0.0.1:2227 foobar $ The problem is that your script is a Non-XML script, and INPUT seems to be available as is in MPGW, but not in ...
RE: Remove emoji from input request
Posted By
Hermann Stamm-Wilbrandt
Fri April 11, 2025 02:46 AM
Found In
Egroup:
DataPower
\
view thread
Hi, here is the easy part. First have a xform action with a stylesheet or a GatewayScript action with input contect INPUT and output context _INPUT_ The change all actions with INPUT as input context to use _INPUT_ instead. In a XSLT you can use XPath 1.0 function "translate()" to delete ...
RE: How to decode response content type as application/zip?
Posted By
Hermann Stamm-Wilbrandt
Thu March 20, 2025 09:09 AM
Found In
Egroup:
DataPower
\
view thread
That is a second "by hand" way of dealing with "gzip"ed backend response. You don't need to use "dp:inflate()" when you set "Compression" to "on" as I showed in my previous posting. Then DataPower will do the inflate and your service will get inflated data as input. ------------------------------ ...
«
1
2
3
4
5
...
»
Powered by Higher Logic