axis 2 « axis « Java Enterprise Q&A





1. Axis2, using Thread.sleep to do blocking    stackoverflow.com

I 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.com

Currently, 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.com

I 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.com

I 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.com

I 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.com

I 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

  • StockQuote.java
  • StockQuoteLocator.java
  • StockQuoteSoap12Stub.java
  • StockQuoteSoap.java
  • StockQuoteSoapStub.java
  • StockQuoteSoapProxy.java
then ...

7. Why are web service initial requests slow in Axis2?    stackoverflow.com

Why 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.com

On 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.com

Using 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.com

I'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.com

I'm having this file as data.dat:

Xstep Y1 Y2 Y3 Y4
332 1.22 0.00 0.00 1.43
336 5.95 12.03 6.11 10.41
340 81.05 81.82 81.92 81.05
394 11.76 6.16 10.46 5.87
398 0.00 0.00 1.51 1.25
1036 0.03 ...

12. What is the purpose of in an Axis2 handler tag?    stackoverflow.com

In axis2.xml, why do you need to specify the phase again in the handler tag? Why this:

<phaseOrder type="InFlow">
  <phase name="Transport">
    <handler name="RequestURIBasedDispatcher"
      ...

13. Drill down in graph using FusionCharts Free for axis    stackoverflow.com

I have the following input xml file:

    <Company >
    <shareprice>
        <timeStamp> 12:00:00.01</timeStamp>
       ...

14. Getting java.lang.reflect.InvocationTargetException while accesing the webservice    stackoverflow.com

Hi 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.com

I 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.com

I 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.com

I'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.com

I 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.com

I 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:

org.tempuri.Data
org.tempuri.Service1
org.tempuri.Service1Locator
org.tempuri.Service1Soap
org.tempuri.Service1Soap12Stub
org.tempuri.Service1SoapProxy
org.tempuri.Service1SoapStub
The classes are being ...

20. How to calculate axis ticks at a uniform distribution?    stackoverflow.com

Given a data range by its minimum and maximum value, how can one calculate the distribution of buckets on a an axis?
The requirements are:
- The axis ticks shall be evenly distributed ...

21. ZedGraph Axis labels    stackoverflow.com

I have two questions about axis labels:

  1. How do I make a label at the Y2-axis, that shows a highlighted label following the dynamic price (y2-value) of the last bar/candlestick? As ...

22. Creating a Java based web service    stackoverflow.com

I 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.com

I'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.com

In 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.com

I'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.com

I'm using Axis2 1.5.2 to pass Dates between client/server. But when using java.util.Date Axis2 throws this error:

date string can not be less than 19 characters.
Anyone knows a workaround or how ...

27. WS-Eventing in Axis2 / subscription-based messaging    stackoverflow.com

I'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.com

I’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.com

Is 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.com

Short 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.com

I 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.com

Does 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: alt text I drew in ...

33. Using java.util.Map in AXIS@ framework    stackoverflow.com

I 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.com

In 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.com

could someone please help me. I'm trying to create a simple chart.

set datafile separator ","
set xdata time   
set timefmt "%d/%m/%Y %H:%M:%S" 
set format x "%H:%M" 
set autoscale y
plot ["13:00":"14:00"] ...

36. SSRS line graph: x-axis time-scale with gaps in data    stackoverflow.com

I have a dataset which counts the number of produced pallets per hour, eg 11/11/2010 22:00 --> 22
11/11/2010 23:00 --> 12
11/12/2010 00:00 --> 18
11/12/2010 01:00 --> 19
11/12/2010 03:00 ...

37. Is there a way to plot change of day on an hourly timescale on the x axis?    stackoverflow.com

I'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

set format x "%H:%M"
Ideally, ...

38. How to organize web services, so developers can easily find them?    stackoverflow.com

We'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.com

Actually 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.com

I create a bottom up web service on axis2 1.4.1 and tomcat 6.20 with a simple method such as

int helloWorld(int op1, int op2) {
   return op1 + op2;
}
and then ...

41. Vertical Axis in chart repeating values - SQL Reporting Services 2008    stackoverflow.com

Hi 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.com

A 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.com

SOLUTION AT BOTTOM OF THIS QUESTION I have this code:

public void lineImproved(int x0, int y0, int x1, int y1, Color color)
{
    int pix = color.getRGB();
    int ...

44. Understanding separating axis theorem and global / local coordinates    stackoverflow.com

I'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.com

i 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.com

my intention is not to spam SO with my stacktraces, but i appreciate help help on this one

 AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
     faultSubcode: 
    ...

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.com

Using 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.com

I 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.com

Alright, 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.com

I 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.com

I 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.com

Hi 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.com

I 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.com

Hi 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.com

We 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.com

I 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 ...

58. Regenerate Webservice client stubs if a class was modified?    stackoverflow.com

I 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.com

I'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.com

I'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.com

Let'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.com

Considering the following section from a typical axis2.xml configuration file :

<transportReceiver name="http"
                   ...

63. Axis2 - making .aar archive problem with folder structure    stackoverflow.com

i want to create a .aar archive from a simple service with following folder structure. Folder Structure is as follows

Project-> bin -> java -> rampart -> service -> SecureService.class

   ...

64. Convert a Unit Vector to a Quaternion    stackoverflow.com

So 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.com

I 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.com

The 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.com

I 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.com

I 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.com

We 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.com

I 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.com

I 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.com

I'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.com

I 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.com

I 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.com

I 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.com

When 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.com

I have an embedded axis2 service in my web application. When I try to create a wsdl it creates soemthing like

<xs:complexType name="AdminState">
         ...

78. Reportin services Y axis text    stackoverflow.com

Can 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.com

I 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.com

Hi 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.com

I 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.com

I 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.com

My 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.com

Is 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.com

I 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.com

I 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.com

I 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.com

Can 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.com

Is 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.com

i am plotting the attached graph using following script and data set:

set term postscript enhanced color solid
set output "speedup_v1.ps" 
set title "Speedup"
set key left top
set yrange[0:128]
set xtics (0,1,2,4,8,16,32,64,128)
set xlabel 'Processes'
set ylabel ...

91. How do I modify a quaternion such that the Euler rotation on one axis is zero?    stackoverflow.com

I'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.com

I'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.com

Is 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.com

Earlier 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.com

I am new in Java Webservice, Please Let me know any one know abt Java webservice using Axis. Thanks

96. Pass object to webservice    stackoverflow.com

I have a webservice:

package axis2;
public class Number {
    public numb getNumber(numb nr){
        return nr;
}
}
the class numb:
package axis2;
public class numb {
   ...

97. Axis2 problem with signature verification - probably caused by HTML character references    stackoverflow.com

I 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.com

I 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.com

In 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.com

Is there some way to set x axis labels vertically for a plot in J (using the plot library, of course)? For example, this:

load 'plot'
pd 'reset'
pd 'xlabel 2010-01-01 2010-01-02'
pd 'xticpos 10 59'
pd ...