Hi, We have several existing Java POJO classes in client side. Now we are planning to use the WSDL, as such we have defined the WSDL definition, based on server side schema, and then generated Java objects. I would not be able to just use these generated classes in the client side instead of my POJO, as some of the POJO has some business logic also involved in them.
As such can I use my POJO instead of the WSDL generated Java objects. Where do we need to add these mappings in the WSDL file. Any help is appreciated. Thanks & Regards Kuga -- View this message in context: http://www.nabble.com/Using-existing-Java-objects-as-against-the-WSDL-generated-java-objects%21-tp18127291p18127291.html Sent from the cxf-user mailing list archive at Nabble.com.
