Re: Object as parameters

2005-01-07 Thread Anne Thomas Manes
[EMAIL PROTECTED] > Sent: 05 January 2005 15:41 > To: [EMAIL PROTECTED] > Subject: Re: Object as parameters > > It doesn't matter. > > If you prefer to use parameters, use the "wrapped" style. > If you prefer to use an object, use the "document"

RE: Object as parameters

2005-01-06 Thread Suzy Fynes
How does the "wrapped" style work? -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: 05 January 2005 15:41 To: [EMAIL PROTECTED] Subject: Re: Object as parameters It doesn't matter. If you prefer to use parameters, use the "wrapped" st

Re: Object as parameters

2005-01-05 Thread Anne Thomas Manes
It doesn't matter. If you prefer to use parameters, use the "wrapped" style. If you prefer to use an object, use the "document" style. Anne On Wed, 5 Jan 2005 10:04:18 -, Suzy Fynes <[EMAIL PROTECTED]> wrote: > > > > > > > Hi, > > > > When creating a web service in Axis that wil

Object as parameters

2005-01-05 Thread Suzy Fynes
    Hi,   When creating a web service in Axis that will have a number of simple type input parameters, is it more practical to use objects or does it not matter how many inputs come in on the service?   Thanks Suzy