Spring-WS generates WSDL without operations
问题 Spring-WS generates WSDL without operations in binding tag... Do you know why? There is my spring-ws-service.xml: <import resource="classpath*:application-context.xml" /> <!-- Register PayloadRootAnnotationMethodEndpointMapping --> <bean class="org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpointMapping" /> <!-- Register Endpoint --> <bean id="tasktablerServiceEndpoint" class="tasktabler.mpk.service.TasktablerServiceEndpoint" /> <!-- Configure XML Marshaller -->