Smart Client Container News
Brought to you by:
hengels
The SOAPTransport has become usable. A sample app has been added to the repository:
cvs update -dP soap
The following client code transparently connects to a webservice.
Context context = new InitialContext\(\);
HelloHome helloHome = \(HelloHome\)context.lookup\("ejb/Hello"\);
Hello hello = helloHome.create\(\);
String result = hello.hello\("everybody"\);
System.out.println\("" + result\);... [read more](/p/smartcc/news/2002/06/soaptransport/)
This is the first public release, that will be officially announced. It's feature complete and already well tested. Get it, test it, love it! Report bugs (better fix them, also ;-) and change requests. Feel free to contribute!