|
Home > Archive > BizTalk Server Orchestration > September 2004 > About reference
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Norman Chen 2004-09-22, 9:56 pm |
| Dear All:
I have three projects(projA, projB, projC) and three orchestrations(orcj1,
orch2, orch3). orch1 is in projA, orch2 is in projB, orch3 is in projC.
orch3 is called by orch2, and orch2 is called by orch1.
In orche3, there is a web service call.
Now, when I build projA , there is an error:
error X2136: 'projC.orche3': cannot resolve imported 'service'
But if I add projC to projA's reference, it is ok.
My problem is:
orche1 calls orche2, I think that orch1 does't need to know orche2's
implementation. It just need to know what parameters or messages it sould to
pass to orche2.
So I think projA does't need to add projC to it's reference. But it is work.
I don't know why and how to do. Please help me, thank you.
| |
| Norman Chen 2004-09-22, 9:56 pm |
|
"Norman Chen" wrote:
> Dear All:
> I have three projects(projA, projB, projC) and three orchestrations(orcj1,
> orch2, orch3). orch1 is in projA, orch2 is in projB, orch3 is in projC.
> orch3 is called by orch2, and orch2 is called by orch1.
> In orche3, there is a web service call.
>
> Now, when I build projA , there is an error:
> error X2136: 'projC.orche3': cannot resolve imported 'service'
>
> But if I add projC to projA's reference, it is ok.
>
> My problem is:
> orche1 calls orche2, I think that orch1 does't need to know orche2's
> implementation. It just need to know what parameters or messages it sould to
> pass to orche2.
> So I think projA does't need to add projC to it's reference. But it is work.
^^^^^^^^^
update by Norman Chen: But
it is not work.
> I don't know why and how to do. Please help me, thank you.
|
|
|
|
|