any SOAP support in .net framework?

  • Thread starter Thread starter Action
  • Start date Start date
A

Action

I can only find webservice

I'd like to use SOAP to transport my data from a C# client to Java
Server.....

thx
 
If you create a WebService with the .Net framework the SOAP formatting is
done behind the scenes.
But, the SOAP formatter class is available...
(System.Runtime.Serialization.Formatters.Soap.SoapFormatter)

regards,

Peter
 
Web Services, Remoting and there are even SOAP Formatters if you want to
roll your own.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Back
Top