Is BizTalk right for me?
- From: "Chris" <cvenable@xxxxxxxxxx>
- Date: 25 Jul 2005 09:49:19 -0700
I'm trying to decide if BizTalk is the right solution for a certain
project I'm working on. Can someone give me a walkthrough of how
BizTalk would handle the following scenario?
I need to create an interface to an external website where you pass
parameters via the URL query string and receive an XML stream in
return. The original calling application might be a website or one of
several independent applications (VB, mainframe, etc).
My original thought was to create a web service that all of these
callers could access. The web service would handle formatting the
URL/query string to pass to the external website and would also handle
converting the response to a format the calling application wants.
Some additional complexity includes maintaining an audit trail
(probably via SQL Server) of requests and anomaly monitoring.
What little I know of BizTalk sounds tailor-made for this scenario. If
so, it sounds to me like I need synchronous processing since some of
these calls will be made by through a web application. How would
BizTalk handle a message initiated from a web app, route to the
external website, receive and process the XML response, and return a
synchronous response via the original HTTP request? Is this where the
HTTPRequestResponse adapter comes in?
I'm drowning in documentation right now and not really sure how to get
started. Maybe someone can help give me a jumpstart.
Thanks,
Chris
.
- Follow-Ups:
- RE: Is BizTalk right for me?
- From: KyleW
- RE: Is BizTalk right for me?
- Prev by Date: Re: How to consume a webservice generated with the wizard?
- Next by Date: Re: tricky one!
- Previous by thread: How to consume a webservice generated with the wizard?
- Next by thread: RE: Is BizTalk right for me?
- Index(es):
Relevant Pages
|