Related issue:
http://issues.apache.org/jira/browse/AXIS2-3825

Can someone shed some light on this ?

thanks,
nandana

On Tue, Aug 19, 2008 at 9:46 AM, limCH <[EMAIL PROTECTED]> wrote:

>
> I have a java class as following:
>
> public class WebServiceResult  implements java.io.Serializable {
>    public java.lang.String ErrorCode = "";
>
>    public java.lang.String ErrorMessages = "";
>
>    public WebServiceResult() {
>    }
>
>    public WebServiceResult(
>           java.lang.String ErrorCode,
>           java.lang.String ErrorMessages) {
>           this.ErrorCode = ErrorCode;
>           this.ErrorMessages = ErrorMessages;
>    }
> }
>
> But when publish using Axis 1.4, the wsdl generated is using errorCode
> instead of ErrorCode for the Element name. I need the element name to be in
> "ErrorCode" and "ErrorMessages" since we are sharing the wsdl with others
> and shouldn't change. Can anyone tell how to resolve this problem ?
> --
> View this message in context:
> http://www.nabble.com/Axis-1.4-Java-Attribute-is-change-to-lower-case-in-WSDL-tp19044111p19044111.html
> Sent from the Axis - Dev mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Nandana Mihindukulasooriya
WSO2 inc.

http://nandana83.blogspot.com/
http://www.wso2.org

Reply via email to