1. Web Service Client in JBoss stackoverflow.comI have an application deployed in JBoss (5.1.0.GA) that contains a web service client. The library that is making web service calls was provided as a compiled JAR, so I can't ... |
2. Difference between Apache Axis and Java's SAAJ coderanch.com |
3. to anyone who has used axis & SAAJ (urgent) coderanch.com |
4. Axis SAAJ over SSL coderanch.comHi, I'm using Axis' implementation of SAAJ to invoke Web Services over HTTPS. Does anybody know if I can initialize SSLConnectionFactory with my own SSLKeyManagers through Axis API? By default Axis is downloading certificates from a keystore defined by System properties, but I need to load different certificates from different locations withing the same system. I didn't find anything on Axis' ... |
5. Problem may be with saaj.jar and AXIS,WAS,WSAD coderanch.comHi, I have successfully developed and deployed an EJB using WSAD 5.1.2's WebSphere 5.0 Test Environment. I have even able to access the EJB using UTC(Universal Test Client) in WSAD and by launching the j2ee client module using WebSphere lauchClient program. Basically I have below directory structure: a.ear --|-----axis.war -----------|------ lib --------------------|--- all axis related jars are here --|-----demoEjb.jar (has java ... |
8. Axis and SAAJ coderanch.comHello I want to write a web service client using Axis and SAAJ. I have written one using JWSDP but have to trash it because i wasn't able to set timeout in SOAPConnection object. I couldn't find links in apache axis website that says how to write saaj client or i might have missed it. Can someone please send me to ... |