|
Home > Archive > BizTalk Server Orchestration > April 2006 > Orchestration parameter out error
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]
| Author |
Orchestration parameter out error
|
|
| StephyB 2006-04-18, 12:46 am |
| Hi,
I have a called orchestration with 2 parameters: a message In and a variable
out (a string).
When I build the project, I have an error on this orchestration which is:
'StringOut': 'out' parameter must be definitely assigned
But this variable is assigned in an expression shape (this is a result of a
web service call).
Any help will be appreciated.
Thanks,
Stéphanie
| |
| Tomas Restrepo \(MVP\) 2006-04-18, 12:46 am |
| Stéphanie,
>
> I have a called orchestration with 2 parameters: a message In and a
> variable out (a string).
>
> When I build the project, I have an error on this orchestration which is:
>
> 'StringOut': 'out' parameter must be definitely assigned
>
> But this variable is assigned in an expression shape (this is a result of
> a web service call).
Is there a decide shape or anything else involved?
Anyway, you can probably get around the error by just making sure it gets
initialized with a default value at the start of your orchestration (say
"").
--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
| |
| StephyB 2006-04-18, 12:46 am |
| Hi Tomas,
I initialized it but it was in a scope shape, I have moved it on the top of
the orchestration and now it works.
Thanks for your help,
Stéphanie
"Tomas Restrepo (MVP)" <tomasr@mvps.org> wrote in message
news:%23GAlcJjXGHA.1192@TK2MSFTNGP04.phx.gbl...
> Stéphanie,
>
> Is there a decide shape or anything else involved?
>
> Anyway, you can probably get around the error by just making sure it gets
> initialized with a default value at the start of your orchestration (say
> "").
>
>
> --
> Tomas Restrepo
> tomasr@mvps.org
> http://www.winterdom.com/
>
|
|
|
|
|