i started working with cxf few days ago and for the simple type it is working fine but when i return type of the sei is a java object ,in my case it is party. when the wsdl generated via annotated java interface and when i generate java from the wsdl the return type of the implementation class conflicts with the return type of SEI.
i am using cxf 2.1 and i do all this using jax-ws. http://www.nabble.com/file/p12632333/WsParty.java WsParty.java http://www.nabble.com/file/p12632333/WsPartyImpl.java WsPartyImpl.java http://www.nabble.com/file/p12632333/WsParty.wsdl WsParty.wsdl http://www.nabble.com/file/p12632333/PartyArray1.java PartyArray1.java http://www.nabble.com/file/p12632333/PartyArray1.java PartyArray1.java -- View this message in context: http://www.nabble.com/the-return-type-of-the-implementattion-class-conflict-with-the-endpoint-interface-tf4428217.html#a12632333 Sent from the cxf-user mailing list archive at Nabble.com.
