09-23-04 02:56 AM
Actually, using the map is one way to do it. Web Services with simple type
parameters are a special case where the message construction process only
requires that you specify the message to be constructed. For all other
messages, you need to actually create the messages that you indicate are to
be created using either a map, code and XMLDocument, or assigning one
message to another.
Matt
"SteveM" <SteveM@discussions.microsoft.com> wrote in message
news:C1ADECB4-17CC-4381-967C-795D01FE47C3@microsoft.com...
>I have a schema generated from an SQL adapter. This schema will provide the
> basis for a message which supplies information to a stored procedure so it
> can return me some configuration information I regquire for the rest of my
> orchestration.
>
> I have tried to create this message by using and Assignemnt shape inside a
> construct shape. I have ticked the box saying to construct a message of
> this
> type.
>
> However, when I try to assigne values to the promoted properties of the
> schema, I get the error that I have not constructed the message.
>
> Elsewhere in my orchestration I do the say construction for a message that
> will supply information to a web request.
>
> Is there something special I need to do for a SQL adapter generated stored
> procedure call?
>
> So far, I have had to build this message using a "dummy" map. This does
> not
> seem right t me.
>
> All suggestions appreciated.
>
> Steve
[ Post a follow-up to this message ]
|