Namespace change
Hi All,
The WSDL generated by OPA has the default namespace of http://oracle.com/determinations/server/10.4/rulebase/assess/types.
I needed to change the namespace to a custom value like http://<service_name>/<version_number>.
The velocity template uses ${service.getTargetNamespace()} as the method to get the namespace value.
The source code uses the interface NativeService.java which has the method getTargetNamespace() defined in it.
How can we override it, to use a custom namespace.
Thanks.