1. Axis2, using Thread.sleep to do blocking stackoverflow.comI am currently coding a Java WebService using axis2. However, one particular request needs me to do constant polling a status in another server for around 3-10 seconds time. I want ... |
2. Core-Plot: How to keep axises are always at bottom-left side of screen stackoverflow.comCurrently, I can keep the axises at bottom-left side of screen by using CPConstraints, isFloatingAxis and set a properly value for orthogonalCoordinateDecimal, but when I change the xRange and yRange value, ... |
3. How to get new rectangle value when x and y axis increase stackoverflow.comI have a rectangle say (150, 200, 25,25) and x- axis up to 800 and y-axis upto 650. Now like to increase the value of x and y axis by 100. ... |
4. Web service hangs if processing longer than 10sec stackoverflow.comI have very simple web service which is not doing anything but receiving numeric value interpreted as a number of seconds to sleep before responding with "OK, I'm done". If the nap ... |
5. What are some good Axis2 tutorials/books? stackoverflow.comI am currently learning Axis2 and would like to know what are some good tutorials or books. I know SOAP and WSDL already and currently reading the Quickstart Apache ... |
6. need help in webservice stackoverflow.comI am new to webservice first i used eclipse for consuming a third party free webservice "http://www.webservicex.net/stockquote.asmx?WSDL" tested the webservice successfuly the following java files are created in my src folder
|
7. Why are web service initial requests slow in Axis2? stackoverflow.comWhy are web service initial requests slow in Axis2? Initial call to stub is like ~3000ms, every other call is like ~50ms. I would guess that it has something to do with session ... |
8. Invert Y axis on coordinate plane? stackoverflow.comOn a coordinate plane, what is the equation to flip the image upside down? |
9. SSRS: Trouble applying custom expression to Vertical Axis Chart Label stackoverflow.comUsing visual studio BI dev studio 2008. I have a chart that has a Y axis of numbers ranging from 0 to about 1500 (Values), an x axis of dates (Category Group). ... |
10. Why is IDL adding it's own tick marks to my custom plot tick marks? stackoverflow.comI'm trying to specify custom Y axis tick marks, but IDL is not cooperating. http://i.imgur.com/BFqMO.png In the top left, 1.0000 should be the max value, but IDL puts a 57 ... |
11. Histogram with numeric x-axis in gnuplot? stackoverflow.comI'm having this file as
|
12. What is the purpose of |
13. Drill down in graph using FusionCharts Free for axis stackoverflow.comI have the following input xml file:
|
14. Getting java.lang.reflect.InvocationTargetException while accesing the webservice stackoverflow.comHi i m new to Axis.Axis(1.4) has been added to my webapp that runs on Jboss. While invoking any service getting-ERROR [STDERR] AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.lang.reflect.InvocationTargetException faultActor: faultNode: ... |
15. how to pass output of one web service as input to another web service stackoverflow.comI have written one web service which returns float value. I want to display that float value by passing it as input to another web service. How to pass the value from one ... |
16. Compare Quaternion to axis stackoverflow.comI have the orientation of an object stored as a unit quaternion, and I want to see what angle the object's local x axis makes with the global y axis. ... |
17. Component of a quaternion rotation around an axis stackoverflow.comI'm having trouble finding any good information on this topic. Basically I want to find the component of a quaternion rotation, that is around a given axis (not necessarily X, Y ... |
18. Cannot get Axis example to run stackoverflow.comI am trying to run the Axis "getting started" example code from here: http://ws.apache.org/axis/java/user-guide.html#BasicsGettingStarted Other than adding a missing quote on line 15 it is the same code with some ... |
19. NoClassDefFoundError when invoking web client class created from Axis stackoverflow.comI am using the Axis plug-in for Eclipse to generate the client classes for calling a web service written in C#. The following class files are being generated:
The classes are being ... |
20. How to calculate axis ticks at a uniform distribution? stackoverflow.comGiven a data range by its minimum and maximum value, how can one calculate the distribution of buckets on a an axis? |
21. ZedGraph Axis labels stackoverflow.comI have two questions about axis labels:
|
22. Creating a Java based web service stackoverflow.comI have a very basic Java based web service requirement. Requirement is very simple, pass some String parameters, save them to database and generate a response ("success", "failed"). There ... |
23. Need to set time range on Y axis on a MSChart stackoverflow.comI'm looking to set the y-axis for a MSChart to be midnight to midnight, in either regular time format(i.e. - "1:30 AM") or military time. I figured out I can ... |
24. Highcharts how to change x axis options stackoverflow.comIn Highcharts I want to change the default starting point from 0 to 1 is where can i find the option to change I have only data points so that are ... |
25. Mplayer crash when playing RTSP and disconnect stackoverflow.comI'm using mplayer for playing RTSP streams (Axis IP Camera), and I would like to know how I can prevent mplayer from crashing when the IP cameras are unreachable (network problem, camera is ... |
26. How to use java.util.Date in Axis2 stackoverflow.comI'm using Axis2 1.5.2 to pass Dates between client/server. But when using java.util.Date Axis2 throws this error:
Anyone knows a workaround or how ... |
27. WS-Eventing in Axis2 / subscription-based messaging stackoverflow.comI'm currently writing a web service using Axis2, and need to be able to set up a subscription-based system, whereby subscribing clients are notified of events and messages. Does anyone ... |
28. An Issue with Axis2 Web Service Framework stackoverflow.comI’m writing a web service (and client) in Java by using Axis2. In one of the web methods I want to throw an exception and in the client side I am ... |
29. SAML2 usage with axis2 web service stackoverflow.comIs there any way that i can use SAML to authenticate(SSO) to an Idp using an axis2 web service? |
30. Axis 2 - Is it possible to test operations through the web interface? stackoverflow.comShort version of my quesiton: Is it possible to test a web service via the web page provided by the Axis 2 web application? More detail: In the web page provided ... |
31. Future of axis2 for webservices development stackoverflow.comI was just wondering what are peoples opinions on using axis for webservice development? Is it a viable future proof solution? I noticed some of the code in their documentation, if you use ... |
32. How to calculate the medial axis? stackoverflow.comDoes anyone know how to calculate the medial axis for two given curves? Medial axis: http://en.wikipedia.org/wiki/Medial_axis Here is the shape I need to calculate it for: I drew in ... |
33. Using java.util.Map in AXIS@ framework stackoverflow.comI am using AXIS2 Framework for creating and accesing a webservice. My question is Is AXIS2 supports java.util.Map data type. I want use this data type in response.xml. Thanks, Narendra |
34. Extending Axis Code Generation module stackoverflow.comIn short, what I'm looking to achieve is the ability to run wsdl2java and generate extra code. Has anyone done this and can offer hints/tips/advice, has anyone done anything similar with ... |
35. gnuplot v4.4: Problem plotting using timeseries x axis stackoverflow.comcould someone please help me. I'm trying to create a simple chart.
|
36. SSRS line graph: x-axis time-scale with gaps in data stackoverflow.comI have a dataset which counts the number of produced pallets per hour, eg
11/11/2010 22:00 --> 22 |
37. Is there a way to plot change of day on an hourly timescale on the x axis? stackoverflow.comI'm using gnuplot to plot time-dependent data. The samples are taken every 5 minutes or so and I have 200 samples. I plot these with the x axis formatted to
Ideally, ... |
38. How to organize web services, so developers can easily find them? stackoverflow.comWe're developping a software for a large bank. So, the problem is that bank operates in SOA way. I mean, we have an entry point to the system and then there ... |
39. How to integrate Axis into existing web application stackoverflow.comActually I have 2 projects, let's say User and Admin. I need to integrate web service server into Admin and a client to User. The problem is that I don't want ... |
40. java - web service client does not see the method arguments stackoverflow.comI create a bottom up web service on axis2 1.4.1 and tomcat 6.20 with a simple method such as
and then ... |
41. Vertical Axis in chart repeating values - SQL Reporting Services 2008 stackoverflow.comHi i have the following problem. I'm doing a chart in SSRS 2008. I'm doing a count and the result of the count is 2. Because of the little count the chart is ... |
42. Ellipse fit to a point by altering one axis stackoverflow.comA graphic of this problem is here: http://dl.dropbox.com/u/13390614/Question2.jpg Take an axis aligned ellipse with a fixed minor axis, and stretch the ellipse along its major axis till the ellipse's perimiter coincides ... |
43. Plotting a line on a grid layout, then addition veritcal axis stackoverflow.comSOLUTION AT BOTTOM OF THIS QUESTION I have this code:
|
44. Understanding separating axis theorem and global / local coordinates stackoverflow.comI'm having problems converting between local and global coordinates while projecting a rectangle onto different axes using the separated axis theorem: http://en.wikipedia.org/wiki/Separating_axis_theorem. In the end, I'd like to check ... |
45. Making a Web Service client stackoverflow.comi have to make a web service client from an wsdl file. I have followed tutorial to create and test the service client in the eclipse wizard, and (I thaught that ... |
46. Web service client stacktrace stackoverflow.commy intention is not to spam SO with my stacktraces, but i appreciate help help on this one
|
47. Using ZedGraph, How do I format the y axis to show 2000 instead of 2 with a label of MyLabel(10^3) 2? stackoverflow.comUsing ZedGraph, How do I format the y axis to show 2000 instead of 2 with a label of MyLabel(10^3) 2 ? |
48. Empty space when rotating X - Axis 45 degrees stackoverflow.comI have the following problem, i have to rotate the X-Axis labels on a chart 45 degrees. The thing is that when i rotate them a space in the chart is ... |
49. rotating a quaternion on 1 axis? stackoverflow.comAlright, so I got a model that is rotated by a quaternion. Now I can only set the rotation, I can't add an subtract from anything, so I need to get ... |
50. Zedgraph: How to limit pannings/scrolling on a Yaxis? stackoverflow.comI have a bar chart that will never go below zero (never go negative), 0 y axis. How do I limit panning/scrolling so that the y0 line is always at the ... |
51. Running using axis2 inside a WAR application stackoverflow.comI am trying to add Axis2 parsing/handling to my existing web application. This compiles into a WAR file, however, my understanding (hopefully incorrect) of the Axis2 process is that to ... |
52. problem in concurrent web services stackoverflow.comHi All I have developed a web services. I am getting problem when two different user are trying to access web services concurrently. ... |
53. Apache AXIS2 sending large DIME attachments stackoverflow.comI am currently working on a webservice to send large pdf files to server from client using DIME. I am using apache axis2 implementation for webservice support. I have been to ... |
54. problem in concurrent web services (using axis2 java ) stackoverflow.comHi All I have created a web services. In service cllass one method is defined which takes tow integer as argument and return ... |
55. Apache Axis2: sent method arguments are not received stackoverflow.comWe are currently developing a Web service that receives (string) data and subsequently stores it using Hibernate. When we run this Web service directly in Eclipse (using the axis2 plugin), everything ... |
56. Using a JSON web service from a Java client application stackoverflow.comI am developing a client-side Java application that has a bit of functionality that requires getting data from some web services that transmit in JSON (some RESTful, some not). No ... |
57. SForceAPI : unable to find classes listed on API? (Account, Contact, etc) stackoverflow.comAPI referred : http://www.salesforce.com/us/developer/docs/api/index.htm |
58. Regenerate Webservice client stubs if a class was modified? stackoverflow.comI have a web service that I've been calling for a while with a java client. I call a certain class in that web-service with no issues. If a setter and a ... |
59. Reflecting Angles in the Y Axis stackoverflow.comI'm currently to reflect an angle in the Y axis using 'Pi - angle'. The angle system I'm using is in radians, with 0 being east, -Pi/2 being north, Pi/2 being ... |
60. Easy way to generate web service clients in Java WITHOUT using Axis stackoverflow.comI've always used the web service generation in Eclipse WTP to build my web service clients due to it's relative easy of use. However, in the last couple years, as I've ... |
61. formula to calculate axis values stackoverflow.comLet's say I have a simple line chart with 5 values (a = 155, b = 200, c = 250, d = 300, e 0 345) I need a way to calculate ... |
62. axis2; is it possible to dynamically turn on/off transport receivers? stackoverflow.comConsidering the following section from a typical
|
63. Axis2 - making .aar archive problem with folder structure stackoverflow.comi want to create a .aar archive from a simple service with following folder structure. Folder Structure is as follows
|
64. Convert a Unit Vector to a Quaternion stackoverflow.comSo I'm very new to quaternions, but I understand the basics of how to manipulate stuff with them. What I'm currently trying to do is compare a known quaternion to ... |
65. Given start point, angles in each rotational axis and a direction, calculate end point stackoverflow.comI have a start point in 3D coordinates, e.g. (0,0,0). I have the direction I am pointing, represented by three angles - one for each angle of rotation (rotation in X, rotation ... |
66. ZedGraph v. 5.15, multi y-axis alignment stackoverflow.comThe issue I have is when using two Y-axes (y1 and y2), wherein the y1 value is: (min,max) = (zero,positive) and the y2 value (min, max) = (negative, positive), in such ... |
67. Web Service method in AXIS2 receives null arguments. Why? stackoverflow.comI am new to java web services. While trying out a basic web service operation, I got stuck. I have been following this article as a reference. The service ... |
68. Unable to load dialect 'org.drools.rule.builder.dialect.mvel.MVEL DialectConfiguration:mvel stackoverflow.comI am using drools for processing rules. Web-service calls a method in a class which is in jar included in lib directory of web-service. And this method in turn uses drools. ... |
69. Communicate between services in axis2? stackoverflow.comWe have a web service implementation which maintains a bit of internal state. Now we want to add a separate web service interface which accesses the same internal state of the ... |
70. How to secure Axis2 container in production? stackoverflow.comI would like to know what are the good practises to secure an Axis2 container in production. I know I have to change the admin account but is there something else ... |
71. How do you make a parametric plot of a table of functions in Mathematica? stackoverflow.comI am trying to generate a family of curves in a parametric plot (since the function is giving x as a function of y), but I am getting either nothing or ... |
72. Java Axis faulstring stackoverflow.comI'm using Axis to generate a Web Service of a single method class. That method instantiates another class that imports a librarys that are contained on a jar file I already added ... |
73. Axis2 generated Client to web service call - Unable to access unsupported property javax.xml.stream.supportDTD stackoverflow.comI am getting the following exception when I access the web service from my Axis2 generated stub client. Can anyone put some light one it? Thanks. Caused by: org.apache.axis2.AxisFault: Unable to access ... |
74. Chart Align YAxis to YAxis2 stackoverflow.comI am currently building a chart which has two y axis(left and right). As I plot points on the chart for both axes wrt xaxis, I can see the grid lines ... |
75. Axis2 client Unexpected subelement apple stackoverflow.comI developed both a server and client application using Axis2 version 1.5.4, Java 1.6 and the server is deployed on tomcat 6. The services are declared using annotations, so there is no ... |
76. How to replace AXIS' "Hi there, this is an AXIS service!" page? stackoverflow.comWhen I go to "http://192.168.0.149:8080/axis/services/MyService", I get this page "Hi there, this is an AXIS service! Perhaps there will be a form for invoking the service here..." I know this means my web ... |
77. axis2 1.5.4 java enum support stackoverflow.comI have an embedded axis2 service in my web application. When I try to create a wsdl it creates soemthing like
|
78. Reportin services Y axis text stackoverflow.comCan anyone help me with reporting services, i create some report with chart, and on y axis i have some values, that values can be very big (500000000). I want to ... |
79. Using Apache Axis2 stackoverflow.comI am new to Apache Axis 2. I have a method to accept a String of XML send by another application. Is there any native binding provided by Apache Axis2 for ... |
80. Unable to create JAXBContext for class stackoverflow.comHi i have upgraded my project from axis1.4 to axis2.0, i have generated some class using axis2.0(wsdl2java)..my code is working fine when i am running on Eclipse but when i am ... |
81. java webservices in axis stackoverflow.comI am new to web services.I am writing webservices using axis2 1.4 in eclipse 3.5 and using tomcat 5.5.I wrote webservice a in dynamic web project and created a webservice client ... |
82. Report Builder 2.0 - using the x-axis value from a scalar axis in a data series calculation stackoverflow.comI have a chart whose x-axis consists of dates. I set it up to have a scalar x-axis so that I can see dates into the future because my dataset ... |
83. Custom Labels for axis in SSRS 2005 Chart stackoverflow.comMy question is specific to SQL Server Reporting Services 2005. I am trying to implement custom label interval values for the y axis. I know there is a way to do ... |
84. URLs in AXIS web services stackoverflow.comIs it possible to map URL according web 2.0 standard in AXIS Web Service without using WSDL? For instance: http://foo.com/user/login/2255 - ??? http://foo.com/user?action=login&id=2255 |
85. Convolution along one axis only stackoverflow.comI have two 2-D arrays with the same first axis dimensions. In python, I would like to convolve the two matrices along the second axis only. I would like to get ... |
86. Intersection between circle and axis aligned rectangle stackoverflow.comI am writing a converter for 2D geometry data. One of the elements I have to convert is an arc. In the source system the arc is described with two axis ... |
87. Adding More Tick Labels To ZedGraph Axis? stackoverflow.comI have tick labels on about every 4 ticks. This is great, but I want labels on every single tick, and I want to say that each tick should be ... |
88. ODE Joint Axis Problem stackoverflow.comCan anyone explain me how to use ode joint axis? How to use dJointSet*Axis() function? Thanks for your answers! |
89. Getting a Axis 1.1 client talk to an Axis2 service stackoverflow.comIs it possible to have an Axis 1.1 client talk to an Axis2 web service endpoint? From my understanding, web services work by passing XML SOAP messages back and forth ... |
90. gnuplot move data point on x axis stackoverflow.comi am plotting the attached graph using following script and data set:
|
91. How do I modify a quaternion such that the Euler rotation on one axis is zero? stackoverflow.comI've got two nodes, and I know the rotation of only one of them. I want to apply the rotation of node 1 to node 2, but with one axis zeroed out ... |
92. How to make junit for jaxws service with axis2 stackoverflow.comI'm developing jaxws annotated webservice and I'm deploying it to axis2 (1.5.1) running at tomcat (6.0.20) in a folder named 'servicejars'. So far so good. But it is undeployable to the ... |
93. User interaction in CNC mill g code stackoverflow.comIs there any way to get user feedback while running a G Code script? I'm trying to write a routine that will find a hole centre using an edge finder and ... |
94. How to display Major and Minor labels on an axis X? (AxisType.DateAsOrdinal) stackoverflow.comEarlier there were questions from other users zedgrafh. Link of questions: How to change the time frame in Xaxis of ZedGraph?; ZedGraph; Format DateAsOrdinal xAxis labels; Thanks for your work, but your your ... |
95. Java with Web service Axis stackoverflow.comI am new in Java Webservice, Please Let me know any one know abt Java webservice using Axis. Thanks |
96. Pass object to webservice stackoverflow.comI have a webservice:
the class numb:
|
97. Axis2 problem with signature verification - probably caused by HTML character references stackoverflow.comI have used Axis2 to built a client for WebService using message signing (service run on Websphere). Client works fine but in some cases service sends response containing HTML character references ... |
98. Matplotlib: how to draw an axis in the middle of the figure stackoverflow.comI would like to draw a static vertical line that is parallel to the y-axis and which is at the middle of the x-axis. This line should not move when one ... |
99. AXIS 1.5.3 Date Formatting Issue stackoverflow.comIn WSDL I have the following format: When I generate the STUB (using Axis2 1.5.3), the generated stub (ADB Data Binding) has the following source code : public void setUSER_ACT_STRDT_TypeDef(Date param) { if (ConverterUtil.convertToString(param).matches("\d{4}-\d{2}-\d{2}")) { this.localUSER_ACT_STRDT_TypeDef=param; ... |
100. Vertical x axis label in J plot stackoverflow.comIs there some way to set x axis labels vertically for a plot in J (using the plot library, of course)? For example, this:
|