Top "Axis" questions

Don't use the [axis] tag to refer to Apache Axis.

Ant cannot find a class needed by an externally defined taskdef

I am trying to use the axis-java2wsdl ant task to create a wsdl from one of my java classes, …

java ant classpath axis
deploy war file in tomcat server

I have copied the sample.war file in webapps directory of tomcat. I can acess localhost:8080. deploying of wars is …

java tomcat7 axis2 axis
Drawing average line in histogram (matplotlib)

I am drawing a histogram using matplotlib in python, and would like to draw a line representing the average of …

python matplotlib axis
How share x axis of two subplots after they are created?

I'm trying to share two subplots axis, but I need to share x axis after the figure was created. So, …

python matplotlib share axis
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?

How to resolve the above exception while invoking a .net web service (asmx) hosted on SSL ("https:") protocol from java …

java ssl https asmx axis
How to specify line thickness in points in an R plot?

The base R plot functions commonly use the argument lwd for specifying the line thickness. These are relative line widths …

r plot axis cex
Eclipse Axis error when creating web service

Every time I try to create a new Web Service in Eclipse, I get this error: IWAB0489E Error when …

java eclipse web-services axis
org.w3c.dom.DOMException: WRONG_DOCUMENT_ERR: A node is used in a different document than the one that created it

I'm getting an error when I try to generate an element that should look like <hold/> Using the …

java soap axis
ggplot x-axis labels with all x-axis values

I'm plotting ggplot with geom_point. The x-axis will be individuals' ID, and y-axis is variable A. How can I …

r ggplot2 axis