axis

Axis Web Service Keep Alive

I have an axis web service running in Tomcat. Clients are making connections without sending a Connection: close header in HTTP 1.1 which means that the default is Keep-Alive. Unfortunately the client seems to be having a problem and when it gets an exception the client is not closing the connection. Since these clients are sending lots ...

How to include a personal JAR with Axis ?

Hy everyone, I use Axis 1.4 and I need to use classes gathered in a JAR. I do not want to extract them. I try to put it in : /usr/share/tomcat5.5/webapps/axis/WEB-INF/lib/myjar.jar /usr/share/tomcat5.5/webapps/axis/WEB-INF/classes/myjar.jar /opt/axis/lib/myjar.jar /root/myjar.jar but I still have an error. myjar.jar is in my $CL...

Getting rid of axis values in R Plot

Hi, i was just wondering if there was a way to get rid of axis values, either the x axis or y axis respectively, in an r-plot graph. I know that axes = false will get rid of the entire axis, but i would only like to get rid of the numering. Thanks so much! ~Sam ...

Caching using Axis 1.4 + web service response caching at client side

I want to cache web services response XML at client side. How can i cache response XML at client side, so we don't have to wait for Server side response ? Is there any mechanism available in Axis 1.4 that helps to caching server side response XML at client side ? Scenario : I am consuming 1 search detail service method, which hits the ...

Tutorial for developing Web Services with Apache Axis 1.5

I'm new to Web Services under Apache Axis and I've worked through this tutorial which was really helpful (written for beta1, but seems to work up to 1.2) I'm having trouble with using the newer version of Axis though as the tools and behaviour seems to have changed significantly. Is there anything around the same level for the more rece...

Apache Axis NoClassDefFoundError when trying to list services

Hi folks, I'm getting an exception being thrown when I try and list my Axis-powered web services, when I try and access the WSDL for any service and when I try and use the service in question: Servlet.service() for servlet AxisServlet threw exception java.lang.NoClassDefFoundError: com.example.MyAwesomeServiceSoapBindingImpl ...

Axis loading modules - Creating tempfile and failing

We are using axis for webservice communication between different system in house. Every once in a while the axis calls fail with a: [org.apache.axis2.deployment.util.Utils] - Created temporary file : C:\WINDOWS\TEMP\_axis2\axis248890addressing-1.41.mar [org.apache.axis2.util.Loader] - java.lang.ClassNotFoundException: Class Not found : ...

Disable Axis log4j logging in jboss

Hi, I have small application that is uploading pictures to another website via webservice. My current problem is, that Axis is logging the whole xml message (including the binary data of the picture!) via STDOUT and I can't seem to figure out, how to disable it. My log4j settings for jboss (jboss-log4j.xml) includes an appender for nor...

Is it possible to specify the TCP port in mappings in the axis NSToPkg.properties file?

Hi, I'm using the Axis 1.4 axis-wsdl2java ant task to create stub code for a web service hosted on port 8080 of a webserver. I've used the NStoPkg.properties file successfully in the past to map the webserver namespace to a convenient java package name with config lines like this: http\://webserver/somedir/service=com.blah.blah But w...

How to tell when a web service client did not successfully receive payload

I need to know if a client of my web service has successfully received a message. If the client does not receive the message (network goes down for the client in the middle of the call), I want to rollback my changes, so the next call they make will give them the same data that they attempted to get the first time. Each call to the web...

Matplotlib coord. sys origin to top left

How can I flip the origin of a matplotlib plot to be in the upper-left corner - as opposed to the default lower-left? I'm using matplotlib.pylab.plot to produce the plot (though if there is another plotting routine that is more flexible, please let me know). I'm looking for the equivalent of the matlab command: axis ij; Also, I've sp...

Axis2's wsdl2java fails on RPC/Encoded style web services.

Is there any alternative to Axis2? Or the way to make it work (different data binding, for example)? Retrieving document at '...'. Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at org.apache.axis2.wsdl.codegen.CodeGenerati...

Migrating Apache Axis/2 webservice inside ROOT

I have an application which resides in ROOT. This application has a java class(in ROOT\WEB-INF\classes) which does some specific operation. I have an axis webservice with a java class which is basically duplication of the one in ROOT, and it resides in axis\WEB-INF\classes. Is there any way that I can migrate these two(axis and ROOT) ...

Display AxisRenderer outside Flex Chart

Hi, Is there a way to display the Vertical Axis outside the graph? I need the limits of the graph to be displayed between the vertical axis, without overlapping the series over the graph. See that screenshot of what I have: I need to get something like: Or I should create a custom axis renderer component that get data from this g...

Axis + SOAP message + How to expose services

I need to expose web services. I got a SOAP request XML structure and a SOAP response XML. By seeing the SOAP XMLs structure, i am not able to identify, which kind of web service (rpc/encodec or doc/literal or wrapped/literal) i have to expose. Which tools, i need to use to expose the services. SOAP Request XML ...

Axis2 versus Sun Metro

Could anyone please compare Axis2 and Sun metro web service based on following parameters? Speed Hot Deployment Flexibility Stability Composition and Extensibility Security Document availability and easy to use. ...

Axis 1.3 + JDK 1.5 + tomcat + JAX-WS guide for dummies

I have to expose web services using JDK 1.5, Tomcat and JAX-WS. if any tutorial / link for this. Please advise. ...

jax-ws client and axis server - passing a null date value

when passing a null value for a XMLGregorianCalendar parameter jax-ws does so by ommiting the corresponding xml element. this causes the following excpetion from the server: SOAPFaultException: date string can not be less than 19 charactors when handcoding the request and representing the null value by using an empty element: <web:gue...

SOAP header Axis1.3 wsp security

I have to expose/provide the service method in which I have to implement the Soap Headers Security. Below is the Sample SOAP Header which I have to implement in my Service Method. I am using Axis 1.4, Tomcat 5 and Java 1.5. Response XML :please ignore ' from XML. please consider it as XML. '<'S:Header'>' '<'wsp:authentication'>' ...

Consuming an Axis-generated web service from a VS2008 solution in c#

Hi there, I'm trying to add a web reference to an external Axis - generated web service to a Visual Studio 2008 solution. The url I received points to a WSDL that I can successfully access through a browser, and I see all the WService details. The Axis version used was 1.4. But if I run wsdl.exe or when I add the reference in VS2008 I c...