I used a WSDL with a binding element but no ServicePort element, as input to wsdl2java. The binding element defined a SOAP action. The generated SEI did not contain the @action annotation, unless I added a ServicePort to the WSDL. I'd like to keep the ServicePort-related properties in the cxf config files, rather than in the WSDL. Is this scenario not supported by CXF?
To summarize: I can not use CXF under the following condition: - The WSDL defines a binding with SOAPAction AND the WSDL does not define a ServicePort AND Spring/CXF is used to specificy service port data (service location / service name). As it stands, I need to create a wrapper WSDL, defining a dummy ServicePort. /Johan -- View this message in context: http://www.nabble.com/SOAPAction-set-only-if-WSDL-has-ServicePort-tf4622179.html#a13200142 Sent from the cxf-user mailing list archive at Nabble.com.
