November 2005 Entries
Probably SQL adapter is one of the most used BizTalk adapter; its only when u use it ; u find out its limitations.One such error I came across while importing binding file to setup ports for SQL adapter Error: Failed updating Binding information.BindingException: Could not validate TransportTypeData or Address properties for Primary Transport of Send Port 'ReceivePortName'.Exception from HRESULT: 0x80131500 After googling a bit for possible causes and resolution; I found my solution.The trick to...
I've exposed quite a lot of my orchestrations as web services; while doing that I faced numerous problems sojust thought of summarizing all possible resolutions techniques here1. SOAP Port not created2. All properties required for correlation are not promoted; so uninstall assembly are redeploy it3. SOAP Port created is not bound to orchestration4. Web service is using anonymous access; remove this anonymous access; keep only windows authentication5. User account for web service application pool...