-
> 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
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
: <[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
>
: 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
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
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
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
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