Re: How to consume a webservice which returns a dataset



thanks a lot.

Jason

"CurtisH" <curtis.herrick@xxxxxxxxxxx> wrote in message
news:1112365086.372229.253390@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> >From what I understand, most dealings with datasets via orchestration
> have to take place in GAC'd helper components. XLANGs (the lang orch's
> use) doesn't support array constructs, which one uses constantly when
> dealing with datasets. You can create a variable that is a dataset,
> populate your var with the message recieved from your WS, and then pass
> it to your helper component (via an expression shape) where you can
> manipulate, work with, or extract data from it.
>
> That's how I've come to see it anyhow. Good luck!
>


.


Loading