an API lifecycle management platform
Questions tagged [apiconnect]
229 questions
1
vote
1 answer
SOAP Fault response from Wiremock not detected as SOAPFault by API-Connect 2018
When I call the actual SOAP service (using Postman and SoapUI) with an invalid parameter value, it causes a SOAP-Fault response, with HTTP 200 .
I copied the body of the response into a Wiremock response file, whose corresponding mapping file…

Hummingtop
- 25
- 1
- 7
1
vote
2 answers
Making query params optional in IBM API Connect
Hi we are using IBM Api Connect as a gateway for our api's, i am unable to figure out how to make query params optional, i tried doing it in the DESIGN and ASSEMBLE sections of IBM api connect, but no luck.
this is my final URL that i want to…

Vinay Vullakula
- 63
- 1
- 4
- 13
1
vote
3 answers
Accessing IBM API Connect endpoint through Postman
I just created an REST API in API Connect and the endpoint works when I test it in the APIC assemble tab. It requires a client id and client secret. When I send a request through Postman, I currently get a “Could not get any response” message from…

Artanis
- 561
- 1
- 7
- 26
1
vote
2 answers
How can I create an integration test using API Connect Test and Monitor?
I've been playing around with IBM API Connect Test and Monitor (looks like a free to use rival to Postman) and would like to create an integration test (a test with multiple steps).
Looking at the example APIs it seems like it's possible, e.g.…

WhoLivesInAPineapple
- 23
- 6
1
vote
1 answer
AES Encryption Decryption in API Connect Gateway Script JSON Datapower
How can I use aes encrption/decryption in api connect gateway script..
Below is the process i tried and the error I am getting help me understanding this issue
const crypto = require('crypto');
var encryptionKey = '0123456789abcd0123456789';
var iv…
1
vote
1 answer
IBM API Connect v 2018 installation issues
Hope we can see that there is lot of changes in installation steps for installing API Connect with version 2018 deploying using ova files
Here is what i did for installing management console following ibm help link…

Srikanth Pragallapati
- 87
- 2
- 13
1
vote
2 answers
API Management 2018.1 and DataPower 7.7
I am trying to add DataPower 7.7 into API Management 2018.1.
I need to configure API Connect Gateway Service in DataPower (new APIC 2018.1 doesn't work with XML Management Service).
After configuration I got an error:
8:07:19 mgmt notice 959 …

Roman Pankratov
- 47
- 8
1
vote
1 answer
Server not starting in IBM API connect toolkit
I have created API's in API connect toolkit. For testing the API locally in Explore tab, I am trying to start server.
But getting "Error: It appears that Docker for Windows has not been installed. To install Docker for Windows, please visit…

karthik rao
- 41
- 8
1
vote
2 answers
API Connect max request size
Does anyone know how to set the max request size on API Connect (IBM Cloud)? I'm trying to call an operation of my api and I'm getting a 413 error.
This is the response that I'm getting:
413 Request Entity Too Large 413 Request Entity Too
Large…

Jorge Martinez Padron
- 85
- 1
- 6
1
vote
1 answer
ibm apiconnect developer toolkit slow
Why the apic command is so slow? I am the only one? What should I do to understand the problem? It is present on my computer, on our deployment server, on the pcs of the other people working on this.
$ time apic help
Error: Il comando `help` non è…

Alessandro
- 303
- 4
- 12
1
vote
1 answer
How does the generate-jwt policy work in API Connect?
How does the generate-jwt policy work in API Connect? Does it invoke a authorization server in back end to generate the JWT? For example in real life scenarios, we have a authorization server which validates the user credentials and gives back the…

Shepherd
- 320
- 2
- 16
1
vote
1 answer
Why doesn't npm apiconnect install correctly on Win 10?
I've tried installing apiconnect several times without any success
npm install -g apiconnect
C:\Program Files\nodejs\node_modules\apiconnect\node_modules\heapdump>if not defined npm_config_node_gyp (node…

Russ Petersen
- 765
- 1
- 9
- 29
1
vote
1 answer
Not able to execute all commands in my batch file
Below is my batch script :
@echo off
cd "C:\Users\SXR1176\AppData\Roaming\npm"
set /p Product= Enter Product :
set /p Organization= Enter Organization :
set /p Server= Enter Server:
echo Product %Product%
echo Organization %Organization% …

user1117723
- 153
- 2
- 10
1
vote
1 answer
Swagger 2.0 duplicated mapping key parser error
I have a swagger file for an API that is going to reside inside IBM API Connect. I typed it out from an IBM tutorial, and I was trying to replicate what the instructor was doing(he did not provide any source files, so I had to type it out).
The…

Cristian Baciu
- 133
- 1
- 2
- 15
1
vote
1 answer
Form-data in API Connect
How do I get request form-data as a string in API Connect? I tried to get it in Gateway script by different ways, like apim.getvariable('request.body') or session.input.readAsBuffer, but everything was unsuccessful. I have two attachments in…

Mikhail Zmeevskiy
- 11
- 2