axis

Custom serialization of JDK5 Enum in Axis 1.2 on client-side

Hi Folks, I am migrating a SOAP web service to JDK1.5. I have took advantage of native java enums in the new code. For some reasons, I'm stuck with Axis 1.2 and it does not natively support JDK5 "enums". I have found a tutorial on how to implement custom a serialization / deserialization for java enums: http://www.developpez.net/forums...

How can i draw a graph with Date Axis using c++ and zedgraph

I have successfully used the c++ example project to draw graphs from my c++ project using zedgraph. However there is no example with Date axis for c++. The following code is taken from the c# example found here http://zedgraph.org/wiki/index.php?title=Tutorial:Date_Axis_Chart_Demo. Please see my comments with the text //JEM// to see wh...

Mplayer crash when playing RTSP and disconnect

Hi, I'm using mplayer for playing RTSP streams (Axis IP Camera), and I would like to know how I can prevent mplayer from crashing when the IP cameras are unreachable (network problem, camera is shutdown, etc...). Currently, mplayer crash with this output: MPlayer interrupted by signal 11 in module: free_demuxer - MPlayer crashed by bad ...

javax.net.ssl.SSLException: Received fatal alert: close_notify

I'm receiving a javax.net.ssl.SSLException: Received fatal alert: close_notify error on a test server, from my Axis 1.4 generated proxies, running under JBoss AS 4.2.3, JDK 1.6.0_20. The same setup works on my dev machine, albeit with JDK 1.6.0_21. The failure occurs the SECOND time a call is made to the web service. Here comes the sc...

How to use java.util.Date in Axis2

I'm using Axis2 1.5.2 to pass Dates between client/server. But when using java.util.Date Axis2 throws this error: date string can not be less than 19 characters. Anyone knows a workaround or how to fix it? ...

parse soap xml using axis 1.2

Hi, I am using axis 1.2 for my soap client. I need to write a unit test that takes a soap message response and parse it to java objects that generated by axis. I couldn't figure out a way to do that. Can anybody help me on this? Thanks, ...

align axes in double plot ggplot R

How can I align the two ggplots in the following function so that the x-axis is corresponding between the table and the graph ? As it is now the interval between the "ticks" is less in the table. Any ideas? //M Edit: Forgot to give credit to the learnr website for the table plotting method.... function ggkm: ggkm<-function(time,event...