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!
Can we integrate Visual builder Mobile application and FNR and genrate single report?
In order to have all the modules in the build to have the same namespace and as part of a convention, this requirement was provided.
Suraj,
You could try changing the namespace in the OnReturnResultEventHandler but I would not recommend changing the namespace at all. As mentioned previously namespaces have very specific meanings and you probably should not do it.
You could also just change the assess velocity template and replace ${service.getTargetNamespace()} with your specific namespace. Same warnings as above.
Cheers
Frank