RE: Capitalization issue with Java2WSDL

2003-04-02 Thread Steve Stallion
ve Pannier [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 3:12 PM To: [EMAIL PROTECTED] Subject: RE: Capitalization issue with Java2WSDL I'm aware of the coding standards, etc. I probably should have explained that the service code I'm working with is generated within a GUI w

RE: Capitalization issue with Java2WSDL

2003-04-02 Thread Steve Pannier
am assuming you are using beanMappings -- these follow javabean > introspection rules, so you need follow that standard to get reliable > results. > > > > -Original Message- > From: Steve Pannier [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 02, 2003 2:24 PM > To:

RE: Capitalization issue with Java2WSDL

2003-04-02 Thread Steve Stallion
, 2003 2:24 PM To: [EMAIL PROTECTED] Subject: Capitalization issue with Java2WSDL Hello all. Axis-1_1RC2: I'm using Java2WSDL to generate WSDL for my service. I have class properties that start with an upper case letter. The generated WSDL, however, contains the property name with the first l

Capitalization issue with Java2WSDL

2003-04-02 Thread Steve Pannier
Hello all. Axis-1_1RC2: I'm using Java2WSDL to generate WSDL for my service. I have class properties that start with an upper case letter. The generated WSDL, however, contains the property name with the first letter lower case. Why does Java2WSDL do this? Is there a way to force it to generat