axis

Buliding a WAR that uses Axis2 + Rampart for Tomcat

I'm trying to build an axis-based web service with rampart for security, and I've been hoping to deploy a single war to tomcat, rather than installing axis and deploying within axis. (I'm not fixed on that though... this is all very new territory for me, so I could use any feedback that you might have.) I'm running into a few problems:...

Make the X and Y axis scales equal on an Excel chart

I'd like the X and Y axes of my Excel charts to have the same scale on the screen, because I'm plotting geographical data. A 1km by 1km square should look like a square, not like a rectangle, i.e. no squishing of the map in one or the other direction. In Matlab, the command that would do this is axis equal. How do I do this using VBA? (...

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, etc.). I want that application to contain a SOAP web service, but I don't want to bundle tomcat or run a separate service for the services (I want them in the same process as the rest of the application). Basically what I'm ...

rotating axis labels in R

In R, how do I make a (bar)plot's y axis labels parallel to the X axis instead of parallel to the Y axis? ...

Axis client with changing keystorefile. org.apache.ws.security.WSSecurityException: General security error (No certificates for user user1 were found for signature)

Hi, I have a problem with axis2-client inside JAX-WS web service. This JAX-WS web service is inside Tomcat container. Keystorefile is retrieved dynamically from database. When I start Tomcat I can use ws-client normally and it works fine, but if i change the keystore it fails with stacktrace shown below. If I restart Tomcat it works fin...

Suitable marker distance along axis in plotter

I'm writing a 2D plotter, and along the X- and Y-axis I have markers with printed values. Now my question is: how do I find suitable distances? My method (for a numeric axis) is so far: I know the height of the axis on screen in pixels Decide an optimal distance between markers in pixels (what looks good on screen ...), for example 32...

How to format axes in R, year and months

I have the following dataset 1890 mar 0.4 1890 apr 0.8 1890 may 1.0 ... 1989 jan 0.2 1989 feb 0.4 1989 mar 0.5 How can I make a line plot in R with on the x-axis the year, displayed every 5 years? My problem is not so much making the plot, but getting to display only the years I want, and place them on the beginning of that year. So ...

Ability to click on axis (Axis Interactivity)

Hi, I need to have interactive axis where user can click on it and I can return the clicked data points. Please provide suggestions in this regard. Thanks in advance. ...

Java .Net Interop. Axis java.util.Map

I have wsdl that needs to be interpreted by wsdl.exe (.net sdk 2.0) This wsdl is generated on runtime by axis engine, and it is reading a wsdd file to generate this. One of my return types have java.util.Map inside and here is the schema for a map in wsdl (just one part of wsdl) <schema targetNamespace="http://xml.apache.org/xml-soap"...

Porting a servlet to a web service - accessing the context?

Consider a simply servlet: // MyServlet.java protected void doGet(HttpServletRequest request, HttpServletResponse response) { UtilClass.doSomething(getServletContext().getRealPath(SOME_FILE)); } And the utility class does something with the file: // UtilClass.java public String doSomething(String filePath) { File f = new File...

Override the default transport client properties discovery method in Axis 1.4

How can I tell Apache Axis 1.4 not to look for a transport client properties instance (an implementation of org.apache.axis.components.net.TransportClientProperties) and instead supply my own? My problem is that both my Eclipse plugin and another Eclipse plugin are using Axis 1.4, which, via Apache Discovery, looks for a system property...

"java form generator" from a given wsdl file

I'm trying to develop a form generator in java, in which users will be able to write a wsdl url and get the list of the operations supported by the web service in a ComboBox. When the user selects one of the items in ComboBox then he will see form fields generated using the wsdl url. I'm a newbie in web service technologies, after searc...

Passing parameters to AXIS web service

I have an AXIS servlet which deployed on an apache tomcat server on windows. I wrote a web service which I want to run on AXIS. When I want to deploy my web service, I make a jar file from the classes, and then I copy them to "axis\WEB-INF\lib" directory. Then I deploy the web service using a wsdd file. My question is - how can I pass ...

Matplotlib: Changing the color of an axis

Is there a way to change the color of an axis (not the ticks) in matplotlib? I have been looking through the docs for Axes, Axis, and Artist, but no luck; the matplotlib gallery also has no hint. Any idea? ...

Eclipse Generated Web Service Client Extremely Slow

A little up front info: I have a SOAP service (hosted using JAX-WS (Endpoint class), but I don't think that is important). I can connect to and use the web service just fine with Visual Studio generating the client (C#). I generated a java client using Eclipse Web Tools (new --> other --> web services --> web services client). Then...

can ChartArea gridlines be made invisible?

I'm using Microsoft Chart Controls to generate charts from text file data. I centainly won't object to specific answers ;) but mostly a yea or nay will steer me right. Can the chartarea gridlines, axis, etc be made invisible? Can the column chart type be made to hug the leftmost side of the chart area. thanks ...

Preprocessing the server response before passing it on to Axis

I'm in the very peculiar position of trying to access a SOAP service whose answers are wrapped in HTML. This is a bug with the service provider ( SourceForge ) , acknowledged for seven months, with no ETA so far. Nitty-gritty details. If I can intercept the actual response before passing it on to Axis, I would be able to strip the HTML ...

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 to add one of the following: 1) Apache Axis 2) Glassfish /JAX-WS 2.x RI / Metro 1.x / JWSDP 2.0 3) Restful Web services I am choosing Axis because it's the one I am used to, but I am still wondering if it's the easier option. ...

removing fields from SOAP response

hello, i am using axis (version 1 JAX-RPC) within tomcat5.X. i generated using eclipse-axis integration my wsdl file and it is ok. now i want to customize the SOAP Response by not returning one of my class fields. (lets say i have 2 fields\datamembers in class but i want to return just 1 in XML SOAP answer) i know that by removing the Se...

consuming jasperIntelligence services with nusoap(PHP)

Hello good people! i've been struggling the whole week end to connect to jasperIntelligence service in vain with a php client.Of course there is a sample php client in the jasperserver installation and that seems to be very very old. I've decided to write my own using the latest nusoap 0.7.3.It seems like i'm not getting well the struct...