Top "Axis" questions

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

Difference between Axis2 webservice and CXF web service

I would be grateful if any one help me to understand the difference between axis2 web service and CXF web …

web-services cxf axis2 axis
Axis error about runtime location

The error is: Exception occurred while reading or writing file {0}The Axis2 facets cannot be installed since the Axis2 runtime …

eclipse web-services ide axis2 axis
How to use Axis WSDL2Java generated files?

I generated Java files from WSDL with WSDL2Java converter, but I don't know how can I use service with …

java axis wsdl2java
Apache Axis ConfigurationException

I am using Apache Axis to connect my Java app to a web server. I used wsdl2java to create …

java apache axis
Three.js - Rotating a sphere around a certain axis

I have a problem. In Three.js, I want to rotate a sphere (Earth) around axis tilted by 23.5 degs. I …

javascript vector rotation three.js axis
How do I swap tensor's axes in TensorFlow?

I have a tensor of shape (30, 116, 10), and I want to swap the first two dimensions, so that I have a …

tensorflow axis swap axes permute
Gnuplot, description distance to axis

How can I get a fixed distance in gnuplot from the border of my graph to the description? When I …

label gnuplot axis
How to limit d3.svg.axis to integer labels?

Is there any possibility to limit the number of d3.svg.axis integer labels displayed on the graph? Take for …

javascript d3.js axis labels axis-labels
Python pyqtgraph how to set x and y axis limits on graph, no autorange

I would like to know how I can set the x and y axis limits that are displayed for a …

python graph plot axis pyqtgraph
Setting Timeout for Axis SOAP Webservice

I'm using an Axis 1.4 webservice like this: FooServiceLocator fooLocator = new FooServiceLocator(); fooLocator.getEngine().setOption("sendMultiRefs", false); Foo foo = fooLocator.getFooService(…

java soap timeout axis