Is there a way to specify config-name ".NET friendly Endpoint" without adding
@EndPointConfig?
My web service is packaged as ejb module of ear. I tried to create jboss.xml and put it
into META-INF of ejb jar but I still see "Standard Endpoint" in server log.
I am using: jbossws-native-3.0.3.GA
jboss.xml:
<webservice-description>
<webservice-description-name>MyService</webservice-description-name>
<
config-name>.NET friendly Endpoint</config-name>
</webservice-description>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182499#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...