I know that to draw a regular polygon from a center point, you use something along the lines of:
for (int i = 0; i < n; i++) {
...
|
when plotting a graph with jqPlot I have curves which contains both positive and negative values, thus crossing the x-axis. I would like to emphasize the x-axis at 0 to distinguish ... |
I am developing the small login application using Spring MVC, Spring Security, Hibernate.
It has two service classes Aimpl.java & Bimpl.java. One of them(Aimpl.java) depends on Spring security.
Now I want ... |
Matlab has a property called gco (get current object) that can be used to identify a line after mouse press.
For example:
waitforbuttonpress
handle=gco
.. do something with handle...
Octave has gcf (get current figure) and ... |
I am having problem with the coordinates not being exactly correct after the rotation as I change the values of the polygons, since many of my calculation use doubles and the ... |
i am using Flot for graphing. i put this chart in a div, and when I resize the div, however, i found that the labels of YAxis don't move accordingly, and ... |
I am using Flotr Charts for display of charts .
We have requiremnt as Y axis needs to be filled on either sides .
I have done the below thing , but its ... |
|
I am using Flotr Charts for display of charts .
We have requiremnt as Y axis needs to be filled on either sides . I have done the below thing , but ... |
I want to plot some data on x axis range [0:1] and y axis range [0:100], but on the x axis I have most of my data in range [0:0.1] and ... |
I'm playing with Axis2 and while doing so I have come across a couple of issues that I'm not sure how to solve. The webservice I have set up has the ... |
Is it possible to construct a medial axis for a complex, non-convex polygon with holes in sub-quadratic time? Could you point me to the algorithm explanation?
Or maybe there is a library ... |
I am trying to draw some bars which are not starting from axis, i mean, e.g., for the dataset [[1,2], [1,5]], what I want to have is a bar between these ... |
I'm using the implementation of the algorithm described here: http://www.codezealot.org/archives/55
Using this implementation, when I want to find the minimal displacement vector for two colliding rectangles, the algorithm will sometimes ... |
I have such a structure that I need to return through the webService
public class StructureClass implements Serializable
{
public StructureClass()
{
...
|
I'm developing a set of web services and clients. Most of the service parameters take simple data types (int, string, etc.) and POJOs as parameters.
What is the best way to ... |
I am wondering whether there's configuration to put axis ticks "center" over the tick line? and also put them in the plot area instead of outside space?
for the latter issue, i ... |
In my Web service I am using DBCP.
There are many instances in my service where I need to connect to DB. But Sometimes request to DriverManager.getConnection("jdbc:apache:commons:dbcp:poolName") hangs. I am not ... |
Hi In Flotr Playground (http://flotr.googlecode.com/svn/trunk/flotr/playground/index.html) site also the Y Axis Title is appearing in a Horizontal Way
See the Image here http://www.tiikoni.com/tis/view/?id=c57a22f
Please tell me how to resolve this ??
I ... |
Can we use Axis1 client code for Axis2 services?
We have deployed services using Axis .aar file. Can we access that services using Axis1 client code (i.e. without AXIOM API)?.
|
I want to use javafx for design. In addition I want to use java to use XML web service with axis. Then, I want to use my java classes to provide ... |
In matplotlib, I keep a reference on an axis. I want to open a new figure if the window that contain the axis have been closed. The idea is to keep ... |
In my current project, we are using Apache Axis to do remote calls via SOAP.
Now there are cases where the server host+port is not directly accessible due to firewall constraints, but ... |
There are several tutorials online for writing a module for Axis2:
They're not quite getting me where I need to go, though.
What I'm trying to do is write ... |
We have an Axis-214 IP camera on our network. I want to get its MPEG-4 stream on socket. I am making a C API for this. The problem is that I ... |
I'm making a service that should accept a variable number of files using Axis2 1.5.4.
In my WSDL, the input type includes the following element:
<xsd:element name="Attachment" type="xsd:base64Binary" maxOccurs="unbounded" minOccurs="0"></xsd:element>
After generating ... |
Is it possible to read an absolute timestamp from an H.264 stream sent trough RTSP from an Axis camera?
It will be necessary to know when the frame has been taken by ... |
So I'm really hoping this question will be closed as obvious and I just don't know where to look. I looked in the axis2 documentation but I cannot find ... |
A have created a web service using eclipse plugin present in it (generate java bean skeleton). The classes thus created are using java.lang.Class and java.lang.Object. But when I use those classes ... |
How do I display the date on my x axis from a json object structured like so;
[
[
634420512000000000,
...
|
What is the difference between Modules and Services in web-services ( AXIS2.x )?
Thanks.
|
Problem: how to not display the start date 31/05 and end date 16/06
These values are not brought into the control via the dataset (hence there can never be any data) as ... |
What is the best/standard way to define a web service interface?
For example,
I have two class Car and Bus both of them extends Vehicle.
If I want to expose a create method for ... |
Using axis2 on solaris I've noticed that the message.getSOAPEnvelope() call is maxing out the server processing to 0.0 idle. The call takes about 10 seconds and then processing load goes back ... |
I have a WSDL from a C# web service.
Can anyone advice on how to use apache axis 2 to create a dummy web service?
|
I've a package making use of the following code:
SOAPEnvelope retMsg = (SOAPEnvelope) call.invoke(message.getSOAPEnvelope());
...this expects a reply message and hangs without one. I've been asked to adapt this to fireAndForget with no ... |
I'm trying to generate some schematic figures using gnuplot. My x scale is of angstrom and the y scale if of mV. Currently, I have the x scale goes like:
0 1e-9 ...
|
Do JAX-RPC and Axis2 have built-in support for XML injection?
If not, how can I add custom code to perform escaping and schema validations on my own?
Edit: I looked at ... |
I am a novice at Web services subject,and this is my first post here at stackoverflow. Well, I am tryin to create a service ticket, calling the methods(login,createTicket,logout) from eclipse IDE. ... |
I have a rtsp web stream (axis 211 ip camera). Gst-launch Playbin2 uri=... can show it just fine. I cannot figure out the right pipeline to duplicate what playbin2 ... |
I'm using Zedgraph and I've a problem with values printed beside axis.
When my curve has values between 0 and 1000, no problem. But when I have values between 10 000 and ... |
Is it starting from WSDL or from coding?
|
Sorry about the poorly articulated title, I couldn't think of a title that would suffice without explaination.
I have a graph with an x axis with an irrelevant scale. What I want ... |
In Eclipse I am writing this code on the client side, generated from a wsdl file...
TravelAssistServicesStub t = new TravelAssistServicesStub();
ConversionRateByCountry c = new ConversionRateByCountry();
c.setCountry("India");
c.setUser_Id("satya");
ConversionRateByCountryResponse ccy = t.conversionRateByCountry(c);
System.out.println("Conversion: " + ccy.get_return());
...and I ... |
I want to add to my chart at the axis X and Y to what they refers
eg: add number of issues and project
Current chart
Required chart
![]() |
I'm trying to import packages...
- import org.apache.axis2.context.ConfigurationContext;
- import org.apache.axis2.description.AxisService;
- import org.apache.axis2.engine.ServiceLifeCycle;
but I'm getting errors..
- package org.apache.axis2.context does not exist
- package org.apache.axis2.description does not exist
- package org.apache.axis2.engine does not exist
I've added %AXIS2_HOME%\bin in my PATH environment variable and ... |
As for my title, Now I need to draw more than two y axis at the same sacle x axis. Have someone can tell me how to competed this function? ... |
I have a barchart code snippet as below..When you run this,you get 4 bars ,the first of which lies against the y axis.Is it possible to put some gap between y ... |
In my RTSP server, i need to know what is the current fps of the stream from Axis Camera every second.
is there any specific RTSP Command through which i can request ... |
I'm just starting to learn python, and was recently trying to make a 3D scatter plot with my dataset using matplotlib. Because my data is so spread out (x range = ... |
I currently face the problem that I have a web application including an axis 2 web service client, which should use rampart for the security header. Therefore, I adapted the axis2.xml ... |
I have written a simple HelloWorld web service. Which takes an ArrayList as parameter. Code is as simple as `import java.util.ArrayList;
public class Service {
public void service(ArrayList<Object> list) {
...
|
I got error notice when I tried to run axis2:
[INFO] script module activated
org.apache.axis2.deployment.DeploymentException: A ClassNotFoundException
error
occurred in loading the message receiver
com.ttdev.ss.SimpleServiceMessageReceiverInOut
I checked my services.xml that generated by Eclipse Code Generator Plugin:
<?xml version="1.0" ...
|
I'm coding an application that executes several web services using AXIS2, I've run into some issue during my end to end tests which are a result of my client not handling ... |
I found Core Plot as very nice plotting library.
But there is small issue: I can not find any way to set directional arrows at the end of axis for plots.
Am I ... |
I will precise my question, I have a 2D object moving in a 2D world (X,Y), and I want to fake a movement on the Z axis. So I believe the ... |
I'm working on creating axis client for some web-service that I was provided. Service generates PDF file from received XML, so I need to pass "pure" xml as one of parameters ... |
I have been researching this like crazy, and have not been able to find an answer.
Is there any possible way to use JAX-RPC with Axis2?
I know Axis2 is compatible with ... |
I am trying to create table inside a plot right underneath the axis of the plot using matplotlib
I am using the plt.table function to do this
However, when i create the table, ... |
I am new to SOAP and Axis 2 framework. I started with writing simple program for returning String, int to the client side. Now I want to have program on the ... |
I am trying to consume a web service which returns a Java hash map, following is the code for that
String endpoint =
...
|
I have a calculated measure in my cube which gives me the grand total of a measure based on the dimension dragged on one of the axis, the formula is as ... |
I asked this before but got no response - maybe it was too long - so i'm rephrasing the question:
After about 3 days from starting an application that uses Apache ... |
This may be one of the insane / stupid / dumb / lengthy questions as I am newbie to web services.
I want to write a web service which will return answer ... |
I have two different webservices (each generated from a different wsdl) with the same name "getConfiguration", that I'm trying to put in the same .aar file.
In the services.xml I've changed the ... |
Can anyone help me out with how I could make my bar charts align with
grid lines when I use the date axis renderer for x axis? I thought may be ... |
I created my web service using Eclipse and Apache axis (Using this link). When I tested it on my local machine with Eclipse and Apchache tomcat it worked fine.
Then ... |
Am working with coreplot for creating bar-chart .Bar-chart is getting displayed but its upside down..X-axis starts at the top of the screen instead of being at the bottom of the screen..and ... |
How can I check if any web service is accessible ?
I can see the list of service also I know the method names present in the web service.But I don't know ... |
Does anyone know if/how I can create multiple sets of ticks for the x axis in a flot grid? I'm graphing data over time and I'd like to be able ... |
I have written a simple web service which takes string as an argument and returns a String as output.
The service is something like this :
@WebService(name = "MyWebService", serviceName = "MyWebService", ...
|
i get
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>org.apache.axis2.jaxws.wrapper.impl.JAXBWrapperException: ...
|
I need to execute a static method in a Java class when the Apache Axis 2 starts, or something which could be done in an application scope.
Please suggest.
|
I have some functions which i want to publish as a webservice .Am preferring axis 2 web service.The return type of my methods is some bean that i developed.
1)How can ... |
The current code i use is:
JavaPlot plotter = new JavaPlot();
plotter.setTitle("Title");
plotter.addPlot(data1);
plotter.addPlot(data1);
plotter.plot();
But I want to be able to set the labels in de legend (now they are: Datafile 1, Datafile2)
and also the name ... |
I am trying to learn how to build web services. I am trying to do the most simple straight forward service and after all day of wasting my time I pretty ... |
Is there a numpy function to sum an array along (not over) a given axis? By along an axis, I mean something equivalent to:
[x.sum() for x in arr.swapaxes(0,i)].
to sum along axis ... |
Is there a numpy function to divide an array along an axis with elements from another array? For example, suppose I have an array a with shape (l,m,n) and an array ... |
I have a question about how to obtain a list of deployed Axis services within another Axis service. here is the scenario. I am using Tomcat 7.0.14 and Axis 2-1.5.5 as ... |
I've noticed that a wsdl datetime, when using java and axis gets converted to a Calendar object with local machine timezone information. I am in a situation where I need ... |
SOAPUI by default uses Apache Axis and not Apache Axis2
How do i make sure SOAPUI is always using AXIS2 for testing remote web service?
|
Possible Duplicate:
What is the best open-source java charting library? (other than jfreechart)
I am writing a Java application which requires me to generate line charts ... |
As we have ksoap library for calling axis web services in android and blackberry platform, do we have anything of that kind to call an axis2 webservice.
|
I have followed contract first approach. So I first wrote the wsdl file and then generated the server side code. But when I hit the url for my web service in ... |
For example, what is a code for plotting y = x so that y- and x-axis have the same scale ?
|
I'm creating a line chart in RS where total dollars is on the Y axis and year/month is on the x axis. There are currently three years of data (36 months) ... |
I have been using the code below to plot the time spent to run 4 functions. The x axis represents the number of executions whereas the y axis represents the time ... |
I'm currently migrating an axis2 1.5.1 installation to 1.6.1. currentyl I'm facing several issues.
e.g.: where's the
ListenerManager.defaultConfigurationContext
field gone?
where do I get the current configuration context?
regards
|
Title Says it all.
The reason I need this is,my chart is inside a Tablix and Only 1 Value(X-axis point) gets supplied to each Row
I can see this line which is centered ... |
I developed a webservice in java with Axis2, and now I need to put it online.
In order to do it I signed a shared hosting service, but as I am not ... |
here's my very strange problem :
I wrote a ws that checks a signed mail with bouncycastle API. When I test the method outside axis2 environment, all works fine. As soon ... |
I have a question related to Axis2 Webservices .
I have My Webservice deployed in Tomcat Server .
Right now i am writing a Client for my Webservice using
public static void ...
|
I have developed a Webservice using Axis2 , made a .aar file from it and deployed it inside the Axis2.war services directory .
All this works fine .
I also need ... |
Can someone tell me how to remove the decimal points from the Axis labels? Instead of 10.0 I'd like to have only 10 showing.
|
I am developing webservices using Apache Axis2 (1.5) version .
I have developed a war file for webservice client .
And Deployed my Webservice in (.aar) format into axis2.war services directory.
This ... |
I am pretty new to webservices . We need to develop a web service using Axis2 .
Please tell me when to use Modules Concept , when using Axis2 .
Could ... |
I have an report that I want the axis to match the dates that I have in the query. In the report (Category Axis Properties) I have the Interval set to ... |
Can the format of the URL for an Axis2 web service be configured when using the code-first approach (where Axis2 is generating the URL)? In particular, we would like to leave ... |
I am building a small tool for data analysis and I have come to the point, where I have to plot the prepared data. The code before this produces the following ... |
I think an image describes best what I want:
Given (P1x,P1y) and (P2x,P2y) what is the best way to calculate this angle? The origin is in ... |
In Mathematica, when I plot things sometimes I don't always get the x-axis to line up with the exact bottom of the plot. Is there any way I can force it ... |