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: [email protected]
For additional commands, e-mail: [email protected]