RE: Document style service with two methods

2002-04-04 Thread Ramon Turnes
- > From: Stan Jordan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 04, 2002 1:58 AM > To: [EMAIL PROTECTED] > Subject: Re: Document style service with two methods > > > Ramon... > Yup, I got it to work with 2 methods. I am most grateful for > your help. > Than

Re: Document style service with two methods

2002-04-03 Thread Stan Jordan
Ramon... Yup, I got it to work with 2 methods. I am most grateful for your help. Thanks! Stan - Original Message - From: "Stan Jordan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 03, 2002 8:06 AM Subject: Re: Document style service with tw

Re: Document style service with two methods

2002-04-03 Thread Stan Jordan
: <[EMAIL PROTECTED]> Sent: Wednesday, April 03, 2002 6:06 AM Subject: RE: Document style service with two methods > > Hi to both, > > well, actually I had figured out how to do it by taking a look at > the source code. Let's suppose this is my message service with >

RE: Document style service with two methods

2002-04-03 Thread Ramon Turnes
: Stan Jordan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 03, 2002 1:07 AM > To: [EMAIL PROTECTED] > Subject: Re: Document style service with two methods > > > Ramon & Steve... > This is not quite the answer you want, but may send you in the right > d

Re: Document style service with two methods

2002-04-02 Thread Stan Jordan
t.println(" divide= " + port.divide(10.0F, 3.0F)); } } - Original Message - From: "Steven Gollery" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 02, 2002 1:34 PM Subject: RE: Document style service

RE: Document style service with two methods

2002-04-02 Thread Steven Gollery
Ramon, I have the same problem -- I've been hoping that someone with more Axis experience than I have would jump in and either tell us how to do this or confirm that it can't be done for some reason. The only solution I've been able to come up with is one that you've probably already considered

Possible bug in Alpha1 RC2: Document style service with two methods

2002-03-14 Thread Ramon Turnes
s [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 14, 2002 11:57 AM > To: '[EMAIL PROTECTED]' > Subject: Document style service with two methods > > > Hi, > > I would like to have a service using Document style with two > methods but it seems that this i

Document style service with two methods

2002-03-14 Thread Ramon Turnes
Hi, I would like to have a service using Document style with two methods but it seems that this is not possible because the message dispatcher for Document style services checks for a method with the following signature: Document MyMethod(MessageContext mc, Document xml) { . } and t