I tried to publish a service with complex definition using JAXB annotations (Geronimo 2+ CXF). I got two issues:
1> CXF publishes some of my domain model objects (which are not annotated) into wsdl. Those objects are not occurred in my web service interface and implementation classes; 2> When I use default Style as (doc/literal/wrapped), some of complex objects (All have @XmlType annotations) can not be published. It causes marshaling exception because can not find those objects. Some other complex type objects are not problems. I changed to RPC/literal, then all published. Is there somebody has same situation? -- View this message in context: http://www.nabble.com/about-complex-type-publish-tp16003530p16003530.html Sent from the cxf-user mailing list archive at Nabble.com.
