Re: File Upload Web Service

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Steven Cheng[MSFT] (v-schang_at_online.microsoft.com)
Date: 04/13/04


Date: Tue, 13 Apr 2004 07:53:33 GMT

Thanks for Mike's informative suggestions.

Hi Alphonse,

As for the "a web service can accept http get and post, not just SOAP/XML."
you mentioned, here is my understanding on this:

The HTTP POST /GET or SMTP are the actual transport protocal the webservice
message binded to, it can be defined and described in the WSDL of the
webservice. And the SOAP/XML is the message format(how the content are
formatted in the message) of the webservice, they're difference from each
other. In other word, SOAP/XML is the message infrastructure, which is
based on the actual transport protocal, http post or http get or smtp. ....

---------------------------------------------------------
SOAP/XML message body //abstracted high
level
---------------------------------------------------------
http get | http get | smtp | other protocal //fundamental
implement

Do you think so? In addition, as for implementing authentication mechanism
in webservice, there're many buildin approachs in ASP.NET webservice such
as integrated with IIS's authentication. Or defind some customer SOAP
headers to provide the authentication token. Also, you can provide
authentication token in every method call, that's the simplest means. :).
Below is a former post discussing the authentication in webservide in
communty:

# Web Service Security
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=9xA7M%23
THEHA.3800%40cpmsftngxa06.phx.gbl&rnum=1&prev=/groups%3Fq%3Dwebservice%2Bsec
urity%2Bsteven%2Bcheng%26ie%3DUTF-8%26oe%3DUTF-8%26hl%3Den

Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx



Relevant Pages