Here is my configuration and annotations, it works right now...but the values
seem to be incorrect because if I used cxf tools to gen the wsdl from the
SEI, it's service name and port name don't match the configuration. Can
anyone tell me what the attributes endpointName and serviceName match up to
in the @WebService?:
<jaxws:endpoint
id="jaxws.FooBusinessService"
endpointName="s:FooBusinessServiceEndpointServicePort"
serviceName="s:FooBusinessServiceEndpointService"
implementor="#memberBusinessServiceEndpoint"
implementorClass="com.healthnet.hnfs.service.mem.FooBusinessService"
address="/FooBusinessServiceEndpointService"
xmlns:s="http://foo.com/services/mem">
<jaxws:features>
<bean class="org.apache.cxf.feature.LoggingFeature"/>
</jaxws:features>
</jaxws:endpoint>
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.WRAPPED, use =
SOAPBinding.Use.LITERAL, style = SOAPBinding.Style.DOCUMENT)
@WebService(targetNamespace = "http://foo.com/services/mem")
public interface FooBusinessService extends BaseBusinessService {
Thanks....jay
--
View this message in context:
http://cxf.547215.n5.nabble.com/jaxws-endpoint-configuration-to-match-SEI-annotations-help-tp3372212p3372212.html
Sent from the cxf-user mailing list archive at Nabble.com.