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

Reply via email to