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
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
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]
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