| Matt Milner 2004-05-19, 2:40 am |
| Your messages are probably not message based, but rather use simple types
like string, int, etc. In a message assignment shape in your message
construction to create the web request, you should be able to set those
proerties directly on the webrequest message instance using dot notation
like:
mywebmessage.firstparametername = "hello";
Matt
"Kim" <anonymous@discussions.microsoft.com> wrote in message
news:EB76C5F8-AE36-4EF0-A1CE-9C6698F9468C@microsoft.com...
> I am consuming a webservice created by a ColdFusion tag <cfinvoke>
> the wsdl is
> http://servername/GWebService/GWebservice.cfc?wsdl
> I know the wsdl is good.
>
> I added my web reference to the orchestration with the above wsdl.
> I added my Web Messages.
> Everything works fine until i try to transform the message. The transform
shape does not see my web messages (the request response messages) So when i
build the orchestration it error with use of unconstructed message.....
>
> Any idea why the tranform does not see these messages?
> I would really appreciate any help at all!!
> thanks,
> KIM
>
|