Route on MessageType property without schema deployed?

Home Page Forums BizTalk 2004 – BizTalk 2010 Route on MessageType property without schema deployed? Route on MessageType property without schema deployed?

#15527

[url=http://curl.haxx.se/docs/manpage.html]cURL[/url] does expect the data to be \”application/x-www-form-urlencoded”. I noticed that single quotes get passed in but the Http adapter does not decode double quotes (encoded with %22). So the HttpAdater does not do a URL Decoding!

Hence I guess the cURL way wont work. What is a quick efficient way to send test messages to an Http Adater?

The party sending the message is an external joint development partner so yes they will be amenable to listening if there are real concerns.

THANKS!

[quote:f89111f872=\”greg.forsythe\”]I have not used cURL, but I suspect it may be using \”application/x-www-form-urlencoded” or “multipart/form-data\” encoding to send the message.

The HTTP adapter just passes the raw message content to the pipeline.
So if is not plain Xml then you will need to decode it.

How are you expecting messages to be sent to the Http adapter. Is this internal where you have control over the sender or are you expecting external parties to send data.[/quote:f89111f872]