You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Cyril Bonté (JIRA)" <ji...@apache.org> on 2010/02/13 16:02:28 UTC

[jira] Updated: (CXF-2671) Can't execute an operation with more than 128 arguments

     [ https://issues.apache.org/jira/browse/CXF-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cyril Bonté updated CXF-2671:
-----------------------------

    Attachment: bug.wsdl

In attachment, an WSDL file based on the hello_world example.

This file provides 129 parameters.

Step to reproduce :
1. wsdl2java -all bug.wsdl
2. ant GreeterServer
3. in another console : ant GreeterClient

Removing only one parameter will work.

> Can't execute an operation with more than 128 arguments
> -------------------------------------------------------
>
>                 Key: CXF-2671
>                 URL: https://issues.apache.org/jira/browse/CXF-2671
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.2.6
>            Reporter: Cyril Bonté
>         Attachments: bug.wsdl
>
>
> When a WSDL provides more than 128 arguments, the client request fails on a ArrayIndexOutOfBoundsException.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.