| jakob-ch@fc.dsv.su.se 2005-01-31, 7:46 am |
| I'm new to biztalk and need some help here.
Situation:
In my biztalk orchestration I have a send port that sends a message
which contains a string (inbedded in a complex type) to a receive
instance in the orchestration. I want the orchestration to forward
this message to a webservice
(that of course request a message of this type). The solution have to
be
be BPEL complient which means that I can=B4t use the Transformation
shape to forward the message. I have tried to use the assignment shape
instead and do some kind of "cast operation" but it does not seem to
work.
This is the commandline I have used :
Web_ID_Control_Msg(BPELProjectBTS.PropertySchema.customerid)=3D
InboundMsg(BPELProjectBTS.PropertySchema.customerid);
But I'm really just fumbling in the dark here. What is the correct way
to do this?
Jakob
|