1. ) I have an Orchestration (reporting ) published as a webservice . The schema is say http://myreporting and root node in Data
2.) Now I have another Orchestration(consumer ) which consumes this reporting webservice . So I add the schema from the other webservice, this creates the reference.xsd and I build and deploy the schema in the same machine.
Now when the consumer orchestration tries to send a message to webservice , We get this SOAP exception
The \”SOAP\” adapter is suspending an outbound message going to destination URL:\”http://localhost/myreportingapp.asmx\”. Details:\”Unable to load type
I tried putting a custom recieve pipeline to do a forceful promotion . that did not help either. Apparently I can see that now there are two schemas with same namespace and root node , One from the original solution and other from the reference.xsd whihc is causing this inability to identify the schema .
Any idea how to overcome this problem other than deploying both apps in different machines ?