RE:

2002-11-06 Thread Bobby Carp
Tom,   I use the parameter element in the WSDD deployment for the service such as:       In my service code, I use the following:   MessageContext msgCxt = MessageContext.getCurrentContext(); SOAPService soapSvc = msgCxt.getService(); soapSvc.getOption("myparam");      -Original Mes

RE: How to get an operation Name in a Requstor Handler

2002-11-06 Thread Bobby Carp
cs.unc.edu/Courses/comp190/docs/documentation/axis/apiDocs/org/apache/axis/description/OperationDesc.html   I am using   xml-Axis-1.0 Release Oct 7, 2002 JDK1.3.1_04 Tomcat4.1   --Bahman   - Original Message - From: Bobby Carp To: '[EMAIL PROTECTED]&

RE: How to get an operation Name in a Requstor Handler

2002-11-06 Thread Bobby Carp
OperationDesc oper = msgCxt.getOperation(); oper.getName(); -Original Message-From: Bahman Kalali [mailto:[EMAIL PROTECTED]]Sent: Wednesday, November 06, 2002 9:58 AMTo: [EMAIL PROTECTED]Subject: How to get an operation Name in a Requstor Handler I am trying to write a