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.
-
Doug
