Architecture for the Web Service is fixed, or shoud say,
dictated by the user. We must use HTTP as the
transportation protocol, and data is in ASCII (X12)
format, which is encrypted before posted to the web
service. Data is posted to an ASP page in multi-part
binary post. Therefore, I do not have architecture design
choice between HTTP and FTP.
>-----Original Message-----
>>Web
>>Service gets the input file (as big as 30MB) via HTTP
>>post. The user posts file to an ASP page. Then, the ASP
>>page will call MTS component, which will parse the file
to
>>extract three piece of info: User Id, Password, and some
>>text data (called as BLOB). Now, the question is on
>>choosing the language to develop the MTS component
(called
>>as App Controller), in VB/COM or ATL/COM ?
>
>Review your architectural design. I mean, 30 megs via a
web service
>using asp, then processing through an mts component.....
>.
>
|