Also,
this maybe a very trivial question to some but I am kinda lost
Is there a place in an ejb jar or ear to store the WSDL file so that the annotation
@Webservice(wsdlLocation="") such that I can place it so that it doesn't
need an absolute URL.
For example, if I could make a folder called wsdl in the ear or jar file so that the ejb
with @WebService(wsdlLocation="myWsdl.wsdl").
wsdLocation="http://myurl../myApp/" works but I want to make it so that the ejb
finds the wsdl without knowing the full url. Is this possible?
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001944#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...