HTTP outbound post problems
The way a HTTP Post works is that you send a string containg the POST
command to the receiver. it looks something like this;
POST / HTTP1/1
header: value
header2: value2
Data
The Data is a string containing the do***ent that BizTalk is sending.
The receiver just needs to be able to do this. For specifics, please
read the HTTP RFC, which is RFC number 2616
--
Jan Eliasen, representing himself and not the company he works for.
|