Re: Webservices for EJB on Weblogic 8.1

2005-05-30 Thread Anne Thomas Manes
Build the wrapper class. On 5/29/05, Chandu Koppella [EMAIL PROTECTED] wrote: HI Here is my situation please advice me how to go about it... I have to expose EJB as a webservices...That EJB is already packed in jar file it has nearly 20 methods or so and the application server that i

jaxrpc 2.0

2005-05-30 Thread robert rowntree
what is the upgrade path on rpc if u are using axis. do you have to wait for the implementation of these newer rpc things in an organic AXIS releasse. OR can u just mix the jars from the jaxrpc 2.o into Axis 1.2 RC3 ? robert rowntree Borneo Consulting Inc 415 642 4162 415 335 5539 M

JAX-RPC and Axis

2005-05-30 Thread Abel
Hi, I am starting with Axis 1.2 and I have found that there is a tinny difference in the implemantation of an JSE with what JAX-RPC mandates. As far as I know JAX-RPC says you must have an interface that extends Remote and every method must throw RemoteException,...etc But in Axis It's enough

Re: R: showing dialog / message box to client

2005-05-30 Thread Edoardo Causarano
just return the current expiry time and do a check in the client side right after the proxy returns. If diff so many minutes call renew proxy method. e -- Le montagne sono così: devi assecondarle anche se ti sputano in faccia fiele e veleno. Perdi se pensi di essere più forte. Vinci se

Weblogic8.1 and Axis 1.2 (Final) :: NullPointerException

2005-05-30 Thread Kiran Kumar
Hello, I wanted to use document style webservices so I moved to Axis 1.2 (Final). I built a simple webservice (RPC style) to see how Axis 1.2 works.. It did go well with Tomcat 4.1. I deployed the same war file in weblogic8.1 SP4. It was deployed successfully but when I try to call from the

Re: Axis 1.2FINAL support for HTTP1.1 and Keep-Alive

2005-05-30 Thread Chris Averia
Hello Davanum, How do I set Axis to use CommonsHTTPSender instead of the default HTTPSender? Which java source file I need to modify for that? The reason I want a keep-alive support is that I make a sequence of SOAP calls to a Web Server (I use the stub classes generated by WSDL2Java for that).