BizTalk: Outbound logical ports are not getting removed from orchestration

72 Views Asked by At

I have an orchestration that has 3 wcf-custom( with sqlbinding, calling stored procedures) adapters configured to 3 send ports. My requirement was to replace the WCF-Custom adapter calls with C# method method call.

I wrote the C# methods to call the stored procs and removed the 3 send ports from orchestration. I am using a cmd line tool (BTTask ExportApplication) to create an msi and imported it in admin console.

However, I can still see all 3 logical ports in orchestration bindings tab. I have tried cleaning the solution and building several times but it just wouldn't go. Am I missing something here?

I am using BizTalk 2013R2.

0

There are 0 best solutions below