You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "nadir amra (JIRA)" <ax...@ws.apache.org> on 2008/05/21 18:55:55 UTC

[jira] Closed: (AXISCPP-1040) Method declarations that have array parameters do not match method implementation

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

nadir amra closed AXISCPP-1040.
-------------------------------

       Resolution: Fixed
    Fix Version/s: current (nightly)

Fixed.

> Method declarations that have array parameters do not match method implementation
> ---------------------------------------------------------------------------------
>
>                 Key: AXISCPP-1040
>                 URL: https://issues.apache.org/jira/browse/AXISCPP-1040
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: WSDL processing - RPC
>    Affects Versions:  1.6 Beta
>         Environment: Windows XP
> Visual Studio 8   VC++
> java version 1.6.0     JRE 1.6.0-b105
> http://www.apache.org/dist/ws/axis-c/axis-c-win32-current-bin.zip
>            Reporter: Matthew Metke
>             Fix For: current (nightly)
>
>
> Sample wsdl to generate issue.
> https://issues.apache.org/jira/rpc/soap/jirasoapservice-v2?wsdl
> Header declaration
> STORAGE_CLASS_INFO RemoteIssue* updateIssue(xsd__string Value0, xsd__string Value1, RemoteFieldValue_Array Value2);
> Implementation
> RemoteIssue* JiraSoapService::updateIssue(xsd__string Value0, xsd__string Value1, RemoteFieldValue_Array* Value2)
> Note that in the implementation Value2 is a pointer to an array, while in the declaration it is not. Based on the use within the function it appears it should be a pointer as the implementation suggests.
> With an appropriately set up environment the following command line can be used:
> java org.apache.axis.wsdl.wsdl2ws.WSDL2Ws -oInterface -sclient https://issues.apache.org/jira/rpc/soap/jirasoapservice-v2?wsdl

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org