| Author |
Orch. Web Service with parms
|
|
| Bob Lemay 2004-09-02, 6:16 pm |
| Still very new to BT04 and need to expose an
orchestartion as a web service but need the input to be
parameters and not an XML doc. How do I do this? Can't be
a schema, do i create individual variables before I
receive a message?
Any help greatly appreciated.
| |
|
| Hi,
see my own post "WebService and primitive type" from 10/31/2004.
Dirk
"Bob Lemay" wrote:
> Still very new to BT04 and need to expose an
> orchestartion as a web service but need the input to be
> parameters and not an XML doc. How do I do this? Can't be
> a schema, do i create individual variables before I
> receive a message?
>
> Any help greatly appreciated.
>
| |
|
| Would like to review this post but can't find it. Date
mentioned is in the future. If you can repost?
Apprciate
Bob
>-----Original Message-----
>Hi,
>
>see my own post "WebService and primitive type" from
10/31/2004.
>
>Dirk
>
>"Bob Lemay" wrote:
>
be[vbcol=seagreen]
be[vbcol=seagreen]
>.
>
| |
| Matt Milner 2004-09-03, 5:49 pm |
| Create a multipart message type with each part being the simple .net type
you want for your parameter. Create a message of this type and use this as
the message on your request/response port in the orchestration and then
publish the orchestration.
Matt
<robert.lemay@getronics.com.xxx> wrote in message
news:584801c491be$adfd2a00$a501280a@phx.gbl...[vbcol=seagreen]
> Would like to review this post but can't find it. Date
> mentioned is in the future. If you can repost?
> Apprciate
>
> Bob
> 10/31/2004.
> be
> be
| |
| Neal Walters 2004-09-29, 8:02 pm |
| Note 1: When you make a web reference, it builds the multi-part messages for
you.
Note2: Apparently then you have to use a message assignment shape instead of
a map. Ideally, I would like to map my input message to the multi-part
message but the multi-part message never shows up in the map destination
choices.
Neal Walters
http://Biztalk-Training.com
|
|
|
|