Hi,
My question is about generated items in BTS:
Let’s say I have 2 (in real project for now I have 5-7 WCF services) WCF services (hosted on IIS), and I want to consume those services from orchestration.
After I run wizard for consuming WCF – accordingly to each WCF service – are created schemas, one empty orchestration, and two binding files.
What I’de like to know – between schemas which were generated – there are some schemas which hold primitive types declarations – and those schemas look the same, for every service.
To omit multiple objects I want to delete all “Serialization” schemas (which are not schemas for objects in my request) – will this work?
In addition – I created one orchestration – I call it “External Services”, that orchestration holds all types for all services. Also I changed names of created schemas from an ugly generated names to NormalConventionNames. And this works good.
Thanx for answers 🙂