aspose file tools
The moose likes Web Services and the fly likes Determine Web Service name using Axis Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Determine Web Service name using Axis" Watch "Determine Web Service name using Axis" New topic
Author

Determine Web Service name using Axis

Fran Varin
Greenhorn

Joined: Aug 08, 2003
Posts: 22
I am using axis and I have a class that implements a web service method. I would like determine at runtime the service name

used by the caller when my web service class method is invoked. Is there a way to get this information?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35253
    
    7
If your service implements javax.xml.rpc.Service, you can use the getServiceName method.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Determine Web Service name using Axis
 
Similar Threads
Using ServiceLifecycle for WebServices
How to print SOAP response as XML in AXIS 1...
Run Servlet on deployment
Axis: Instantiating class with parameters
How to change the name of the binding element in wsdl file ?