Skip to Main Content

Intelligent Advisor

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Namespace change

smuraleeMay 21 2013 — edited Aug 6 2013
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.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 3 2013
Added on May 21 2013
3 comments
436 views