|
Home > Archive > BizTalk Server General > July 2004 > HTTPRequestResponse sample
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 |
HTTPRequestResponse sample
|
|
| biztalker 2004-07-09, 3:30 pm |
| question: inside the biztalk project, the orchestration, i'm looking at the message types for the received and sent messages. it is a multi-part message type, more specifically, the two types appearing under that category are
Microsoft.Samples.BizTalk.HTTPRequestResponse.POMessageType and
Microsoft.Samples.BizTalk.HTTPRequestResponse.POAckMessageType
how did these specific message types get generated? other question that i perhaps should have asked b4: what are multi-part message types, in simple terms?
thanks
| |
| Allen Zhang 2004-07-09, 3:31 pm |
| The schema is defined in the project HttpRequestResponse.btproj. Once the
assembly is referenced by the Orchestration project, you should see the
types show up in the drop down list.
- Allen Zhang (MSFT)
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
> question: inside the biztalk project, the orchestration, i'm looking at
the message types for the received and sent messages. it is a multi-part
message type, more specifically, the two types appearing under that
category are
>
> Microsoft.Samples.BizTalk.HTTPRequestResponse.POMessageType and
> Microsoft.Samples.BizTalk.HTTPRequestResponse.POAckMessageType
>
> how did these specific message types get generated? other question that i
perhaps should have asked b4: what are multi-part message types, in simple
terms?
>
> thanks
>
>
|
|
|
|
|