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 "Mark Whitlock (JIRA)" <ax...@ws.apache.org> on 2005/02/01 11:59:20 UTC

[jira] Resolved: (AXISCPP-241) Problems with SoapEnvVersions

     [ http://issues.apache.org/jira/browse/AXISCPP-241?page=history ]
     
Mark Whitlock resolved AXISCPP-241:
-----------------------------------

     Resolution: Fixed
    Fix Version: 1.5 Alpha

This problem has been mostly solved by making the global data internal to Axis and putting the typedefs/enums inside the axiscpp namespace. SOAP_VERSION is still externalised but I guess this prepares for multiple soap versions being supported.

> Problems with SoapEnvVersions
> -----------------------------
>
>          Key: AXISCPP-241
>          URL: http://issues.apache.org/jira/browse/AXISCPP-241
>      Project: Axis-C++
>         Type: Bug
>   Components: Basic Architecture
>     Versions: 1.3 Final
>     Reporter: Mark Whitlock
>     Assignee: Mark Whitlock
>     Priority: Minor
>      Fix For: 1.5 Alpha

>
> There are several problems with SoapEnvVersions.hpp...
>  - It contains typedefs, enums and structs which aren't in the axiscpp namespace
>  - It declares static global data which is visible to the application
>  - Most of what is in it does not need to be external
>  - enum SOAP_VERSION can take 1.1 or 1.2, but only 1.1 is ever used or tested within Axis C++. So I am unsure whether 1.2 is properly supported.

-- 
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