Hi, If you use the provider mode, you can have an arbitrary XML object as response.
http://cxf.apache.org/docs/provider-services.html In this case, you can parse the XML manually or using generated jaxb classes in your service. regards, aki 2012/2/4 fachhoch <[email protected]>: > > Can there be a web service whose return type varies based on parameter > client passes. > I am talking about a web service whose returns varies completely , like a > webservice when given a parameter employee return employe object and > when give parameter employer return employer ? > > the reponse of the web service will return depends on client parameter. > > > > > > > > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/webservice-with-changing-response-tp5456293p5456293.html > Sent from the cxf-user mailing list archive at Nabble.com.
