Hi,

Please see my comments below:

On 9/27/05, KV, Jayadev (GE Consumer & Industrial) <[EMAIL PROTECTED]> wrote:
>
> Thanks for the help!
> Is there any samples available for the new release?

When you extract the 'axis2-0.92-bin' the samples are available in the
 'xis2-0.92-bin/samples' directory.

Please read the readme files associated with each of the samples for
instructions and also make sure you follow the user guide
(http://ws.apache.org/axis2/userguide.html) .

There are some new samples added to demonstrate the use of security
module and the service groups and MTOM in addition to the samples that
were there in the previous releases.

> Would like to know how to invoke the service and pass the values to the
> object.

I guess what you are looking for is databinding support. You can use
the WSDL2Java tool as mentioned by Paul and the user guide has an
example on using the generated classes.

> Any help is highly appreciated.
>
> Thanks,
>
>
>
>
> -----Original Message-----
> From: Paul Fremantle [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 26, 2005 5:42 PM
> To: [email protected]
> Subject: Re: [ANN] [Axis2] Axis2 0.92 Released
>
> The equivalent command in Axis2 is:
>
> java org.apache.axis2.wsdl.WSDL2Code
>
>
>
>
>
> Usage WSDL2Code -uri <Location of WSDL> :WSDL file location
> -o <output Location> : output file location
> -a : Generate async style code only. Default if off
> -s : Generate sync style code only. Default if off. takes precedence over -a
> -p <package name> : set custom package name
> -l <language> : valid languages are java and csharp. Default is java
> -t : Generate TestCase to test the generated code
> -ss : Generate server side code (i.e. skeletons).Default is off
> -sd : Generate service descriptor (i.e. axis2.xml).Default is off.Valid with
> -ss
> ยง
>
> Paul
>
>
> On 9/26/05, KV, Jayadev (GE Consumer & Industrial) <[EMAIL PROTECTED]>
> wrote:
> > I have download all the jars from the Axis2 0.92 Release and set it my
> classpath
> > How can i run the command from the windows console to generate the
> skeleton
> > I need to pass the url where the wsdl is located.
> >
> > when i was using Axis 1.2 i use to do java org.apache.axis.wsdl.WSDL2Java
> http://localhost/HelloWorld.asmx?WSDL
> > How can i do it using Axis2 0.92 Release? Could you please advise?
> >
> >
> > Thanks,
> > Jayadev
> >
> > -----Original Message-----
> > From: Davanum Srinivas [mailto:[EMAIL PROTECTED]
> > Sent: Monday, September 26, 2005 3:38 PM
> > To: [email protected]; [EMAIL PROTECTED]; Axis developer
> > list
> > Subject: Re: [ANN] [Axis2] Axis2 0.92 Released
> >
> >
> > Please use the mirrors to get the code/binaries. (May need to wait a few
> hours)
> > http://www.apache.org/dyn/closer.cgi/ws/axis2/0_92/
> >
> > thanks,
> > dims
> >
> > On 9/26/05, Eran Chinthaka < [EMAIL PROTECTED]> wrote:
> > >
> >
> > >  You can download the release from:
> > >
> > >  http://ws.apache.org/axis2/download.cgi
> > >
> > > What's in this release?
> > >
> > > This release includes the following features:
> > >
> > > Complete XML infoset support for AXIOM
> > > AXIOM, a SOAP specific streaming XML infoset model for SOAP 1.1/1.2
> messages
> > > Support for one-way messaging and request response messaging
> > > Modules, mechanism to extend the SOAP processing model
> > > Archives based deployment model
> > > WSDL2Java code generation tool for stub and skeltons
> > > XML Beans based data binding support
> > > Support for WS-Addressing, both the submission and final versions
> > > Client API
> > > REST web service support
> > > HTTP transport support
> > > SMTP transport support
> > > TCP transport support
> > > MTOM/SWA attachments support
> > > SAAJ implementation
> > > WS-Security support using WSS4J
> > > Support for context hierarchy serialization
> > > and numerous bug fixes after 0.91 release
> > >
> > > The release include following tools
> > >
> > > Admin Web App
> > > WSDL2Java, eclipse Plugin/Command line version
> > > Service Archive Wizard, eclipse Plugin
> > > Module Archive Wizard, eclipse Plugin
> > > Service Archive Wizard, IntelliJ IDEA Plugin
> > > What's still to do?
> > >
> > > Please see a list of what we think needs doing - and please consider
> helping
> > > out if you're interested & able!
> > >
> > >  SOAP 1.1 and 1.2 validation
> > >  JAX-RPC 1.1/2.0 compliance
> > >  Implementation of other transports. e.g. JMS..
> > >  WSDL Generation
> > >  Axis2 Databinding implementation
> > >
> > > Axis2 is taking shape, this 0.92 release is a glimpse of 1.0 that should
> be
> > > comming soon. If you happen to have vision of how the next generation of
> the
> > > Web Service should be, and like to contribute to Apache Axis2 please
> help us
> > > to shape the Apache Axis2. Any contribution in the form of Coding,
> testing,
> > > submiting improvements to the documentation, and reporting bugs are
> always
> > > welcome.
> > >
> > > Thanks for your interest in Axis2! -- The Axis Development Team
> >
> >
> > --
> > Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service Platform
> >
>
>


Thanks,
--
Ruchith

Reply via email to