try adding this dependency, i just got the same issue and that fixed it
<dependency>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-core</artifactId>
<version>3.1.2.GA</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
-JF