[jboss-user] [JBossWS] - Re: jboss 4.0.5 and jbossws 2.0.1, Exception invoking a web
gumnaam
do-not-reply at jboss.com
Tue Aug 28 12:09:19 EDT 2007
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
More information about the jboss-user
mailing list