Web Service executor command that executes web service call using Apache CXF.
It expects following parameters to be able to operate:
- Interface - valid interface/service name of the web service (port type name from wsdl)
- Operation - valid operation name
- Parameter - object that is going to be used as web service message
- Url - location of thw wsdl file used to look up service definition
- Namespace - name space of the web service
Web service call is synchronous but since it's executor command it will be invoked as asynchronous task any way.