Hello,
I have an enteprise application project that I created using NetBeans. It
contains two modules: ejb and war.
The war module is simply used to test the ejb module, and the ejb module
contains a single session, stateless bean.
Internally, the bean uses a web service, and I generated the web service
client also using netbeans. When I try to use the bean (through a servlet in
the war module) I get some exceptions. While debugging the code, I found out
that the exception is thrown when I try to get the WS-SOAP port.
I don't know if this is a bug in glassfish or in the WS-client generated by
NetBeans.
I attached the Glassfish log files.
Could someone tell me if this is a bug, or if I'm doing something wrong?
thanks,
Daniel.