Re: getting the same parameter types after exposing a Java app as a Web Service

2002-10-29 Thread Bahman Kalali
t convert java.util.Date to java.util.Date. Ron -Original Message- From: Bahman Kalali [mailto:bkalali@;csg.uwaterloo.ca] Sent: Tuesday, October 29, 2002 5:52 PM To: [EMAIL PROTECTED] Subject: Re: getting the same parameter types after exposing a Java app as a Web Service Do I have to do some Cu

RE: getting the same parameter types after exposing a Java app as a Web Service

2002-10-29 Thread Ron Ridenour
.Date. Ron -Original Message- From: Bahman Kalali [mailto:bkalali@;csg.uwaterloo.ca] Sent: Tuesday, October 29, 2002 5:52 PM To: [EMAIL PROTECTED] Subject: Re: getting the same parameter types after exposing a Java app as a Web Service Do I have to do some Custom Serialization, as

Re: getting the same parameter types after exposing a Java app as a Web Service

2002-10-29 Thread Bahman Kalali
ot; <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, October 29, 2002 8:42 PM > Subject: Re: getting the same parameter types after exposing a Java app as a > Web Service > > > > have you tried compiling with all your debug info left in your app? it

Re: getting the same parameter types after exposing a Java app as a Web Service

2002-10-29 Thread Bahman Kalali
e same parameter types after exposing a Java app as a Web Service > have you tried compiling with all your debug info left in your app? it > should pick up names. Types normally come for free. > > - Original Message - > From: "Bahman Kalali" <[EMAIL PROTECTED]>

Re: getting the same parameter types after exposing a Java app as a Web Service

2002-10-29 Thread Steve Loughran
have you tried compiling with all your debug info left in your app? it should pick up names. Types normally come for free. - Original Message - From: "Bahman Kalali" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 3:52 PM Subject: getting the same parameter type