Just to add to what Anne said, there is a migration guide:

http://ws.apache.org/axis2/1_0/migration.html

HTH,
Robert
http://www.braziloutsource.com/

On 8/23/06, Anne Thomas Manes <[EMAIL PROTECTED]> wrote:
What style is your existing service? RPC/encoded, RPC/literal, wrapped
document/literal, or unwrapped document/literal?

If it's RPC/literal or unwrapped document/literal, you should be able
to take the WSDL, run WSDL2Java, generate a new server skeleton and an
ADB or XMLBeans data binding, and just plug in your server code.

If you use wrapped document/literal, you do the same thing, but you
will need to make a small change to your server code so that it
accepts a bean containing your parameters rather than the unwrapped
parameters.

If you use rpc/encoded, then you must first edit the WSDL and convert
it to either RPC/literal or unwrapped document/literal. Then run
WSDL2Java, and adapt your server code to the new style.

Anne

On 8/23/06, MUHAMMAD IQBAL <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Can any one help me in migrating from Axis1 to Axis2. I already have an
> application developed using Axis1, i want this application to be migrated to
> Axis2.
>
> Any idea?
>
> Thanks in advance.
>
> Muhammad Iqbal
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to