Extension developer also can extend their own naming convention variable “GBP_SEI”. You could refer to the sample code.
@Override public String getValue(INamingContext context) throws ExpectedInfoNotFoundException { if(context instanceof WsWizardNamingContext) { String SEI_string=Utils.getSimpleTypeName(((WsWizardNamingContext)context).getSEIName()); int start=3; int end=10; if (SEI_string.length(){ end=SEI_string.length(); if(SEI_string.length()<=start){ start=0; } } return SEI_string.substring(start, end); } return null; }
wsOperation={sdo_prefix}{GBP_SEI}_Op{operationId}_{timestamp}