Hi all, I am new to CXF and I am facing following problem - I would like to create CXF client for the WS running in the deafalt WS stack in WebLogic 10 server. But I have a proble to transfer complex Java object - I suppose this is problem with DataBinding. (Primitive data types are transfered without problems.) Technically there is not needed namespace for the Java complex types.
The WSDL is following http://www.nabble.com/file/p23791869/clientService.wsdl clientService.wsdl My configuration of CXF is following (via Spring) http://www.nabble.com/file/p23791869/appCtx.xml appCtx.xml Current request generated via CXF (method addClient in WSDL) is following (please note missing namespace java:cz.palos.test.dom for the XML tags name and surname) http://www.nabble.com/file/p23791869/addClientCall.xml addClientCall.xml Have you an idea how should I change the configuration to get the namespace on the right place. Many thanks in advance. Regars, P. -- View this message in context: http://www.nabble.com/CXF-Data-Binding-tp23791869p23791869.html Sent from the cxf-user mailing list archive at Nabble.com.
