|
Home > Archive > BizTalk Server Orchestration > April 2004 > Creating a Message
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 |
Creating a Message
|
|
|
| I am trying to call a web service with a message, but I am trying to
set the receive file name as a field in the message that I am using to
call the web service with. In other words, the web service will read
the file that is passed as the parameter in the webservice but I do
not know the file name. I can call the web service with a message, I
just cannot change the value of the field in the message that I am
calling the web service with.
I would like to be able to assign a field within the message a
variable, but so far I have not been able to get it to work.
Any help would be apreciated.
Thanks
| |
| Matt Milner 2004-04-12, 8:51 pm |
| You should be able to use XPath to assign to the specific part of the
message. If the web service is document based this should work with no
problems. If the web service is parameter based, then you should be able to
just set the parameter property in the message assignment shape.
In either case, the file name should be in the message context (which you
may have already figured out).
not sure if this answers you question, I'm not completely clear on the
specific problem you are having.
Matt
"DonH" <dshamrick@earthlink.net> wrote in message
news:43b18ab7.0404121035.339065a7@posting.google.com...
> I am trying to call a web service with a message, but I am trying to
> set the receive file name as a field in the message that I am using to
> call the web service with. In other words, the web service will read
> the file that is passed as the parameter in the webservice but I do
> not know the file name. I can call the web service with a message, I
> just cannot change the value of the field in the message that I am
> calling the web service with.
>
> I would like to be able to assign a field within the message a
> variable, but so far I have not been able to get it to work.
>
> Any help would be apreciated.
>
> Thanks
|
|
|
|
|