| Emmanuel Issaly 2005-06-21, 7:55 am |
| hi, i recently started to work on biztalk & bpel.
i made my first orchestration to test consuming a web service, doesn't look
complicated but i got a weird problem :
say my orchestration is very basic, you call it with a string and it calls a
WS which returns "hello <string>".
thus, i got 4 messages :
- inMessage
- toWSMessage
- fromWSMessage
- outMessage
all strings. I created two schemas, for the messages 1 & 4. i added a web
reference for 2 & 3.
Now, the problem is, i try to construct the "toWSMessage" from the
"inMessage", and
only the schemas (1,4) are showing in the transformer. (!)
so i can select source as "inMessage", but not destination as "toWSMessage".
With an expression, i can type "toWSmessage.stringParam =" which is
recognized, but not "inMessage.stringParam", which isn't.
it's very confusing.
the WebserviceConsumer Sample of biztalk 2004 show the 4 messages correctly
but i fail to see any difference...
thanks for helping, i tried to write good english, but it's not my first
language. :D
|