Hi all, I am new to web services and trying to invoke a sample web service using EJBs. I managed to generate WSDL and I could see that. I am struck up with writing a client program to invoke the Stateless Session Bean service. Please guide me where I can get good examples on this. I am using J2EE5.0, Eclipse6.0 and JBoss. Is there any book/material available on developing webservices using J2EE5.0.
Thanks in advance... [ November 07, 2008: Message edited by: Mahendar Reddy ]
SCJP- 98%<br />SCWCD-92%
Jimmy Clark
Ranch Hand
Joined: Apr 16, 2008
Posts: 2187
posted
0
How did you create the WSDL file for the service?
In the WSDL file, what is the value of the location attribute of the address element? [ November 07, 2008: Message edited by: James Clark ]