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 "Tim Bartley (JIRA)" <ax...@ws.apache.org> on 2005/02/14 05:50:11 UTC

[jira] Created: (AXISCPP-431) Complex array member of object generated client stubs with compilation errors

Complex array member of object generated client stubs with compilation errors
-----------------------------------------------------------------------------

         Key: AXISCPP-431
         URL: http://issues.apache.org/jira/browse/AXISCPP-431
     Project: Axis-C++
        Type: Bug
  Components: WSDL processing  
    Versions: 1.5 Alpha    
    Reporter: Tim Bartley
 Attachments: Complex2.wsdl

The attached WSDL generates client stubs that do not compile.

The generated ComplexResult.cpp generates the following compile errors:
ComplexResult.cpp: In function `int
   Axis_Serialize_ComplexResult(ComplexResult*,
   axiscpp::IWrapperSoapSerializer*, bool)':
ComplexResult.cpp:38: error: invalid use of `class Complex'
ComplexResult.cpp:40: error: invalid use of `class Complex'
ComplexResult.cpp:47: error: invalid use of `class Complex'
ComplexResult.cpp: In function `int
   Axis_DeSerialize_ComplexResult(ComplexResult*,
   axiscpp::IWrapperSoapDeSerializer*)':
ComplexResult.cpp:75: error: invalid use of `class Complex'
ComplexResult.cpp:77: error: invalid use of `class Complex'
ComplexResult.cpp:79: error: invalid use of `class Complex'
ComplexResult.cpp:82: error: invalid use of `class Complex'

The generated code is referring to "Complex" instead of "Complex_Ref".

The workaround is simply to change occurrences of "Complex." to "Complex_Ref."



-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXISCPP-431) Complex array member of object generated client stubs with compilation errors

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-431?page=history ]

Samisa Abeysinghe reassigned AXISCPP-431:
-----------------------------------------

    Assign To: Samisa Abeysinghe

> Complex array member of object generated client stubs with compilation errors
> -----------------------------------------------------------------------------
>
>          Key: AXISCPP-431
>          URL: http://issues.apache.org/jira/browse/AXISCPP-431
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing
>     Versions: 1.5 Alpha
>     Reporter: Tim Bartley
>     Assignee: Samisa Abeysinghe
>  Attachments: Complex2.wsdl
>
> The attached WSDL generates client stubs that do not compile.
> The generated ComplexResult.cpp generates the following compile errors:
> ComplexResult.cpp: In function `int
>    Axis_Serialize_ComplexResult(ComplexResult*,
>    axiscpp::IWrapperSoapSerializer*, bool)':
> ComplexResult.cpp:38: error: invalid use of `class Complex'
> ComplexResult.cpp:40: error: invalid use of `class Complex'
> ComplexResult.cpp:47: error: invalid use of `class Complex'
> ComplexResult.cpp: In function `int
>    Axis_DeSerialize_ComplexResult(ComplexResult*,
>    axiscpp::IWrapperSoapDeSerializer*)':
> ComplexResult.cpp:75: error: invalid use of `class Complex'
> ComplexResult.cpp:77: error: invalid use of `class Complex'
> ComplexResult.cpp:79: error: invalid use of `class Complex'
> ComplexResult.cpp:82: error: invalid use of `class Complex'
> The generated code is referring to "Complex" instead of "Complex_Ref".
> The workaround is simply to change occurrences of "Complex." to "Complex_Ref."

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-431) Complex array member of object generated client stubs with compilation errors

Posted by "Tim Bartley (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-431?page=comments#action_59645 ]
     
Tim Bartley commented on AXISCPP-431:
-------------------------------------

I have verified this in the current CVS. Do I close the issue or do you? I don't know how.

> Complex array member of object generated client stubs with compilation errors
> -----------------------------------------------------------------------------
>
>          Key: AXISCPP-431
>          URL: http://issues.apache.org/jira/browse/AXISCPP-431
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing
>     Versions: 1.5 Alpha
>     Reporter: Tim Bartley
>     Assignee: John Hawkins
>  Attachments: Complex2.wsdl
>
> The attached WSDL generates client stubs that do not compile.
> The generated ComplexResult.cpp generates the following compile errors:
> ComplexResult.cpp: In function `int
>    Axis_Serialize_ComplexResult(ComplexResult*,
>    axiscpp::IWrapperSoapSerializer*, bool)':
> ComplexResult.cpp:38: error: invalid use of `class Complex'
> ComplexResult.cpp:40: error: invalid use of `class Complex'
> ComplexResult.cpp:47: error: invalid use of `class Complex'
> ComplexResult.cpp: In function `int
>    Axis_DeSerialize_ComplexResult(ComplexResult*,
>    axiscpp::IWrapperSoapDeSerializer*)':
> ComplexResult.cpp:75: error: invalid use of `class Complex'
> ComplexResult.cpp:77: error: invalid use of `class Complex'
> ComplexResult.cpp:79: error: invalid use of `class Complex'
> ComplexResult.cpp:82: error: invalid use of `class Complex'
> The generated code is referring to "Complex" instead of "Complex_Ref".
> The workaround is simply to change occurrences of "Complex." to "Complex_Ref."

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXISCPP-431) Complex array member of object generated client stubs with compilation errors

Posted by "John Hawkins (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-431?page=history ]

John Hawkins reassigned AXISCPP-431:
------------------------------------

    Assign To: John Hawkins  (was: Samisa Abeysinghe)

> Complex array member of object generated client stubs with compilation errors
> -----------------------------------------------------------------------------
>
>          Key: AXISCPP-431
>          URL: http://issues.apache.org/jira/browse/AXISCPP-431
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing
>     Versions: 1.5 Alpha
>     Reporter: Tim Bartley
>     Assignee: John Hawkins
>  Attachments: Complex2.wsdl
>
> The attached WSDL generates client stubs that do not compile.
> The generated ComplexResult.cpp generates the following compile errors:
> ComplexResult.cpp: In function `int
>    Axis_Serialize_ComplexResult(ComplexResult*,
>    axiscpp::IWrapperSoapSerializer*, bool)':
> ComplexResult.cpp:38: error: invalid use of `class Complex'
> ComplexResult.cpp:40: error: invalid use of `class Complex'
> ComplexResult.cpp:47: error: invalid use of `class Complex'
> ComplexResult.cpp: In function `int
>    Axis_DeSerialize_ComplexResult(ComplexResult*,
>    axiscpp::IWrapperSoapDeSerializer*)':
> ComplexResult.cpp:75: error: invalid use of `class Complex'
> ComplexResult.cpp:77: error: invalid use of `class Complex'
> ComplexResult.cpp:79: error: invalid use of `class Complex'
> ComplexResult.cpp:82: error: invalid use of `class Complex'
> The generated code is referring to "Complex" instead of "Complex_Ref".
> The workaround is simply to change occurrences of "Complex." to "Complex_Ref."

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXISCPP-431) Complex array member of object generated client stubs with compilation errors

Posted by "John Hawkins (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-431?page=history ]
     
John Hawkins resolved AXISCPP-431:
----------------------------------

    Resolution: Fixed

I've put in a fix for this. I would be grateful if you could try it out.


> Complex array member of object generated client stubs with compilation errors
> -----------------------------------------------------------------------------
>
>          Key: AXISCPP-431
>          URL: http://issues.apache.org/jira/browse/AXISCPP-431
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing
>     Versions: 1.5 Alpha
>     Reporter: Tim Bartley
>     Assignee: John Hawkins
>  Attachments: Complex2.wsdl
>
> The attached WSDL generates client stubs that do not compile.
> The generated ComplexResult.cpp generates the following compile errors:
> ComplexResult.cpp: In function `int
>    Axis_Serialize_ComplexResult(ComplexResult*,
>    axiscpp::IWrapperSoapSerializer*, bool)':
> ComplexResult.cpp:38: error: invalid use of `class Complex'
> ComplexResult.cpp:40: error: invalid use of `class Complex'
> ComplexResult.cpp:47: error: invalid use of `class Complex'
> ComplexResult.cpp: In function `int
>    Axis_DeSerialize_ComplexResult(ComplexResult*,
>    axiscpp::IWrapperSoapDeSerializer*)':
> ComplexResult.cpp:75: error: invalid use of `class Complex'
> ComplexResult.cpp:77: error: invalid use of `class Complex'
> ComplexResult.cpp:79: error: invalid use of `class Complex'
> ComplexResult.cpp:82: error: invalid use of `class Complex'
> The generated code is referring to "Complex" instead of "Complex_Ref".
> The workaround is simply to change occurrences of "Complex." to "Complex_Ref."

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXISCPP-431) Complex array member of object generated client stubs with compilation errors

Posted by "Tim Bartley (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-431?page=history ]

Tim Bartley updated AXISCPP-431:
--------------------------------

    Attachment: Complex2.wsdl

> Complex array member of object generated client stubs with compilation errors
> -----------------------------------------------------------------------------
>
>          Key: AXISCPP-431
>          URL: http://issues.apache.org/jira/browse/AXISCPP-431
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing
>     Versions: 1.5 Alpha
>     Reporter: Tim Bartley
>  Attachments: Complex2.wsdl
>
> The attached WSDL generates client stubs that do not compile.
> The generated ComplexResult.cpp generates the following compile errors:
> ComplexResult.cpp: In function `int
>    Axis_Serialize_ComplexResult(ComplexResult*,
>    axiscpp::IWrapperSoapSerializer*, bool)':
> ComplexResult.cpp:38: error: invalid use of `class Complex'
> ComplexResult.cpp:40: error: invalid use of `class Complex'
> ComplexResult.cpp:47: error: invalid use of `class Complex'
> ComplexResult.cpp: In function `int
>    Axis_DeSerialize_ComplexResult(ComplexResult*,
>    axiscpp::IWrapperSoapDeSerializer*)':
> ComplexResult.cpp:75: error: invalid use of `class Complex'
> ComplexResult.cpp:77: error: invalid use of `class Complex'
> ComplexResult.cpp:79: error: invalid use of `class Complex'
> ComplexResult.cpp:82: error: invalid use of `class Complex'
> The generated code is referring to "Complex" instead of "Complex_Ref".
> The workaround is simply to change occurrences of "Complex." to "Complex_Ref."

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-431) Complex array member of object generated client stubs with compilation errors

Posted by "John Hawkins (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-431?page=history ]
     
John Hawkins closed AXISCPP-431:
--------------------------------


Fixed and confirmed by user.

> Complex array member of object generated client stubs with compilation errors
> -----------------------------------------------------------------------------
>
>          Key: AXISCPP-431
>          URL: http://issues.apache.org/jira/browse/AXISCPP-431
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing
>     Versions: 1.5 Alpha
>     Reporter: Tim Bartley
>     Assignee: John Hawkins
>  Attachments: Complex2.wsdl
>
> The attached WSDL generates client stubs that do not compile.
> The generated ComplexResult.cpp generates the following compile errors:
> ComplexResult.cpp: In function `int
>    Axis_Serialize_ComplexResult(ComplexResult*,
>    axiscpp::IWrapperSoapSerializer*, bool)':
> ComplexResult.cpp:38: error: invalid use of `class Complex'
> ComplexResult.cpp:40: error: invalid use of `class Complex'
> ComplexResult.cpp:47: error: invalid use of `class Complex'
> ComplexResult.cpp: In function `int
>    Axis_DeSerialize_ComplexResult(ComplexResult*,
>    axiscpp::IWrapperSoapDeSerializer*)':
> ComplexResult.cpp:75: error: invalid use of `class Complex'
> ComplexResult.cpp:77: error: invalid use of `class Complex'
> ComplexResult.cpp:79: error: invalid use of `class Complex'
> ComplexResult.cpp:82: error: invalid use of `class Complex'
> The generated code is referring to "Complex" instead of "Complex_Ref".
> The workaround is simply to change occurrences of "Complex." to "Complex_Ref."

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira