Re: How to get infos about the deployed Web Services

2004-02-22 Thread Jeff Greif
ment. Jeff - Original Message - From: "Chris Aiken" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 22, 2004 2:42 AM Subject: How to get infos about the deployed Web Services > Hi together! > > How can I realize a Web Service, Handler

AW: How to get infos about the deployed Web Services

2004-02-22 Thread Chris Aiken
log.error(Messages.getMessage("exception00"), e); throw AxisFault.makeFault(e); } } So far, Chris -Ursprüngliche Nachricht- Von: Brian Abbott [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 22. Februar 2004 12:16 An: [EMAIL PROTECTED] Betreff: Re: How to get infos about the d

AW: How to get infos about the deployed Web Services

2004-02-22 Thread Chris Aiken
log.error(Messages.getMessage("exception00"), e); throw AxisFault.makeFault(e); } } So far, Chris -Ursprüngliche Nachricht- Von: Brian Abbott [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 22. Februar 2004 12:16 An: [EMAIL PROTECTED] Betreff: Re: How to get infos about the d

Re: How to get infos about the deployed Web Services

2004-02-22 Thread Brian Abbott
Oops, sorry, I think and, I volunteer that I could be wrong as there may already be existing ways to do this, you need to modify AxisServlet in the org.apache.axis.transport.http package, modify: protected void reportAvailableServices(HttpServletResponse response,

Re: How to get infos about the deployed Web Services

2004-02-22 Thread Brian Abbott
Hmm... I think you would need to modify org.apache.axis.transport.http.AxisServerServlet to do that. Brian Abbott Chris Aiken wrote: Hi together! How can I realize a Web Service, Handler or AxisPlugin which is able to list all deployed Web Services of an Axis Environment. In addition, it shoul

How to get infos about the deployed Web Services

2004-02-22 Thread Chris Aiken
Hi together! How can I realize a Web Service, Handler or AxisPlugin which is able to list all deployed Web Services of an Axis Environment. In addition, it should be possible to indicate all important infos about the deployed Web Services (Path to Class files and so on). I need something like thi

How to get infos about the deployed Web Services

2004-02-22 Thread Chris Aiken
Hi together! How can I realize a Web Service, Handler or AxisPlugin which is able to list all deployed Web Services of an Axis Environment. In addition, it should be possible to indicate all important infos about the deployed Web Services (Path to Class files and so on). I need something like thi