Operation '{0}' in contract '{1}' has a Stream return value and also has out or ref parameters. When Stream is the return value of the operation, it cannot have ref or out parameters.
Operation '{0}' in contract '{1}' has a MessageContract parameter (of type '{2}') without a wrapper name and with more than ...
Operation '{0}' in contract '{1}' has a parameter or message contract body part with name '{2}' which contains one or more ...
Operation '{0}' in contract '{1}' has a path variable named '{2}' which does not have type 'string'. Variables for UriTemplate ...
Operation '{0}' in contract '{1}' has a query variable named '{2}' of type '{3}', but type '{3}' is not convertible by '{4}'. ...
Operation '{0}' in contract '{1}' has a Stream return value and also has out or ref parameters. When Stream is the return ...
Operation '{0}' in contract '{1}' has a UriTemplate that expects a parameter named '{2}', but there is no input parameter ...
Operation '{0}' in contract '{1}' has multiple parameters named '{2}' that vary only in uppercase versus lowercase. The parameter ...
Operation '{0}' in contract '{1}' has multiple request body parameters, one of which is a Stream. When the Stream is a parameter, ...
Operation '{0}' in contract '{1}' is specified as two-way, but is missing a SendReply. Please add a SendReply activity for ...