• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JAX-RPC Handler

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have an application that is based on a JAX-RPC Handler, we want this handler to get all the SOAP Messages directed to our server.
In JBoss/AXIS we found a way to configure a Handler server-wide and we are looking forward to do the same on WebLogic.
Some one know how to configure a general JAX-RPC handler on WebLogic?
Is it possible to do it without user-interference, like changing some configuration file?
In JBoss the server creates only one instance of the Handler to handle all the requests, in WebLogic is the same or we have several instances, like for different Web Services?
Last question, is it possible to configure this Handler without restarting the server?

Thank You
Avraham
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic