Top "Axis" questions

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

What is the best java webservice framework?

I currently use Apache Axis. But I am creating a new project in Intellij IDEA and I have the option …

java web-services glassfish rest axis
Sending array of string as a parameter to web service method using JAXRPC

I've got problem sending an array of string as parameter to a web service method, given in a specific wsdl. …

java web-services axis jax-rpc
How to get SOAP message while using a Axis 1.4 wsdl2java-generated client

This is probably an easy question for anyone with any moderate expertise with web services using Apache Axis. I have …

java axis web-services webservice-client
Custom ggplot2 axis and label formatting

I'm trying to draw labels which look informative, clear and tidy. I was following example and raised one more question …

r ggplot2 axis labels axis-labels
Handler to add HTTP headers to HTTP request not invoked when using Axis Client API

I am using the Axis API to access Axis HTTP server. The documentation of the API can be found here. …

java http httphandler axis
matlab multiple x axis one below another

I am trying to create a matlab plot with multiple x-axis one below another and just one y-axis. I have …

matlab axis
How to make X axis in matplotlib/pylab to NOT sort automatically the values?

Whenever I plot, the X axis sorts automatically (for example, if i enter values 3, 2, 4, it will automatically sort the X …

python numpy matplotlib axis
How to enforce an Axis Client to use TLSv1.2 protocol

A third party our application is integrate with has recently made changes in their security level protocols. In short, My …

ssl axis webservices-client tls1.2
Displaying minor logarithmic ticks in x-axis in R

I have a normal distribution plot and a histogram plot with x axis in log scale displaying 0, 10^0, 10^1 ... I want to …

r plot axis logarithm
Log x-axis for histogram

I'm trying to plot a histogram with a logarithmic x axis. The code I'm currently using is as follows plt.…

matplotlib plot histogram axis