When is Axis2 1.6 released?

2011-05-11 Thread Nan Null
The wiki is way out of date, saying next release is 1.3: http://wiki.apache.org/ws/FrontPage/Axis2/releases The tracker says it's sometimes in Feb 2011: https://issues.apache.org/jira/browse/AXIS2/fixforversion/12313622 The old website still doesn't point users to the new site (this is raised b

Re: Axis2 vs Spring Webservice

2011-03-15 Thread Nan Null
Don't follow contract first or last. Follow what works best for the software, you, future of the software and inter-operability. Can you develop with it quickly? Does it have lots of bugs? Stable? Works with other platform? Extensible when you need it in the future? Good performance? Easy t

Re: axis2 1.5.3 and tomcat7

2010-11-30 Thread Nan Null
I don't think there is a problem, however, it's best to test your setup quickly. The reason being that setting this up with your existing code is very very easy. If you want good result, test it, and test it, and test it. Quality and performance. Measurable results are the key. Your code, your

Re: AW: Axis and WS-Security on a standalone client

2010-10-17 Thread Nan Null
Hi, Did you find the solution to your problem? I searched and it involves a file name axis2.xml. You need that file. Then declare both username and encryption. I will try to build an example. Unfortunately, I don't have .net with me to test out. Nan On Fri, Sep 10, 2010 at 8:01 AM, Markus S

Re: Problem when using complex data type.

2010-10-17 Thread Nan Null
There are probably many ways to get this to work. First, you have the 2D array of objects. How do you expect the object to be created given a piece of data from XML? One way, I haven't tried it, but you have to find out what are the different object types that will have instances go into that ar

Re: Does Apache No Longer Support Axis?

2010-10-17 Thread Nan Null
om to version 1.2.9. October 23, 2009 - Apache Axis2/Java Version 1.5.1 Released! " So it's almost 1 year, and a very minor a bug release was done. Axis is a great project. I know many people use them heavily, myself included. I wonder what's going on with it? On Sun, Oct 17,

Does Apache No Longer Support Axis?

2010-10-17 Thread Nan Null
When I go to: http://www.apache.org/ I don't see Axis or Axis2 listed anywhere. Ok, take a breather, it's probably under Web Services: http://ws.apache.org/index.html No, not listed here either. Ok, let's just go there: http://ws.apache.org/axis2/ Oh, yea, it's here. But why Apache is hidi

Re: Is this one still live? I ask this several times. how could I put all schema to the same namespace

2010-10-06 Thread Nan Null
I have done that, and I didn't have problem with name space from the service. Basically, here's what I did: 1) Created Java classes/interfaces all in a same package 2) Generates WSDL with namespace mapping options. There are several mappings there, not just one. You can check the WSDL to make sur

Re: Axis2 support for SOAP1.1

2010-06-22 Thread Nan Null
On Tue, Jun 22, 2010 at 9:57 AM, Nan Null wrote: > Try the attached version. > > > On Tue, Jun 22, 2010 at 8:48 AM, rahul yadav wrote: >> wsdl is attached herewithi get exception on calling getStudent() method. >> >> on following link you can see the exac

Re: Axis2 support for SOAP1.1

2010-06-22 Thread Nan Null
s2-wsdl2java-ts28956251.html > > Thanks. > > On Tue, Jun 22, 2010 at 6:13 PM, Nan Null wrote: >> >> Can you attach the WSDL?  Inside the WSDL, there is a binding section >> that indicates which one to bind too.  Once you configure that, then >> it'l

Re: Axis1.4 webservice with Axis2 wsdl2java

2010-06-22 Thread Nan Null
Hi, I created a much more sophisticated one with 1.4 with various binding 1.2, 1.1, and they all works. On Tue, Jun 22, 2010 at 1:27 AM, rahul yadav wrote: > Hi All, >  Can somebody try this simple exercise and explain the problem > Create 2 bean classes State and City in package com.axis.ser

Re: Axis2 support for SOAP1.1

2010-06-22 Thread Nan Null
Can you attach the WSDL? Inside the WSDL, there is a binding section that indicates which one to bind too. Once you configure that, then it'll work for you. On Mon, Jun 21, 2010 at 2:13 AM, rahulYadav wrote: > > That gives me compile time error in generated code. Also i do not think that > woul

Re: Control WSDL2Java output location

2010-06-04 Thread Nan Null
move src one directory up using Ant. > > If you are using Ant to compile your code: > > >    >    > ... > > On Thu, Jun 3, 2010 at 4:26 PM, Nan Null wrote: >> >> I am using Axis2 1.5.1.  When generating the output Java code in Ant, >> I specify the

Control WSDL2Java output location

2010-06-03 Thread Nan Null
I am using Axis2 1.5.1. When generating the output Java code in Ant, I specify the output directory. However, the tool always output under: /src/package I want it under: /package Basically, Axis always insert "src" into my project. For a learning project, that's not an issue. However, this

Re: WSDL2Java, I want custom Java code

2010-05-05 Thread Nan Null
Maybe you're trying to get to a solution before you think hard about the problem. Another way of saying it is that there maybe a better solution than what you think. What exactly do you want to do that makes you think you need customized generated code? Maybe knowing that, someone may point you

Re: Is possible to invoke multiple webservices in same http request?

2010-03-27 Thread Nan Null
http://wiki.apache.org/ws/FrontPage/Axis/KeepAlive On Sat, Mar 27, 2010 at 11:31 AM, Nan Null wrote: > Yes, but may not be the way you think. > > First, exactly what do you want to accomplish? > > Why do you bother doing things like this?  Why can't you call multiple &

Re: Is possible to invoke multiple webservices in same http request?

2010-03-27 Thread Nan Null
Yes, but may not be the way you think. First, exactly what do you want to accomplish? Why do you bother doing things like this? Why can't you call multiple WS requests? Ok, enough. So, with WS, it's possible to re-use HTTP request, that is not to close it. In Axis, there is a way to indicate

Re: Axis 1.5.1 Issues

2010-03-22 Thread Nan Null
Andreas, I just created a new issue for this here: https://issues.apache.org/jira/browse/AXIS2-4660 -Vy On Sun, Mar 14, 2010 at 12:13 PM, Nan Null wrote: > Andreas, > > Yes, I will.  Hopefully when I have time, I would create some > documentation f

Re: Axis 1.5.1 Issues

2010-03-14 Thread Nan Null
ample.org/calculator-service"/> > > > Obviously, java2wsdl should complain when the syntax is incorrect, but > it fails to do so. Can you open a JIRA issue for that? > > Andreas > > On Sun, Mar 14, 2010 at 03:35, Nan Null wrote: >> Hi Andreas, >> >

Re: Axis 1.5.1 Issues

2010-03-13 Thread Nan Null
Hi Andreas, Please see my comment below. > Where does Axis2 use the incorrect namespace? In the output of > Java2WSDL, in the WSDL exposed at runtime (through the "...?wsdl" URL) > or in responses received from the service? This happens when I run Java2WSDL using ant java task (running the main

Re: Axis 1.5.1 Issues

2010-03-10 Thread Nan Null
ed > [1], but the site has not yet been updated. > > 3,4,6) See comments in the corresponding JIRA issues. > > 5) This requires more information. > > Andreas > > [1] https://svn.apache.org/repos/asf/axis/axis2/java/ > > On Mon, Mar 1, 2010 at 20:14, Nan Null wrote: >&g

Axis 1.5.1 Issues

2010-03-01 Thread Nan Null
I had a bad day with Axis. Usually, Apache projects are very high quality and I don't encounter issues like these. I hope that the developers listens and fix it accordingly. So, let's go to the issue. 1) Building version 1.5.1 doesn't work. It gave me some weird maven area about missing/invali