This content has been marked as final.
Show 3 replies
-
1. Re: CXF 3.3.1 and @WebMethod(exclude=true)
asoldano Nov 12, 2010 10:28 AM (in response to nadirx)Hi,
the @WebMethod(exclude=true) should be honored the same way by both native and cxf stack, as that's part of JAXWS spec. Can you share some code so that we can reproduce your situation?
Thanks
-
2. CXF 3.3.1 and @WebMethod(exclude=true)
nadirx Jan 20, 2011 9:43 AM (in response to asoldano)Sorry Alessio, I forgot to follow-up. The problem was that we had the exclude annotation on the interface rather than on the implementation. We have moved it there and it works.
Thanks
Tristan
-
3. CXF 3.3.1 and @WebMethod(exclude=true)
asoldano Jan 24, 2011 4:21 AM (in response to nadirx)ok, good. Thanks for the follow-up :-)