Could you create an interface (or even super class) that only exposed
the properties you wanted exposed, and use that for the web service?
Just a guess..not terribly familiar with axis.

Larry


On 8/7/06, Bell, Douglas <[EMAIL PROTECTED]> wrote:


I am using iBatis on the back end of my application and need to expose
several fields to it that I would rather not have the client see. Short of
pushing the data into a separate object and sending that back or removing
them directly from the WSDL is there any simple way to limit the exposure of
these fields? I'm using java2wsdl to generate the WSDL and then using the
Admin util to deploy via an ant script and would rather not mess with the
output.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to