Re: Fwd: Axis2 ADB Binding - Compiling All Schema

2008-04-28 Thread lucky
> > Subject: Re: Axis2 ADB Binding - Compiling All Schema > > To: axis-user@ws.apache.org <mailto:axis-user@ws.apache.org> > > > > > > Hi, > > > > This is something that I've wanted also. > > > > leon > > > > On Thu, 24 Apr 200

Fwd: Axis2 ADB Binding - Compiling All Schema

2008-04-27 Thread lucky
8 at 1:32 AM Subject: Re: Axis2 ADB Binding - Compiling All Schema To: axis-user@ws.apache.org Hi, This is something that I've wanted also. leon On Thu, 24 Apr 2008 17:35:00 +0530, lucky <[EMAIL PROTECTED]> wrote: > HI, > I am encountering one issue regarding the deployment of

Axis2 ADB Binding - Compiling All Schema

2008-04-24 Thread lucky
HI, I am encountering one issue regarding the deployment of my web services. I a have a number of WSDL files.Corresponding to each WSDL file I have an XSD which has schemas directly used in that WSDL. So say for WSDl A.wsdl I have A.xsd.; B.wsdl , B.xsd and so on. these xsd's intern refer to Base.

Axis1 1.3 Client side configuration for https end points

2008-03-06 Thread lucky
Hi, I configured my Tomcat 5.0 for https.I am able to deploy Axis2 1.3 and can access admin and other pages,service end points are also shown as https and I am able to invoke getVersion of verion service through browser. I am also able to run a sample service without https on same server. However w

ADB Binding error - Probably BUG

2008-02-19 Thread lucky
Hi, We are developing a Axis2 Top-Down WebService and while invoking WS we are getting following exception at client side - Exception in thread "main" java.lang.OutOfMemoryError: Java heap space at ws.schemas.EmployeeRs_TypeSequence_type1$Factory.parse(* EmployeeRs_TypeSequence_type1.jav

Re: User Token details

2008-02-18 Thread lucky
user = principal.getName(); >password = principal.getPassword(); > >} >} >} > >return ("The user was: " + user); >} > >} > > } > > > > > __

User Token details

2008-02-18 Thread lucky
Hi, I am trying to create a handler and read user name/password there to authenticate the Web-Service client. I have used Rampart as explained in articles and able to pass username/password as plain text and authenticate user. Now I want to capture same details in a handler so that it can be invoke

Re: Reading Header

2008-02-10 Thread lucky gupta
Thanks for the reply,The article you sent are helping but on first look it appear that Rampart will enforce the authentication also and will read from predefined fields( UserName/Password). I have lot of questions now and want to resolve them myself. Is there any book on Axis2, where I can read all

Reading Header

2008-02-08 Thread lucky gupta
Hi, Can some one please point me to Axis2 resource or tell me how I should be doing following - I want to get a UserId/Password in all Web Service requests.I need to extract that and authenticate the user by invoking a 3rd party authentication API. I am a lil scared of doing a handler stuff to extr

Re: JRun and Axis2

2008-01-30 Thread lucky gupta
there any specific error ? > something in the logs may be ? > > On Jan 30, 2008 3:46 AM, lucky gupta <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > I am trying to use Axis2 1.3 version with JRun 4 Updater6 for JDK1.5 . > > However the axis2 ,seems, not getting pr

JRun and Axis2

2008-01-30 Thread lucky gupta
Hi, I am trying to use Axis2 1.3 version with JRun 4 Updater6 for JDK1.5 . However the axis2 ,seems, not getting properly deployed. I understand that almost every one using above combination is having trouble. Has any one used Axis2 1.3 successfully with JRun4? If so can you please advise how you f

JRun and Axis2

2008-01-29 Thread lucky gupta
Hi, I am trying to use Axis2 1.3 version with JRun 4 Updater6 for JDK1.5 . However the axis2 ,seems, not getting properly deployed. I understand that almost every one using above combination is having trouble. Has any one used Axis2 1.3 successfully with JRun4? If so can you please advise how you f