axis

label of log y-axis: 1000 instead of 1e+03?

I've a problem concerning construction of log y-axis in a graphic. How can I manage that the units/numbers of my log y-axis aren't shown in 1e+03, 1e+04, 1e+05 etc...., but only in regluar arabic numbers (1000, 10000, 100000)? Thanks. ...

Adding summary statistics (or even raw data points) to dodged position boxplots

Say you have the following dataset: trt <- ifelse(runif(100)<0.5,"drug","placebo") inj.site <- ifelse(runif(100)<0.5,"ankle","wrist") relief <- 20 + 0.5*(inj.site=="ankle") + 0.5*(trt=="drug") + rnorm(100) to.analyze <- data.frame(trt,inj.site,relief) Now, the idea is to make a boxplot with injury site on the x-axis and boxes by trea...

Java Web Services - Is Axis Necessary?

Is AXIS or CFX necessary for Java web services? Can it be all done via the JSDK (1.6)? ...

XSLT mixed content node

I have a quite stupid question. How can I make sure that my XML mixed content node doesn't get mixed up? I have, say, an XML structure resembling this. <root> <book> <title>Stuff</title> <description> This book is <i>great</i> if you need to know about stuff. I suggest <link ref="Things">this one</link> if you need ...

Axis: faultString: org.xml.sax.SAXParseException: Premature end of file.

I have deployed a webservice using servletexec configured with IIS and i can successfully access webservice using anonymous account. But when I enable Windows Integrated Authentication I am getting following error. - ntlm authentication scheme selected - Discarding unexpected response: HTTP/1.1 100 Continue AxisFault faultCode: {http...

Get rid of client-config.wsdd in Axis

I am setting up my test environment and I need to programmatically register my handler/transport instead of using a client-config.wsdd: <?xml version="1.0" encoding="UTF-8"?> <deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"&gt; <handler name="MyClient" type="java:foo.bar.M...

expose JAXB generated Class as WSDL web service

I have a bunch of very simple functions. Each function has one input and one output. OutputType function func(InputType); The types of input/output are defined in xsd schema and generated into java classes with JAXB/XJC. Now I want to expose those functions as WSDL Web service running on Geronimo. I just took a look at Axis/WSDL2J...

How to deploy an Axis-generated soap service to an embedded Tomcat instance

Hey All, I generated a Soap Service from a WSDL and now I need to deploy it to my existing application which uses embedded tomcat (I.E. I have a class which extends TomcatServeletContainer and a main class which instantiates that class and starts the server). I see many examples for how to deploy an axis service to a standalone tomcat ...

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 a web service client that was generated by wsdl2java in Axis 1.4. I am writing unit tests that need to access the actual SOAP message itself, and do a comparison to the client side java classes which are generated by Axis...

Manipulating namespace prefixes in SAAJ / raw xml access within SAAJ

My SAAJ-based client generates the following XML and sends it to a .NET web service: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"&gt; <SOAP-ENV:Header> <AuthenticationHeader xmlns="http://www.w3.org/2001/XMLSchema-instance"&gt; <Password xmlns="http://schemas.datacontract.org/2004/07/"&gt;temp123&lt;/Pas...

Configuring Tomcat to consume webservice over SSL

Which steps should be taken to consume a web service on a remote server over SSL? The application is a Java application using Axis WS Framework running on Tomcat 6. I'm aware of e.g. the instruction on http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html, which, however seem to mainly describe how to configure the server to accept SSL...

Axis web service hangs because no connection-close is returned

I have a Axis 1.4 (with Spring) web service client consuming a PHP web service (running on Apache). This works perfectly in the development environment, but in the production environment the code execution hangs somewhere in the Axis library directly after the client has received the SOAP response. I have identified with Wireshark that t...

Where I can find Axis WSDL2Java file?

I downloaded Axis 1.4 ( http://www.nic.funet.fi/pub/mirrors/apache.org/ws/axis/1%5F4/ ) and I wanted to use WSDL2Java, but I didn't find such a file from package, but there are refrences to this file ( http://ws.apache.org/axis/java/user-guide.html#WSDL2JavaBuildingStubsSkeletonsAndDataTypesFromWSDL ) in their site. Where I can get that ...

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 these files, because there are no examples. I'm implementing client side. ...

make a parameter of type byte array nullable in an axis web service

i have a java method that is part of an web service interface and that takes a byte array parameter like this public int computeSomeThind(byte[] data) { if(data != null) { // ... do what ever } else { return -1; } } When a generate the wsdl with axis 1.3 the data parameter will appear as not nullable. Is there a way to d...

Webservice problem - methods can't take more than 1 parameter

Hi, I'm using IntelliJ IDEA 8 and Axis to set up a webservice that's deployed on Tomcat5.5. The generated wsdl looks like this: http://track.priskick.se/Tracker.wsdl A method is declared as public void storeImpressionReport(int siteId, int adId, int zoneId, int count, int excludeCount) { ... } and e...

Integrating SOAP and VXML

I am writing an interface for our VXML application that will allow access to a SOAP service. Because of the difficulties inherent in trying to use javascript to make SOAP calls and the limitations of VXML, as in making external resource calls are pretty much limited to HTTP requests, GET and POST. I designed a java servlet that would a...

wsdl2java ant task: howto include wsdl file name in java file comment

We're generating Java files from WSDL descripitons using the axis-wsdl2java ant task. <axis-wsdl2java url="${src.dir.etc}/wsdl/BLAH.wsdl" output="${build.dir.generated_src}" timeout="240000" testcase="false" verbose="true" skeletondeploy="false" serverside="false" debug="false" helpergen...

Axis 1.4 AxisFault Premature end of file

I get this error when I use my autogenerated ServiceBindingStub.java. WebService side is working ok, so this error must be in code, but code is autogenerated, so I cannot know why it doesn't work. Some other calls work fine, but this doesn't. This call included updating, while other working calls are just fetching data from WebService. ...

Why won't this axes object display correctly in MATLAB?

I am writing two small psychoacoustic testing applications in MATLAB. The first one works without problems but the second one doesn't, and I just can't figure out why. Here is the problem: the axes object is created, but it is empty. Here is the code that creates this figure and axes: hFig = figure('dockcontrols','off','menubar','no...