Yes it is the same problem. I'm not sure from reading the issue if its going
to be fixed or not. It is only a problem with properties that are all
uppercase, for example getFICO. The get is not uppercase, just the property.
If I change the name to: getFico, it works fine. But that's a limitation I
do not want to enforce. This type of property (getFICO) is supported by the
Java standard.

Thanks.

glenn

-----Original Message-----
From: Davanum Srinivas [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 10, 2007 7:06 PM
To: [email protected]
Subject: Re: Java2WSDL Method translation issue?

Glenn,

Is your problem similar to this one?
http://issues.apache.org/jira/browse/AXIS2-3017

thanks,
dims

On 8/10/07, Glenn Williams <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hello,
>
>
>
> I have a Java method ( public double getFICO() ) who's body is upper case.
> When converted in the WSDL it looks like this: fICO. When running a query
> against Axis this method cannot be found. If I change the WSDL to this:
> FICO, it works fine. Any ideas on what the problem might be?
>
>
>
> glw


-- 
Davanum Srinivas :: http://davanum.wordpress.com

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



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

Reply via email to