You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by fer <en...@gmail.com> on 2006/11/23 12:11:14 UTC

Service with several operations

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: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org