Hello @Nagendra_Prasad ,
Thanks for your response.
I have gone through the above documentation but it is not clear.
Below is the package structure and my java class name is intercepter_SVC.

I have set the below extended property to Intercepter.javaService.intercepter_SVC
watt.server.http.interceptor.outbound.impl
After doing this I restarted the server but got the below error.
java.lang.ClassNotFoundException: Intercepter.javaService.intercepter_SVC
at com.wm.app.b2b.server.ServerClassLoader.findClass(ServerClassLoader.java:805)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:589)
at com.wm.app.b2b.server.ServerClassLoader.loadClass(ServerClassLoader.java:1189)
at com.wm.app.b2b.server.ServerClassLoader.loadClass(ServerClassLoader.java:1133)
at com.softwareag.is.interceptor.HttpInterceptorManager.init(HttpInterceptorManager.java:59)
at com.wm.app.b2b.server.Server.run(Server.java:781)
Need help to understand what exactly we need to put in the extended setting.
Thank you in advance!
#webMethods#Integration-Server-and-ESB