I also tried to do that and decided that it didn't work. The documentation does not suggest that you can assign flows per operation. I switched to using multiple services within a service group and setting the security parameters per service. That worked with Axis2-1.0, but I am still having trouble with Axis2.1-1 recognizing the operations in the second service.

Mary Thompson

fer wrote:
Hi all!

I have a service with more than one operation. I´m trying to assign
different flows (request and response) to this operations in this way:

(client-config.wsdd)

<service name="serviceName">
     <operation name="OperationName1">
         <requestFlow >
                       ........
                 </requestFlow >
         <responseFlow >
                       ........
                 </responsetFlow >
      </operation>
     <operation name="OperationName2">
         <requestFlow >
                       ........
                 </requestFlow >
         <responseFlow >
                       ........
                 </responsetFlow >
      </operation>
</service>


but I'm having some problems.

¿Is there a way to assign a different request and response flows to a
several operations of the same service? I'm trying to assign different
security levels to these operations

I would greatly appreciate any help


Thanx

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to