Hi I tried to test CXF as alternative to Axis, mostly because of java-first approach features. What is quite natural I need to pass and retrieve complex types to web service methods. That works quite fine as long params and return types are java classes. Question is: is there possibility to use java interface as a parameter/return type? I'm using JAX-WS with JAXB databinding, but question is general to CXF.
Thanks in advance -- View this message in context: http://www.nabble.com/java-interfaces-as-method-parameters-and-return-types-tp14995992p14995992.html Sent from the cxf-user mailing list archive at Nabble.com.
