10 questions
0
votes
1
answer
80
views
How to upload an entire folder into DataPower local folder?
I am not able to import an entire folder into datapower becouse it's allows me to upload files only and I can't use a JS liberay (e.g: ValidatorJS) in API Connect Gatewayscript becouse I can't upload ...
0
votes
0
answers
45
views
need to cache an access token from oauth url.How do I pass the cached access token to the next invoke policy
I need to cache an access token from oauth endpoint and use the access token to make a call to a backend endpoint. How do I pass the cached access token to the next invoke policy? I am using IBM API ...
0
votes
1
answer
198
views
Need to GET OAuth Token with just client id and no client secret and redirect url
I have configured an API and my client can only to pass client_id to get OAuth token back as a response. He can't pass client secret and no redirect_url. I tried with Implicit type and I see the below ...
0
votes
0
answers
347
views
how to handle sub domains in open api spec?
I am preparing open api spec 3.0 for an external system hosted by Government. I am lacking to handle subdomains.
There are two endpoints available as per Edgar and API Documentation
www.sec.gov
data....
1
vote
1
answer
283
views
XSLT to remove soap envelope and soap namespaces and process the soap body
I need to remove the soap envelope and soap namespace from the input and pass it to the backend as xml
For e.g:
My input is
<xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="...
0
votes
1
answer
211
views
How tocontrol this soap error message in JavaScript with the HTTP code 200?
I developing in ibm-app-conect and I have a problem.
I consume a backend soap service and transform it to JSON.
When I test my service (OK) I have no problem, but when I test my service with error ...
0
votes
1
answer
530
views
Obtaining analytics data by using REST API calls on IBM API Connect Developer portal
I am looking for a way to fetch API Connect analytics data i.e. a number of requests of APIs exposed via API Connect, by which client, etc. I know, there is an individual dashboard/chart within API ...
0
votes
1
answer
160
views
Removing hyphens in form data in DataPower gateway
we are trying to pass a file in form data but we are unable to remove the hyphens, Content-Disposition and Content-Type.
----------------------------376203720009485735911622
Content-Disposition: form-...
0
votes
1
answer
466
views
streaming pdf files in datapower gateway
i want to download a pdf which is present in datapower local directory
i created a serice and wrote a small gateway script but the pdf in downloading in unreadable format
i want the pdf to be ...
1
vote
1
answer
998
views
IBM API Connect: Set-Variable does not work
I'm a novice in IBM API Connect. What I want to realize is to pass the client certificate used in the mutual TLS connection between an API caller and IBM API Connect to a backend server as a value of ...