Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
2answers
676 views

Serious, intermittent problem with CF Web Service

Howdy, CFers! We've got an incredibly frustrating situation with a CF Web Services-based API that we wrote and maintain. We had an API in place for years that was stable and working happily with Ruby, ...
10
votes
2answers
11k views

Python, Matplotlib, subplot: How to set the axis range?

How can I set the y axis range of the second subplot to e.g. [0,1000] ? The FFT plot of my data (a column in a text file) results in a (inf.?) spike so that the actual data is not visible. ...
7
votes
3answers
424 views

Error in publishing Web service

I have a WSDL file from which I have created Server Side Code Skeleton. Now after modification of these skeleton Java classes I have deleted the WSDL file from the project folder. Now, I am trying to ...
6
votes
1answer
819 views

How can I adjust 3-D bar grouping and y-axis labeling in MATLAB?

I have a 3D plot like this: On the y-axis of the plot, each group of three bars refers to the same parameters: x1, x2, x3. I would like to have a spacing on the y-axis for each group of three bars, ...
6
votes
5answers
1k views

“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 ...
6
votes
2answers
13k views

Getting rid of axis values in R Plot

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 ...
6
votes
3answers
4k views

What is the difference between an endpoint, a service, and a port when working with webservices?

I've used Apache CXF to expose about ten java classes as web services. I've generated clients using CXF, Axis, and .NET. In Axis and CXF a "Service" or "Locator" is generated. From this service you ...
5
votes
1answer
69 views

How to plot with x-axis at the top of the figure?

I would like to ask how to produce a plot similar to that in the figure below? Basically, how to have x-axis at the top of the figure. Thanks Image from: ...
5
votes
2answers
345 views

Displaying minor logarithmic ticks in x-axis in R

I have a normal distribution plot and a histogram plot with x axis in log scale displaying 0, 10^0, 10^1 ... I want to include minor ticks between the major ones. Actually I was able to change the ...
5
votes
1answer
1k views

Secondary axis with twinx(): how to add to legend?

I have a plot with two y-axes, using twinx(). I also give labels to the lines, and want to show them with legend(), but I only succeed to get the labels of one axis in the legend: import numpy as np ...
5
votes
2answers
252 views

Intelligently calculating chart tick positions

Whatever I'm using matplotlib, Open-Flash-Charts or other charts frameworks I always end needing to find a way to set x/y scales limits and intervals since builtins are not enough smart (or not at ...
5
votes
2answers
170 views

clarification on the concept of “web service”

Im a little confused on the varying definitions and implementations of web services available as implementations. Need some clarification please. Ones I have used till now: If a vendor gives me a ...
5
votes
4answers
2k views

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 ...
5
votes
2answers
4k views

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?
5
votes
1answer
293 views

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") + ...
5
votes
5answers
9k views

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" ...
5
votes
6answers
20k views

How to add custom Http Header for C# Web Service Client consuming Axis 1.4 Web service

I'm trying to write a web service client in c# which the webservice is Java Axis 1.4. Axis service requires the Authorization: Basic Base64EncodedToken header value in the HTTP Headers. I can't find ...
5
votes
5answers
699 views

Patterns : Java class conversion from axis objects

I use a axis to auto-generate webservice artifacts which I then convert into objects used within our application. Is there a sensible pattern for doing this ? We have written transform methods to ...
5
votes
2answers
3k views

How can I automatically calculate axis scale and intervals?

Does anyone know where I can find an algorithm that given a set of values (dates) for an axis I can calculate a reasonable scale and tick interval?
4
votes
0answers
107 views

Getting Started with Axis/C MIME/DIME and MTOM

I am about to start some work on Axis/C. I have a fair idea of C and webservices separately. I am also fairly ok with *nix. Can someone tell me about the complexity related to creating a webservice ...
4
votes
1answer
639 views

Trying to calibrate accelerometer

I am writing an app that will use the accelerometer to calculate the average geforce exerted on the phone. Thinking about the problem, I came to the conclusion that when the phone is in rest, adding ...
4
votes
2answers
700 views

Please initialize the log4j system properly. While running web service

Maybe it looks silly to ask this but I am confused. I referred to Configuring Log4j property but it doesn't seem to help. I have written a simple web service HelloWorld. And while running it I am ...
4
votes
1answer
233 views

Rescaling the y axis in bar plot causes bars to disappear : R ggplot2

I am trying to create a barplot using ggplot2, with the y axis starting at a value greater than zero. Lets say I have the means and standard errors for hypothetical dataset about carrot length at ...
4
votes
1answer
445 views

How can I adjust the position of the x axis labels of a MS Chart in .NET?

I have a chart that I'm generating on the fly through a generic handler. I've got the data loaded and by default it looks like this: If I adjust the crossing I get the desired effect I'm looking ...
4
votes
1answer
5k views

AxisFault: What does Server.userException mean?

What does the following AxisFault mean? Does it mean that: The request that is issued and received by the server and the server throws an (uncaught) exception, and therefore the exception is ...
4
votes
3answers
598 views

Which is the best maven's plugin to generate a Web Service Client?

I have to generate a WS Client and I can't decide wich plugin to use. Until now my options are: jaxb2-maven-plugin, axistools-maven-plugin and jaxws-maven-plugin. Thanks in advance
4
votes
1answer
552 views

How to get all additional attributes of Magento Product without explicitly specifying them

My goal is to get and display all additional attributes for the Magento product using SOAP API. For example Gender, Shirt Size and Color for T-Shirt product. But the program shouldn't know the ...
4
votes
1answer
483 views

Migrate from Spring 2.5 to 3 within an existing Axis 1.4 webservice

I have to migrate from Spring 2.5 to 3.0. My web services are still running with Axis 1.4, with Spring 2.5 I was rather simple, every class of a service implementation extends the ...
4
votes
4answers
220 views

Can I include both Apache Axis 1 and 2 libraries in the same project?

If it sounds like a ridiculous idea then it is. The client only wants to have to install one project on their server. Our web service will be bridging between mobile phones and various SOAP services ...
4
votes
5answers
729 views

Changing the x-axis of seqlogo figures in MATLAB

I'm making a large number of seqlogos programmatically. They are hundreds of columns wide and so running a seqlogo normally creates letters that are too thin to see. I've noticed that I only care ...
4
votes
2answers
319 views

How do I test a web service receiving multiple requests from its clients?

I have an axis web service deployed on JBOSS. My web service is synchronous. So, how does a web service handle multiple requests? And how do I simulate/test that my code can handle multiple requests ...
4
votes
2answers
3k views

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.
4
votes
2answers
4k views

Problem generating Java SOAP web services client with JDK tool wsimport from a WSDL generated by a .NET 2.0 application

I'm trying to generate a client for some SOAP web services using the JDK 6 tool wsimport. The WSDL was generated by a .NET 2.0 application. For .NET 3.X applications, it works fine. When I run ...
4
votes
5answers
18k views

Ant cannot find a class needed by an externally defined taskdef

I am trying to use the axis-java2wsdl ant task to create a wsdl from one of my java classes, but I cannot get the classpath correct. I am using Ubuntu's libaxis-java package which installs ...
4
votes
5answers
3k views

spring + tomcat + axis2 == jax-ws web service?

I'm looking for a straightforward example / tutorial for implementing a JAX-WS (soap1.1 and soap1.2) web service based on wsdl definition using spring, axis2 and tomcat. hint anyone ? -- Yonatan
4
votes
3answers
4k views

How can I get Axis 1.4 to not generate several prefixes for the same XML namespace?

I am receiving SOAP requests from a client that uses the Axis 1.4 libraries. The requests have the following form: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ...
3
votes
1answer
162 views

Relative positioning of geom_text in ggplot2?

I am using geom_text to annotate plots in gglot2 and I want use relative positioning rather than absolute. That is, I want a position of (0.5, 0.5) to be dead center regardless of the x and y axis ...
3
votes
2answers
163 views

Overlapping axis labels when setting base_size in ggplot2

I'm changing base_size via theme_set. When I view the resulting plot on screen, it looks great. However, when I save it as a pdf, the x-axis label is a bit too close to the axis numbers. One small ...
3
votes
1answer
114 views

How to query axis limits in R?

Is it possible to get axis limits for current plot in R? How? Preferably in standard base library (I don't like to use ggplot etc., but these solutions are also welcome).
3
votes
1answer
120 views

scroll horizontally to anchors and block y-axis

I have an position:fixed arrow-navigation that lets you scroll left or right through several columns via jquery and horizontally positioned anchors: $('html,body').animate({ ...
3
votes
1answer
501 views

How do I return a (custom) SOAPFault from an Axis web service?

I have some WSDL from which I need to generate a web service implementation. I'm using Eclipse, and Axis1.4, and running on Weblogic9.2. Generating the server stubs goes fine, and I've implemented ...
3
votes
4answers
88 views

How do I use a common axis for three similar time/value graphs

I have three timestamped measurement series, taken over the same interval, but with different actual timestamps. I'd like to show these three trajectories in a combined plot, but because the x-axis ...
3
votes
1answer
447 views

Generating Spring WS Client from RPC/encoded WSDL with ease?

Greetings everyone, Prior to my specific question, I'd like to mention that I am not looking for a step by step solution but for a possible YES or NO whether or not I will be able to achieve my goal ...
3
votes
1answer
409 views

jqPlot: hide axis ticks?

Here's a default jqPlot axis with ticks: Setting "showTicks: false" on the x-axis removes everything: I want to display the numbers and hide the ticks - the little dashes between the numbers and ...
3
votes
1answer
290 views

Error Bar in R?

I am in need for a good errorbar function. I have already tried the package(psych) but in here I can't remove the x axis and I also tried the package(ggplot2) but in here I can't use a second y-axis. ...
3
votes
3answers
179 views

removing x axis in error.bars

I've been having a problem today, I want to remove the x-axis from the following R-plot, but it just won't dissapear. I want the axis to be on top. Is anybody able to help me? library(psych) temp ...
3
votes
1answer
757 views

Replacing XmlType.namespace using jaxb bindings during type generation

My web-services application is moving from Axis to JAX-WS and I'm having trouble doing some of the conversions. My primary issue is that I have several XSD's with the same types defined slightly ...
3
votes
1answer
1k views

Matlab: How to align the axes of subplots when one of them contains a colorbar?

Minimal example: [x,y,z] = peaks(50); figure; subplot(5,1,1:4); pcolor(x,y,z); shading flat; colorbar; subplot(5,1,5); plot(x(end/2,:), z(end/2,:)); In this example I'd like to have the lower ...
3
votes
1answer
331 views

Axis WSDL2Java generated code: Server Error when performing requests in quick succession

I have been provided with a 3rd party wsdl and a deployment descriptor etc for custom encryption for an Axis web service. I used WSDL2Java to generate the java classes and it all works pretty well... ...
3
votes
1answer
1k views

AXIS vs JAX-WS for Web Service Client

I am deciding on the implementation of Web Service Client in Java. I've generated Axis client in Eclipse and JAS-WS client with wsimport. Both solutions work and now I have to choose one to go ...

1 2 3 4 5 12