Invalid address (relative uri)
Details
Field | Error Details |
---|---|
Product Name | BizTalk Server |
Product Version | 3.6 |
Event ID | 000 |
Event Source | 0 |
Component | 0 |
Symbolic Name | 0 |
Message Text | Invalid address scheme; expecting "{0}" scheme. |
Explanation
You did not provide an isolated WCF receive location with a well-formed relative address. For example, http://localhost/svc will not work as a relative address. You cannot set the Address property of the isolated WCF receive location to a absolute address.
User Action
Use the following procedure to configure the receive location address.
To configure the receive location address
Click Start, click All Programs, click Microsoft BizTalk Server, and click BizTalk Server Administration.
In the Console Root, expand BizTalk Server Administration, expand BizTalk Group, and expand Applications.
Locate your application and the locate your transport.
Right-click the transport name.
Click Properties.
In the port Type list, select the correct port.
Click Configure.
In the WCF [transport type] Transport Properties dialog box, click the General tab.
In the Address (URI) text box, change the address so that it starts with a forward slash ("/").
For additional information on receive locations, see the following resources: