You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "sumedha rubasinghe (JIRA)" <ji...@apache.org> on 2008/04/18 08:41:21 UTC

[jira] Created: (AXIS2-3752) Attribute containing all upper case characters not included in response

Attribute containing all upper case characters not included in response
-----------------------------------------------------------------------

                 Key: AXIS2-3752
                 URL: https://issues.apache.org/jira/browse/AXIS2-3752
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
            Reporter: sumedha rubasinghe
            Assignee: Deepal Jayasinghe


When a return object of a service has an attribute containing all upper case characters, this attribute does not get included in response.

Eg: If my service returns following object,

Class Booking{
  public String getISBN(){...};
  public void setISBN(String isbn){...};

  public double getPrice(){...};
  public void setPrice(double price){...};
}

Attribute 'ISBN' will not be included in the response,

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


[jira] Resolved: (AXIS2-3752) Attribute containing all upper case characters not included in response

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe resolved AXIS2-3752.
--------------------------------------

    Resolution: Fixed

> Attribute containing all upper case characters not included in response
> -----------------------------------------------------------------------
>
>                 Key: AXIS2-3752
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3752
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: sumedha rubasinghe
>            Assignee: Deepal Jayasinghe
>
> When a return object of a service has an attribute containing all upper case characters, this attribute does not get included in response.
> Eg: If my service returns following object,
> Class Booking{
>   public String getISBN(){...};
>   public void setISBN(String isbn){...};
>   public double getPrice(){...};
>   public void setPrice(double price){...};
> }
> Attribute 'ISBN' will not be included in the response,

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