Action Errors
This section contains detailed information for diagnosing and resolving WCF Action errors.
Parameter | Value |
---|---|
Product Name | BizTalk Server |
Product Version | 3.6 |
Event ID | 0 |
Event Source | 0 |
Component | 0 |
Symbolic Name | 0 |
Message Text | A single action cannot contain new line characters. Remove all new line characters. Or, to specify multiple actions, use the action mapping syntax. |
This error indicates the action property of a send port contains a new line character, which is not allowed.
Note
This restriction does not apply when the action is defined as a mapping.
Use the following procedure to fix the action property.
Open BizTalk Server Administration.
In the Console Root, expand BizTalk Server Administration, expand BizTalk Group, and expand Applications.
Locate your application, and then locate your transport.
Right-click the transport name.
Select Properties.
In the port Type list, select the correct port.
Select Configure.
In the WCF [transport type] Transport Properties dialog box, select the General tab.
In the SOAP Action header section, remove the new line character from the Action text box.
For additional information on actions, see Specifying SOAP Actions for WCF Send Adapters