You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by "zengxianrui- (JIRA)" <ji...@apache.org> on 2010/09/03 07:56:32 UTC

[jira] Created: (AXIS2-4811) Append_orgTypeResponse.java has lost some fields defined in the SysMgnt.wsdl

Append_orgTypeResponse.java has lost some fields defined in the SysMgnt.wsdl
----------------------------------------------------------------------------

                 Key: AXIS2-4811
                 URL: https://issues.apache.org/jira/browse/AXIS2-4811
             Project: Axis2
          Issue Type: Bug
          Components: Tools
    Affects Versions: 1.5.1
         Environment: windows/aix
            Reporter: zengxianrui- 


When a wsdl file is big(353964 bytes), the adb codes genenrated by wsdl2java has lost some fields in the wsdl file.

for example:

a out message defined as :

                <wsdl:message name="append_orgType_pOut">
                        <wsdl:part name="obdCode" type="xsd:int"/>
                        <wsdl:part name="errorMsg" type="MSysmgnt:_CBSErrorMsg" />
                </wsdl:message>

then the java code generated has only on field :

                        /**
                        * field for ICountyId
                        */


                                    protected int localICountyId ;


                           /**
                           * Auto generated getter method
                           * @return int
                           */
                           public  int getICountyId(){
                               return localICountyId;
                           }



                            /**
                               * Auto generated setter method
                               * @param param ICountyId
                               */
                               public void setICountyId(int param){

                                            this.localICountyId=param;


                               }

but this only feild is didn't defined in the message.




-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org