Hi All,
I would like to develop a switchyard webservice with soap bnding.
The wsdl contract has multiple operations.how can i process the request differently for different operation?
SOAP operations are mapped to each method by its name on bean component. For camel component the operation name is stored as a camel Exchange property "org.switchyard.operationName" so that you can route.