Questions tagged [ibm-api-connect]
10 questions
1
vote
1 answer
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

Itachi Uchiha
- 13
- 4
1
vote
1 answer
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 Client-Cert HTTP header.
I thought that…

Takahiko Kawasaki
- 18,118
- 9
- 62
- 105
0
votes
0 answers
create an API using IBM API connect for integrating with database say DB2 or any other database
I need to create an API using IBM API connect that can help me integrate with DB2 database, I have explored the knowledge articles but couldn't find anything relevant. Please help me understand -
Is this a valid use case with IBM API connect ?
does…

DIID Rao
- 1
0
votes
0 answers
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.sec.gov
I came up with server details for Open…

Mayank
- 11
- 2
0
votes
0 answers
How to replace a value of the element in soap request in Api Connect using Gateway scripting
Below is input request that I have saved in the Request variable and saved the response string in the ResponseString variable. Now I need to replace the ResponseString variable value with Payload element value in the input request, please refer to…

Chris_dev
- 17
- 5
0
votes
1 answer
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 cases I get a generic error message.
In that image…
0
votes
1 answer
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 Connect. But, I want to build an explicit tool to…

Emani
- 1
0
votes
1 answer
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-data; name="";…

Itachi Uchiha
- 13
- 4
0
votes
0 answers
API connect map xml field(array) using map policy
Below is my input.
one
two
And need the following xml output.
one
I am trying to implement it as shown below.
`actions:
- set:…
0
votes
1 answer
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 downloaded in .pdf format
var urlopen =…

Itachi Uchiha
- 13
- 4