Hi,
ive taken simple ws example from J2EE-samples (endpoint.Hello), and
found that if i deploy this WS as WEB app. - then its path is:
*
http://<host>:<port>/Hello/HelloService
but if i add /_at_Stateless /annotation and deploy it as EJB - then path to
WS is:
*
http://<host>:<port>/HelloService/Hello
is this correct behavior?
WBR,
Alexey.