Graphman issues when importing soap service with complex wsdl
search cancel

Graphman issues when importing soap service with complex wsdl

book

Article ID: 375554

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

When we perform the following, to import the created bundlename.json file from the APIGWv10 to the new APIGWv11 using command:

node $graphmanClientPath/modules/main.js import --input "$bundleDirectory\$GatewayBundleName.json" --log fine

We get the error below, we cannot find what it is here..

"action": "NEW_OR_UPDATE",
          "status": "ERROR",
          "description": "Error creating or updating SERVICE entity, java.lang.NullPointerException",

When we exclude these policies, the import works properly !

 

Cause

The used wsdl is referencing other wsdl files and the export did not include these in the bundle.

Resolution

There will be a fix for this in Gateway 11.0 CR3