Or this: <parameter name="allowedMethods" value="addCollegePerson addSchoolPerson addWorkingPerson"/> (use a space to separate)
----- Original Message ----- From: "Peter Molettiere" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 01, 2005 1:26p Subject: Re: Deploying multiple methods On Feb 1, 2005, at 9:28 AM, Suzy Fynes wrote: > I want to allow multiple methods of my service be accessible through > the web service. Do I set up the <service> as normal with another > parameter for each method? I’ve done the following but only the last > one seems to be deployed: > > <service name="AddPerson" provider="java:RPC"> > <parameter name="allowedMethods" value="addCollegePerson"/> > <parameter name="allowedMethods" value="addSchoolPerson"/> > <parameter name="allowedMethods" value="addWorkingPerson"/> > <parameter name="className" > value="serviceDeployment.addPersonWS.AddPerson"/> > </service> Try this: <parameter name="allowedMethods" value="*"/> -- Peter Molettiere Senior Engineer Truereq, Inc. http://www.truereq.com/