Hi,
I've created EJB Stateless Bean and have added @WebService, @WebMethod annotations to be able to access it as web service. I am using NetBeans and GlassFish. When I tested web services with server console they worked as expected. Next I've created .net application which is supposed to be client for my web service. The problem is when I have more than one method in the web service it does not work. When I remove all method except one it works ok. I also created for test purpose not EJB based web service - web application project with added web service. This version works ok. So am I suppose to do something at client side or server side to make the EJB version works?