First of all make sure you installed jbossws-metro properly using the provided Ant build.
This said, the Provider implementation you get at runtime is influenced by classpath you
have for your webservice client. In particular, the process of looking for the right
implementation to load includes scanning the jars in the classpath for
META-INF/services/javax.xml.ws.spi.Provider files containing the qualified name of the
class to load. In your case, you might have the jbossws-native-jaxws.jar before the
jaxws-rt.jar in your classpath.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183899#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...