Hello - I am trying to dynamically generate WSDL. In my servlet-context I am adding <sws:annotation-driven/>. The 2.1.x.x library has been added to maven so I know this is good. I keep getting the following error:
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'sws:annotation-driven'.
Im going crazy here. Can someone please help with this. The error only occurs when I run the project.![]()


Reply With Quote