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.
The used WSDL is referencing other WSDL files and the export did not include these in the bundle.
There will be a fix for this in Gateway 11.0 CR3