Dear Rama,
> With Java EE 5, You can deploy applications without deployment
> descriptors. Those Web Service annotations provide the metadata for
> deployment.
Do you mean that, all JEE5 impl should provide this "behavior"?
> sun-jaxws.xml is needed if you want to deploy your Web Service as a
> servlet endpoint. If you are using 109 style deployment, its not needed.
> In SJSAS, I believe if you just bundle your Web Service classes as war
> and deploy it, it generates artifacts automatically in the background
> and does everything for you ( deployment descriptor , webservices.xml is
> not mandatory). But, I recommend using wsgen and bundling all the
> necessary artifacts to make the application portable.
Yes, I've deployed as you said. Thanks very much for this information!
Best regards,
Zarick