Ron Wheeler wrote: > > Would it not be easier to build a web service for external clients that > just calls the full internal web service? > This might also allow additional auditing or reporting. >
That's exactly what i'm attempting to do. The extrenal webservice will have authentication, authorization and tracking built in, but the problem how do you call the internal service and hide certain information? One way to is redefine all of the objects, and add @XMLTransient as was mentioned... but we don't want to do copy/paste engineering... Just curious if anyone has faced a similar problem and what they did to solve it. -- View this message in context: http://cxf.547215.n5.nabble.com/Overriding-JAXB-annotations-tp3320779p3321436.html Sent from the cxf-user mailing list archive at Nabble.com.
