an API lifecycle management platform
Questions tagged [apiconnect]
229 questions
2
votes
1 answer
StrongLoop API Explorer Not Working With `apic strongloop` Scaffolding / Generator
I am learning LoopBack (aka Strongloop). When I go to https://strongloop.com/ it tells me to install npm install -g apiconnect. So, I'm learning LoopBack with the scaffolding from apic loopback
Once I get a starter project going with apic loopback,…

jpoveda
- 2,137
- 1
- 25
- 34
2
votes
2 answers
Bluemix > IBM API Connect > IBM Developer Toolkit: ECONNREFUSED Errors
Learning how to deploy the demo project to IBM API Connect on Bluemix (get-started) and get the following errors after run apic edit to start IBM Developer Toolkit local site:
Screenshot of the error
Any suggestions will be appreciated.

Parris Lucas
- 33
- 4
1
vote
1 answer
API Connect Developer Portal giving error as (IP) has been banned
Today All of a sudden developer portal of one of the catalog in IBM API Connect started throwing the error as (IP) has been banned. Any idea guys how to fix this ? I did restart of portal services but still the same issue.

Mohd Sohail Khan
- 11
- 1
1
vote
2 answers
Access Data from API in flutter
I want to access data from the API below.
"https://api.categen.com/api.php/recent_activity/1"
and Want to print in text.
Please help me.
Moreover, there is 3 classes
Home . dart file.
DataService . dart file.
Model . dart file
I tried below…

Rohan Jariwala
- 1,564
- 2
- 7
- 24
1
vote
0 answers
Defining Max Length in IBM API Connect
I am currently using IBM API Connect as my application for creating my API. I have an input parameter that I would like to set the maxLength for, and have it so the API is throwing an error if the input for the parameter is larger than the maxLength…

Melon Man
- 165
- 1
- 13
1
vote
1 answer
Adding Two Versions of Same API to Product in APIC
I am using IBM API Connect v5. We have an API with two different versions, 1.0.0 and 2.0.0. We have both APIs inside a single Product. From APIMgr we are able to stage and deploy the Product to Marketplace. However, when running CLI we get an error…

geewalk
- 11
- 1
1
vote
1 answer
IBM ACE and IBM API CONNECT
Can somehow explain me the difference in these products?
As far as I understand IBM ACE (AppConnect) gives you more or iPaas capabalities. It is allows you to make an API.
But from what I understand now is that API Connect is required for the…

Arjan Petersen
- 27
- 7
1
vote
1 answer
IBM API Connect Gateway script is not being executed
I have conifgured my API DESIGN to hit a local python application http://127.0.0.1:9999/get_batch_filters
even with the assemble window being blank this works fine.
I have noticed that the gateway scripts are not being executed, also there are no…

Aqua 4
- 771
- 2
- 9
- 26
1
vote
1 answer
IBM API Connect - Cannot pass the meaningful message from response of Authentication URL to oAuth/token Client
I have an oAuth Provider which uses Authentication URL. In some cases, my Authentication URL returns "non-200" with meaning messages e.g. incorrect username, incorrect password, user locked etc.
I wonder how to pass the meaningful message from…

Ericson
- 11
- 3
1
vote
0 answers
In IBM Api connect Unable to Change the response Content-Type to “application/json; charset=UTF-8”
I am using apic.setvariable('message.headers.Content-Type', 'application/json; charset=UTF-8'); property in gateway script to change response header. Which is not working.
Suspecting, the content-type is not charset=utf8, which in turn overwriting…

Nitin Maram
- 11
- 1
1
vote
2 answers
How to read Data from a file using XSLT in IBM API connect
I am working on creating REST API's in IBM API connect. our requirement is to get the backend URL's from a property file which is present on the datapower gateway server and then invoke the back-end service in the API's.
In API assembly I have…

Sam
- 21
- 4
1
vote
1 answer
API Connect on IBM Cloud: error when trying to expose an local API through API connect on cloud
I'm not able to expose a local rest API through API connect on cloud.
API Connect on Cloud : error
I created a Rest API in my laptop using IIS, and I want to expose it through API Connect on IBM Cloud. Since the "Push Rest API" option in IIB Web…

cg03
- 11
- 1
- 3
1
vote
2 answers
Is it possible to use the HTTP schema in APICONNECT APIs?
I have tried in the api manager and in bluemix, returns this error:
API level schemes must be set to use only "https"
enter image description here
la URL de mi API es: http://54.91.49.213:9443/desarrollo/catalog/ordencompra/v1/grabar.
Is it possible…

dhuamanr24
- 11
- 2
1
vote
1 answer
Are certificates supported in IBM API Connect Test and Monitor?
I plan to use IBM API Connect Test and Monitor for one of my customers but I can't find a way to use certificates in my tests. Is this possible? If so, how?
Thanks a lot,
Dirk

Dirk Maes
- 11
- 2
1
vote
1 answer
Facing issue in publishing product in API Connect CLI
While executing
apic products publish climb-on.yaml --server mgmnthost.com --org climbon --catalog sandbox
i am getting
You do not have sufficient permissions to perform this operation.
I executed apic orgs --server mgmnthost.com
but, i am…

Aman
- 159
- 2
- 15