Invalid address (absolute uri)
Details
Field | Error Details |
---|---|
Product Name | BizTalk Server |
Product Version | 3.6 |
Event ID | 0 |
Event Source | 0 |
Component | 0 |
Symbolic Name | 0 |
Message Text | Invalid address; "{0}" is not a well-formed absolute uri |
Explanation
This error event indicates that you did not provide an in-process WCF transport with a well-formed absolute address. For example, you cannot set the Address property of the in-process WCF transport to a relative address, such as /path/service.svc.
User Action
Change the address of the in-process WCF transport to a well-formed absolute 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 then 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. An example of a well-formed absolute address is http://localhost/path/service.svc