RE: AXIS2 Skeleton and Stub Generation

2007-08-22 Thread Karuppusamy, Thamayanthi (Consultant)
sage- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] Sent: Thursday, August 23, 2007 12:33 AM To: axis-dev@ws.apache.org Cc: [EMAIL PROTECTED] Subject: Re: AXIS2 Skeleton and Stub Generation Because that's how Axis2 works .. the generated classes are the ones who serialize / deser themse

Re: AXIS2 Skeleton and Stub Generation

2007-08-22 Thread Sanjiva Weerawarana
ED] *Sent:* Wednesday, August 22, 2007 10:51 AM *To:* axis-dev@ws.apache.org *Subject:* Re: AXIS2 Skeleton and Stub Generation On 8/21/07, *Anne Thomas Manes* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Axis2 support of RPC/literal is sketchy at best, considering that

Re: AXIS2 Skeleton and Stub Generation

2007-08-22 Thread Amila Suriarachchi
I updated the document. On 8/22/07, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote: > > Amila Suriarachchi wrote: > > > > > > On 8/21/07, *Anne Thomas Manes* <[EMAIL PROTECTED] > > > wrote: > > > > Axis2 support of RPC/literal is sketchy at best, considering that > you

Re: AXIS2 Skeleton and Stub Generation

2007-08-21 Thread Sanjiva Weerawarana
Amila Suriarachchi wrote: On 8/21/07, *Anne Thomas Manes* <[EMAIL PROTECTED] > wrote: Axis2 support of RPC/literal is sketchy at best, considering that you must edit the WSDL to tell Axis2 how to handle it. See http://ws.apache.org/axis2/1_3/Axis2-rpc-s

RE: AXIS2 Skeleton and Stub Generation

2007-08-21 Thread Karuppusamy, Thamayanthi (Consultant)
mila Suriarachchi [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 22, 2007 10:51 AM To: axis-dev@ws.apache.org Subject: Re: AXIS2 Skeleton and Stub Generation On 8/21/07, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: Axis2 support of RPC/literal is sketchy at best, considerin

Re: AXIS2 Skeleton and Stub Generation

2007-08-21 Thread Amila Suriarachchi
On 8/21/07, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > > Axis2 support of RPC/literal is sketchy at best, considering that you > must edit the WSDL to tell Axis2 how to handle it. > > See http://ws.apache.org/axis2/1_3/Axis2-rpc-support.html thanks Anne to pointing out this document. this s

Re: AXIS2 Skeleton and Stub Generation

2007-08-21 Thread Anne Thomas Manes
Axis2 support of RPC/literal is sketchy at best, considering that you must edit the WSDL to tell Axis2 how to handle it. See http://ws.apache.org/axis2/1_3/Axis2-rpc-support.html Anne On 8/20/07, Amila Suriarachchi <[EMAIL PROTECTED]> wrote: > > > On 8/19/07, Anne Thomas Manes <[EMAIL PROTECTED]

Re: AXIS2 Skeleton and Stub Generation

2007-08-20 Thread Amila Suriarachchi
On 8/19/07, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > > Use of types in a message part (rather than an element) indicates that > you are using an RPC style service. You should be using document style > with Axis2. Axis2 supports RPC style. but only literal. so if you wsdl is rpc/literal then

RE: AXIS2 Skeleton and Stub Generation

2007-08-19 Thread Karuppusamy, Thamayanthi (Consultant)
Hi, No, I am using rpc style only Thanks & Regards Thamayanthi Karuppusamy -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Sunday, August 19, 2007 6:03 PM To: axis-dev@ws.apache.org Subject: Re: AXIS2 Skeleton and Stub Generation Use of types

Re: AXIS2 Skeleton and Stub Generation

2007-08-19 Thread Anne Thomas Manes
Use of types in a message part (rather than an element) indicates that you are using an RPC style service. You should be using document style with Axis2. Anne On 8/19/07, Karuppusamy, Thamayanthi (Consultant) <[EMAIL PROTECTED]> wrote: > > > Hi, > > How the stub and skeleton class are generated

AXIS2 Skeleton and Stub Generation

2007-08-19 Thread Karuppusamy, Thamayanthi (Consultant)
Hi, How the stub and skeleton class are generated in AXIS2?. because It is totally different from AXIS 1.3 . For Example above is created as one class Execute and ExecuteResponse etc., why it is creating like, but previous version is not creating like this. What is use of ExtensionMappe