|
Home > Archive > BizTalk Server > June 2004 > capture receipts
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]
|
|
| Jeroen De Brabander 2004-06-26, 10:51 am |
| Hi all,
I am new to Biztalk an stepped in to a Biztalk 2002 project.
We use Biztalk to send purchase orders from our ERP-system to our reseller.
The sending part is not a problem: the xml-orders are mapped and sent (HTTP
POST) correctly to the destination (destination = asp-page that generates a
xml-response). But how do I capture the response, sent by that destination ?
I doesn't matter to me in what way the response (order confirmation) is
processed (mail, saved in a file, ...).
Can someone help, please ?
Jeroendb
| |
| Suriya Narayanan [MSFT] 2004-06-26, 10:51 am |
| You can use a request response port. send the request message trhough the
request adn receive the response. You need to define a separate message
type for the response and use it. Once you receive the response message,
you can process the message in the orchestration.
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
--------------------[vbcol=seagreen]
cpmsftngxa10.phx.gbl!TK2MSFTNGXA06.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08
.phx.gbl!TK2MSFTNGP11.phx.gbl[vbcol=seagreen]
reseller.[vbcol=seagreen]
(HTTP[vbcol=seagreen]
a[vbcol=seagreen]
destination ?[vbcol=seagreen]
| |
| Jan Eliasen 2004-06-26, 10:51 am |
| Hi.
i believe Jeroen is talking about BizTalk 2002.
As far as I know, you can not get the response from a HTTP Post. The
only thing in the response that BizTalk looks for is the
response-code. If it is not in the two-hundreds, BizTalk will fail and
put your document into the suspended queue.
The best way, I think is to have the company you are sending to send
the response to you separately and not in the HTTP Response. They can
send it to you via HTTP also - just setup a HTTP Receive Function.
Jan Eliasen
On Thu, 24 Jun 2004 17:07:33 GMT, suriyan@NoSpam.microsoft.com (Suriya
Narayanan [MSFT]) wrote:
[vbcol=seagreen]
>You can use a request response port. send the request message trhough the
>request adn receive the response. You need to define a separate message
>type for the response and use it. Once you receive the response message,
>you can process the message in the orchestration.
>
>
>This posting is provided "AS IS" with no warranties, and confers no rights.
>
>EBusiness Server Team
>--------------------
>cpmsftngxa10.phx.gbl!TK2MSFTNGXA06.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08
>phx.gbl!TK2MSFTNGP11.phx.gbl
>reseller.
>(HTTP
>a
>destination ?
--
Jan Eliasen, representing himself and not the company he works for.
|
|
|
|
|