Port Configuration Errors
Information for diagnosing and resolving WCF Port Configuration errors.
Cannot merge operation due to communication pattern conflict
Field | Error Details |
---|---|
Product Name | BizTalk Server |
Product Version | 3.6 |
Event ID | 0 |
Event Source | 0 |
Component | 0 |
Symbolic Name | 0 |
Message Text | Cannot merge operation "{0}" due to communication pattern conflict. All operations must be one-way or request-response |
Explanation
This error indicates BizTalk Server is attempting to merge ports with port types that have different communication patterns.
User Action
Using the Port Configuration Wizard, ensure that all the ports that are being merged have the same communication direction, either one-way or request-response.
For additional information on port configuration, see How to Run the Port Configuration Wizard.
Port types that have a combination of one-way and request-response operations are not allowed
Field | Error Details |
---|---|
Product Name | BizTalk Server |
Product Version | 3.6 |
Event ID | 0 |
Event Source | 0 |
Component | 0 |
Symbolic Name | 0 |
Message Text | Port types that have a combination of one-way and request-response operations are not allowed. Correct service description "{0}" port type "{1}" and rerun the wizard |
Explanation
This error indicates the service trying to be consumed has operations that are both one-way and two-way (or request-response).
User Action
Correct the service with the appropriate operations (either one-way or request-response but not both) and try to consume (if you own the WCF services that you are trying to consume). Otherwise, contact the service provider.