BizTalk Server Orchestration - Help! Cant consume Webservice that is not .asmx - Cant consume ColdFusion WebService

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > May 2004 > Help! Cant consume Webservice that is not .asmx - Cant consume ColdFusion WebService





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Help! Cant consume Webservice that is not .asmx - Cant consume ColdFusion WebService
Kim

2004-05-18, 5:05 pm

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

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
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com