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
> To: <[EMAIL PROTECTED]> > Sent: Tuesday, October 29, 2002 3:52 PM > Subject: getting the same parameter types after exposing a Java app as a Web > Service > > > Hi, > > I am new into the world of Web Services and I have some questions > > 1) I am trying to expo

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

2002-10-29 Thread Steve Loughran
ing the same parameter types after exposing a Java app as a Web Service Hi, I am new into the world of Web Services and I have some questions 1) I am trying to expose a Java notification system as a Web Service. (snip) For example, in the following, the parameters to the publish method are (E

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

2002-10-29 Thread Bahman Kalali
Hi,   I am new into the world of Web Services and I have some questions   1) I am trying to expose a Java notification system as a Web Service.   2) I only want to expose one class of my application with its public methods( publish/subscribe methods) as a Web service.   3) This class is cal