Hi,
I ran the following ant-task which executes the tool wsprovide.
<wsprovide verbose="true"
| fork="true"
| keep="true"
| destdir="${build.dir}"
| sourcedestdir="${src.dir}"
| genwsdl="true"
| resourcedestdir="${meta.dir}/beispiel_9"
| sei="beispiel_9.EjbEndpoint">
| <classpath>
| <pathelement path="${build.dir}"/>
| </classpath>
| </wsprovide>
The service endpoint resides in the package anonymous wrote : beispiel_9 The wsdl file
were generated fine in the dirctory ${meta.dir}/beispiel_9.
But the generated wrapper classes SayHello.java and SayHelloResponse.java were placed in
the packageanonymous wrote : beispiel_9.jaxws and not in the package beispiel_9. Why
this?
For heaven's sake from where does the 'jaxws' come?
Best regards,
Frank
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031809#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...