Top "Axis" questions

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

how to adjust # of ticks on Bokeh axis (labels are overlapping on small figures)

I have a multi-figure Bokeh plot of vertically stacked & aligned figures. Because I want to align the plots vertically, …

python plot bokeh axis
In-process SOAP service server for Java

OK, I am developing a program which will be deployed to lots of machines (Windows, Linux, AIX, z/Linux, openVMS, …

java web-services soap axis
WSDLException : An error occurred trying to resolve schema referenced at

I'm trying to generate a proxy class from a local WSDL file with eclipse Galileo and axis 2 1.4 on windows xp . …

eclipse wsdl axis2 axis wsdl2java
Adding custom HTTP headers to Axis 1.4 web service responses

I'm trying to add custom HTTP headers to Axis 1.4 web servers. I've created a handler which extends BasicHandler: public class …

java web-services axis jax-rpc
Axis HTTP Vs Axis HTTPS Proxy Settings

My Java application deployed on Weblogic Cluster invokes two Webservices which are as follow. • It sents SOAP Client request to …

java web-services proxy axis proxy-classes
Altering the timeout setting of an Axis 1.4 generated SOAP Java client

I have a problem with changing the standard options used by an Axis 1.4 generated web service client code. We consume …

timeout connection wsdl2java axis generated-code
How to use the webservice-client classes generated with Eclipse?

I used eclipse Helios to create a Web Service Client for consuming an axis 1.4 web service. It generated 2 packages: 1 - …

java web-services eclipse webservice-client axis
possible to constrain jQuery resize to x or y axis, like drag constrain?

This jQuery lets you constrain drag movement so it occurs only on the axis specified: $("#draggable2").draggable({ axis: 'x' }); See: …

jquery resize axis constraints
Invoking a Java/AXIS Web Service from .NET: the ‘return null’ issue

I've been seeking for this problem through all google, stackoverflow and more. And I found a lot of related answers …

c# asp.net web-services serialization axis
How do I rotate tick mark labels on the domain of a number axis in JFreeChart?

Just like is being done in the following example, I want the tick mark labels on the domain of chart …

java axis jfreechart