Spring WS + JIBX “No adapter for endpoint” Error
问题 I use JIBX to create my entity classes from XSD files. It is configured in pom.xml and creates classes when I do a "maven: compile" I also use spring-ws. When I test my web service with SOAPUI I get the infamous error; "No adapter for endpoint GetTransactionsResponse getTransactions(GetTransactionsRequest), Is your endpoint annotated with @Endpoint, or does.." I checked all the threads here about that error but didn't help. I have one Parent.xsd and it imports 2 child xsd's. They are all in