But you know, if the dynamic web project is assigned a jboss server
system will add a jboss server classpath container to the project
classpath and add many jars into this container. These jars include
jaxws-rt.jar and jaxws-tools.jar. When I run the web service client
sample class, a issue occurs and the client do not call web servcie
successfully. After google this issue, I found only if remove the
two jars (jaxws-rt.jar and jaxws-tools.jar) from project classpath,
the issue will be fixed successfully.
So how to do to fix this issue? I think we have two ways:
What errors are you seeing ?
Did you find any pages describing why jaxws-rt.jar and jaxws-tools.jar should
be removed ? I thought these where the ones you actually needed to run the
tool ?
/max