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 !
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