Thnaks Soumnen, I think I looked at them already. However, I will look again.
Indrasish. [EMAIL PROTECTED] wrote: > How to use BeanInfo? > > This is documented by SUN Microsystems in its JavaBeans Spec. > ftp://ftp.javasoft.com/docs/beans/beans.101.pdf > > If you would like to go for tutorials: > http://java.sun.com/docs/books/tutorial/javabeans/beaninfo/ > http://developer.java.sun.com/developer/onlineTraining/Beans/Beans4/nervous0 > 6.html > http://www.cogs.susx.ac.uk/local/support/doc/java/tutorial/javabeans/advance > dbean/beanInfo.html > > Soumen Sarkar. > > -----Original Message----- > From: Scott Nichol [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 24, 2002 9:56 AM > To: [EMAIL PROTECTED] > Subject: Re: BeanSerializer problem. Gurus Please help. > > No example. > > ----- Original Message ----- > From: "Indrasish N Basuroychowdhury" > <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, July 24, 2002 12:28 PM > Subject: Re: BeanSerializer problem. Gurus Please help. > > > Thanks Scott. Any example of how to use BeanInfo? > > > > Thanks, > > > > Indrasish. > > > > Scott Nichol wrote: > > > > > Indrasish, > > > > > > I believe that BeanInfo is the way to force the use of the leading upper > > > case character. > > > > > > Scott Nichol > > > > > > ----- Original Message ----- > > > From: "Indrasish N Basuroychowdhury" > > > <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Wednesday, July 24, 2002 12:07 PM > > > Subject: BeanSerializer problem. Gurus Please help. > > > > > > > Now I need a help from you all gurus. > > > > I have already written clients for sending/receiving datasets using > > > > literal/document. > > > > Now I am trying to write clients using encoded style which Apache > uses. > > > There > > > > are lot of issues and I could solve most of them. There are too many > > > interop > > > > problems. However, I could now send and receive object. > > > > There is one problem though. > > > > I am using java Bean and using BeanSerializer of Apache to serialize > and > > > send > > > > messages. There is one problem though. This is with the data member > naming > > > > convention. If I use data member name UserName, the Bean serializer > will > > > conver > > > > it to userName and send it to the webservice. This is as per the Bean > > > > specification as he first letter will be decapitalized unless the > second > > > letter > > > > of the member is also capital. i.e. UserName will be cchanged to > userName > > > but > > > > USERNAME will be left as it is. > > > > In the .Net side, it will be expecting UserName and won't find it and > as > > > such it > > > > will not assign the value to that particular variable. > > > > Anyone has any idea of how to overcome it. > > > > i.e. how can I use member name UserName and not let the Bean conver > it. > > > Can we > > > > do it by BeanInfo or similar interface. > > > > > > > > Thanks, > > > > > > > > Indrasish. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > -- > > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>