Hi, I am using this: <service name="servicename" provider="java:RPC"> <parameter name="allowedMethods" value="method1 method2 method3"/> ... </service> the method are separated by spaces.
At 11:36 11/12/02 -0500, you wrote:
I have not actually tried it, but it is supposed to work. <allowedMethods>method1,method2,method3</allowedMethods> -----Original Message----- From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 11:42 AM To: '[EMAIL PROTECTED]' Subject: RE: TypeMapping for multiple wsdds Mike, I had tried this is v1.0 of Axis, was it just a bug in this release that it didn't work ? What release is it fixed in ? Thanks, Brian -----Original Message----- From: Daleiden, Mike [mailto:[EMAIL PROTECTED]] Sent: 11 December 2002 16:25 To: [EMAIL PROTECTED] Subject: RE: TypeMapping for multiple wsdds Use a comma-separated list of method names. -----Original Message----- From: Brian Dillon (ext. 944) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 11:28 AM To: '[EMAIL PROTECTED]' Subject: TypeMapping for multiple wsdds Hi, Two quick questions. Firstly Is it possible to have the type mapping specified outside of the wsdd and use something like <xsd include.. to include the type mapping into several wsdds ? I.e. I have multiple services to deploy where the type mapping (i.e. the Serializer and Deserializer) is the same, so rather than have the same thing duplicated in numeous wsdds I was hoping to have define the type mapping elsewhere. Secondly, in the wsdd there is an 'allowedMethods' tag. I can see the syntax for allowing one method or all (using *). What is the syntax for allowing mutiple methods ? Thanks, Brian. ************************************************************************ ** The information contained in this e-mail is confidential, may be privileged and is intended only for the use of the recipient named above. If you are not the intended recipient or a representative of the intended recipient, you have received this e-mail in error and must not copy, use or disclose the contents of this email to anybody else. If you have received this e-mail in error, please notify the sender immediately by return e-mail and permanently delete the copy you received. This email has been swept for computer viruses. However, you should carry out your own virus checks. Registered in Ireland, No. 205721. http://www.FINEOS.com ************************************************************************ **
