Hi,
I downloaded the latest codebase, tried the last code generator and
realised that in generated stubs (with "-g" option); in-only operations are
declared as "org.apache.axis2.description.OutOnlyAxisOperation". Is this
behaviour normal or we are dealing with a new bug?
Thanks!
Rubén Naranjo
On Tuesday 07 February 2006 15:26, Ajith Ranabahu wrote:
> Hi Andreas,
> Yes this bug was realised recently and fixed in the latest codebase.
> Now the codegenerator generates correct message receivers based on the
> operation
>
> On 2/7/06, Andreas Bobek <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I have a very small WSDL file with only one in-only operation.
> > When running wsdl2java it generates a services.xml file with
> > mep="http://www.w3.org/2004/08/wsdl/in-out"
> > and a MessageReceiver class inheriting from
> > AbstractInOutSyncMessageReceiver.
> > As expected, when invoking the service with ClientAPI it sends back a
> > fault. At service side RawXMLINOnlyMessageReceiver is used instead of
> > the generated MessageReceiver class.
> >
> > Is this bug already known? I couldn't find another post.
> > Thanks, Andreas Bobek.
>
> --
> Ajith Ranabahu