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 performing the following command to import the created bundlename.json file from the APIGWv10 to the new APIGWv11, the following errro is observed:

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

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

When the policies are excluded, 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