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 "Chinthana Danapala (JIRA)" <ax...@ws.apache.org> on 2005/05/27 13:06:53 UTC

[jira] Assigned: (AXISCPP-611) Conflict in wsdl files for tests SimpleArrayDoc when building the service with services.xml ant script

     [ http://issues.apache.org/jira/browse/AXISCPP-611?page=all ]

Chinthana Danapala reassigned AXISCPP-611:
------------------------------------------

    Assign To: Chinthana Danapala

> Conflict in wsdl files for tests SimpleArrayDoc when building the service with services.xml ant script
> ------------------------------------------------------------------------------------------------------
>
>          Key: AXISCPP-611
>          URL: http://issues.apache.org/jira/browse/AXISCPP-611
>      Project: Axis-C++
>         Type: Bug
>   Components: Test
>     Versions: current (nightly)
>  Environment: All
>     Reporter: Dushshantha Chandradasa
>     Assignee: Chinthana Danapala
>  Attachments: SimpleArrayDoc.wsdl, SimpleRefDoc.wsdl
>
> it is an assumption that the server test automation made that it uses the same server implementation file for the Doc and RPC style services. For example, the services Calculator and CalculatorDoc use ..\ws-axis\c\tests\auto_build\testcases\server\cpp\Calculator.cpp as the implementation of the service. This assumption gives an error for the services SimpleArrayDoc and SimpleArray. 
> The wsdl2ws tool generates Header files that have different Names from the files expected by ArrayTestPortType.cpp file.
> this can be overcome by making the following change to SimpleArrayDoc.wsdl file.
> 20c5
> <    <complexType name="IntArrayType">
> ---
> >    <complexType name="intArrayType">
> 28c13
> <       <element name="arg_0_0" nillable="true" type="impl:IntArrayType"/>
> ---
> >       <element name="arg_0_0" nillable="true" type="impl:intArrayType"/>
> 35c20
> <       <element name="echoIntArrayReturn" nillable="true" type="impl:IntArrayType"/>
> ---
> >       <element name="echoIntArrayReturn" nillable="true" type="impl:intArrayType"/>
> But i think that it is better if we can use a different implementation file for Doc style services with a suffix Doc to the file name.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira