I'm looking for some pros and cons of creating one operation per wdsl against bundling operations in a single wdsl
Small example below:
<operation name="Divide">
<input message="y:DivideMessage"/>
<output message="y:DivideResponseMessage"/>
</operation>
instead of being divide and this were more complex operations, what are the pros/cons of having a one wsdl per operation