|
Home > Archive > BizTalk Server Orchestration > June 2004 > calling ws...
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]
|
|
| Marco Sellani 2004-06-26, 10:53 am |
| I'm calling ws from orchestration...
when i prepare the message i need to set in a message assignement shape a
field for the request message.
in the reference.xsd file i promoted a field like distinqued fields, but i
can't view it in the exspression editor (mymessage.???).
can you help me???
TIA, marco
| |
| Christof 2004-06-26, 10:53 am |
| The syntax for promotion of properties is using round brackets, like:
"msg_mymessage(mypropertyname)"
Best regards,
Christof
"Marco Sellani" <marco.sellani@regione.marche.it> wrote in message
news:%23a6IgcTWEHA.4056@TK2MSFTNGP11.phx.gbl...
> I'm calling ws from orchestration...
> when i prepare the message i need to set in a message assignement shape a
> field for the request message.
> in the reference.xsd file i promoted a field like distinqued fields, but i
> can't view it in the exspression editor (mymessage.???).
>
> can you help me???
>
> TIA, marco
>
>
| |
| Enrico Zerilli 2004-06-26, 10:53 am |
| Check if the propriety promoted are all inside the file ProprietySchema.xsd.
By
--
Enrico Zerilli
enricozerilli@hotmail.com
http://blogs.dotmark.net/enf/
"Christof" wrote:
> The syntax for promotion of properties is using round brackets, like:
> "msg_mymessage(mypropertyname)"
>
> Best regards,
> Christof
>
> "Marco Sellani" <marco.sellani@regione.marche.it> wrote in message
> news:%23a6IgcTWEHA.4056@TK2MSFTNGP11.phx.gbl...
>
>
>
|
|
|
|
|