Problem solved. Initially I had annotated my Interface, and my implementation, with the default values for the @WebService annotation. The interface and implementation, were in different packages, so they had different target namespaces. The problem went away when I specified the same targetNamespace for both the interface and implementation.
This should be in the FAQ, if the interface and implementation are in differnet packages, then they must have same targetNamesapce explicitly specified. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078864#4078864 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078864 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
