Hey,

 

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>

 

Thanks

Suzy

Reply via email to