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]

Reply via email to