Hi Alan,
Welcome to ASPNET newsgroup.
As for Xml Webservice, it is a distributed component technology which reply
on transporting data through XML text format over network. So this nature
has determined that we could not serialize webservice Message as binary
format like other distribute components( DCOM, remoting..). Also, the Soap
Binary formatter is provided for some other .net specific distribute
component like .net remoting.... As far as I know, for transfering
binary data, currently the .NET WebService Enchancement 3 (targeting .NET
framework 2.0) has provided some support (MTOM) for embeded binary data in
SOAP message which is serialized as binary format(not the normal base64
format....) , this can help reduce the overload of tranmiting binary data
over WEBService....
#Sending Large Amounts of Data in a SOAP Message Using WSE
http://msdn.microsoft.com/library/en-us/wse3.0/html/ed1f6dd7-313f-4247-b7ea-
f9ff80346fa7.asp?frame=true
Thanks,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: "A.M-SG" <
[email protected]>
| Subject: Switching from XML formatter to Binary Formatter
| Date: Mon, 21 Nov 2005 18:21:53 -0500
| Lines: 13
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| Message-ID: <#
[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet.webservices
| NNTP-Posting-Host: toronto-hse-ppp3700564.sympatico.ca 65.95.110.75
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet.webservices:30931
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservices
|
| Hi,
|
| I have my web service up and running, but I would like to work with SOAP
| binary formatters. How difficult is to switch both web service client and
| server from SOAP XML formatter to SOAP binary formatter?
|
| Could you refer me to any article that explains how to change the SOAP
| formatter for a web service?
|
| Any help would be appreciated,
| Alan
|
|
|