Hi,
I am following the user guide to set an external configuration file for the service .aar file we have. This is because we have multiple environments and we only want to use one .aar file and have one configuration file for each environment that will override the broker node and service name detail set inside .aar file.
I have added the below parameter in axis2.xml in the parameter section:
This is the content to my entirex-config.xml (I’ve changed the service name and broker detail just for this post):
<?xml version="1.0" encoding="utf-8" ?>
BROKER:5552
RPC/SERV1/CALLNAT
BROKER:5552
RPC/SERV1/CALLNAT
true
But it seems it is still using the broker and service name inside the .aar file.
Have I missed something? Do I need to change anything in the web.xml that comes from the wsstack code?
Any help you can provide is much appreciated.
Thanks,
Irene
#EntireX#Mainframe-Integration#webMethods