Apache Axis™ is a Web Services/SOAP/WSDL engine
0
votes
0answers
5 views
OpenXML: Trouble with datetime X axis when import chart from embedded XLSX file in DOCX
I have an Excel file with simple table(one column) and line chart with datetime X axis(format is "MMM yyyy"). I create it by using OpenXML SDK as data report in .NET web application. When I open ...
0
votes
0answers
10 views
Asmx wsdl works from SOAPUI, but not in Java RPC
I received a wsdl that proved to be quite complicated. Its a wsdl made in .NET C# (.asmx) and contains method overloading and arrays.
The only way I can communicate with it, is by chopping off parts ...
0
votes
0answers
29 views
Google line chart X-Axis TimeofDay update via Ajax/PHP
Good day StackOverFlow!
Im currently making a live chart that must read values from a php.
This all works good, and the chart updates well, its just that the X-Axis work properly.
Im loading ...
0
votes
4answers
45 views
my plane is not vertical, How to update coordinate of point cloud to lie on a vertical plane
I have a bunch of points lying on a vertical plane. In reality this plane
should be exactly vertical. But, when I visualize the point cloud, there is a
slight inclination (nearly 2 degrees) ...
0
votes
1answer
25 views
X axis labels begin at the middle and do not match data points
I either seem to be running in circles or there is something wrong with my data. I want to plot some data and use ?axisto modify the labels on the X axis.
I have two issues however:
The axis labels ...
0
votes
0answers
25 views
Not able to generate server-config.wsdd using Eclipse and Tomcat 7.0
I am trying to generate the Web Service using the the following steps but could not generate the server-config.wsdd and the below message is shown
Jul 04, 2013 10:51:23 PM ...
-3
votes
0answers
39 views
wrong x-axis and y-axis in iOS7 [closed]
I am updating an application for iOS 7. If i create a new application in xcode5 with iOS7 then it is working fine but all of my old applications misplaced. In my app where y-axis of a control is zero, ...
-2
votes
1answer
11 views
x-axis with two variables (Jul day and year) [closed]
I am new in R. I have data sets with Year, Julian day and values. I want to plot a line graph with values on y-axis and julian day and year in y-axis. It would be very nice, if someone could give me a ...
0
votes
2answers
27 views
can not invoke web service from websphere portal
I am facing a problem related to axis.jar classes.
I have a WAR file that has axis.jar in its lib directory.
this WAR deployed on IBM websphere environment1 and this WAR is working fine.
when I ...
0
votes
0answers
20 views
DevExpress XYDiagram2D- creating SecondaryAxisY collection dinamically
I have a DevExpress ChartControl that has a XYDiagram2D. The series are added dynamically using the SeriesTemplate property available on the XYDiagram2D. Is there a way to create the SecondaryAxisY ...
0
votes
0answers
7 views
charts not pupulate properly
friends i am using the Unicorn.js to create charts in MVC4 but charts are looking inappropriate,i want the interval from 1 to 30 or 31 but it is set automatically according to the values in floats.i ...
0
votes
0answers
21 views
axis() labels with different intervals R [duplicate]
I was trying to get rid of the default x-axis labels and add my own.
I know it's easy to add when the number of labels match the number of data, but here I want these labels & tick marks every ...
0
votes
1answer
24 views
highcharts hide xAxis
I have a bar chart displaying and I have full control over colors, alignment, data label formatting, etc, but when the chart renders there's a label below the x Axis showing "Y-values" in blue.
The ...
0
votes
0answers
20 views
pulling RTSP over HTTP stream on live server
I am working on IP camera project (Axis Camera based) which is connected to server (windows server 2008r2 standard). The camera is connected to server via a a component service and will be accessible ...
2
votes
1answer
86 views
Six subplots with the same number of xticklabels in matplotlib
I am really struggling with matplotlib, escpecially with the axis settings. My goal is to set up 6 subplots in one figure, which all display different datasets but have the same amount of ticklabels.
...