Hi, I used eclipse plugin from Axis2 RC 1.1 to generate java classes with
ADB databinding from wsdl and it seems there are problem with ConvertUtil
methodes. For example it generates:

1.

org.apache.axis2.databinding.utils.ConverterUtil.convertTostring (letter
case is bad)

should be

org.apache.axis2.databinding.utils.ConverterUtil.convertToString.

2.

org.apache.axis2.databinding.utils.ConverterUtil.convertToBigDecimal(doesnt
exists)

should be(maybe?)

org.apache.axis2.databinding.utils.ConverterUtil.convertToDecimal

3. letter case again

The method convertTodate(String) is undefined for the type ConverterUtil
ddsax2/src/stkws/axtypes        GetAccountInfoRequest.java      line 147
        1160479974787   18462


4.
Methode getElement for Stub is not generated?

The method getElement(SOAPEnvelope, String) is undefined for the type
StkddsStub      ddsax2/src/stkws/axws   StkddsStub.java line 1070
1160479974056   18198


Thank you for response


     Vladi




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to