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/



Reply via email to