Top "Axis" questions

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

Role of JAXB in Java based Web Services

I must admit that I'm new to Web services. When I create a Web service using CXF or Axis, even …

service jaxb web axis
d3.js - evenly spaced bars on a time scale

I'm building a bar plot in d3.js in which each bar represents total TB cases during a month. The …

javascript charts axis d3.js
How to make an R barplot with a log y-axis scale?

This should be a simple question... I'm just trying to make a barplot from a vector in R, but want …

r label axis bar-chart
Attach client certificates with Axis2?

Is it possible to easily attach a client certificate to a Axis2 stub generated using wsdl2java? I need to …

java ssl axis2 ssl-certificate axis
How to reverse axis values when using plotly?

Here is the program I used: library(plotly) mydata = read.csv("data_to_plot.txt") df = as.data.frame(mydata) …

axis plotly reversing
How to catch "Unable to sendViaPost to url"?

I am running two axis2 services which communicate with each other. On every service startup I get this error: 2014-02…

java web-services exception-handling axis2 axis
AXIS vs JAX-WS for Web Service Client

I am deciding on the implementation of Web Service Client in Java. I've generated Axis client in Eclipse and JAS-WS …

java soap wsdl jax-ws axis
R plot, x-axis and y-axis touching

My problem concerns the making of a graph for a publication in R. I have used the plot function like …

r plot axis smooth curve
Store Axis raw XML request/response in session (to be used in JSP)

How, if possible, do I get the raw XML request/response that is invoked/retrieved by Axis in my application? …

java xml wsdl axis wsdl2java
Java Web Services - Is Axis Necessary?

Is AXIS or CXF necessary for Java web services? Can it be all done via the JDK (1.6)?

java web-services axis2 axis cxf