RE: Proposed changes to OperationDesc

2002-12-11 Thread brian . tinnel
Title: RE: Proposed changes to OperationDesc Just a suggestion...  Since you are extending a provider, you could override the generateWSDL method and process the Document created by the super class to remove the elements you don't want.  I do something similar to add elements to

RE: Proposed changes to OperationDesc

2002-12-11 Thread Norman, Eric
ginal Message- From: Russell Butek [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 5:40 AM To: [EMAIL PROTECTED] Subject: Re: Proposed changes to OperationDesc Sounds to me like you should be using a handler to add a header to the soap message, not mucking with the description o

Re: Proposed changes to OperationDesc

2002-12-11 Thread Russell Butek
Sounds to me like you should be using a handler to add a header to the soap message, not mucking with the description of the operation. Russell Butek [EMAIL PROTECTED]

Re: Proposed changes to OperationDesc

2002-12-10 Thread Davanum Srinivas
Eric, Please enter this as a bug report at http://nagoya.apache.org/bugzilla. Thanks, dims --- "Norman, Eric" <[EMAIL PROTECTED]> wrote: > I'm working on an project where we want to expose our generic business logic > classes as webservices. However, each of the methods in these classes > expec