I have a payload (xml) being generated by biztalk. My older adapter was SOAP adapter and things were working, but when I changed the adapter to WCF custom with WCF_basicHTTP binding.
On looking further, I was able to find that the Soap Envelope and Soap body being generated between adapters were very different.
I have Web Service --> Orchestration Web Port selected in the SOAP adapter and I don't see that option in the WCF port
Am very confused, so any help will be highly appreciated
What I have tried:
I have to send custom header in the soap message, and if I can do it somehow without going to WCF adapters, it will be an easy fix,