07-02-05 07:47 AM
What orchestration shape are you using to assign the returned xml to your
xmlDocument variable?
John
"James White" wrote:
> Hi,
>
> I have been struggling with this for days and wondered if anyone could hel
p.
> I am calling a web service from an orchestration and the return type is an
> XmlNode, so the resulting response schema just has "any" where the documen
t
> is. In the Orchestration, I have a schema generated from the returned Xml
> and I'm trying (desperately) to find a way to assign one message to the
> other. I've tried loading the ws response into an XmlDocument and assignin
g
> that to the Orchestration message but I always get an empty message. Is
> there any way to assign one message to another where the underlying types
> are different, but the schemas are the same? And if it involves loading in
to
> an XmlDocument, what does an empty message mean? I assume it would throw a
n
> error if it didn't think the Xml matched the target message's schema, but
at
> this point I'm just not sure of much anymore.
>
> Thanks so much!
>
> James
>
>
>
[ Post a follow-up to this message ]
|