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!
**********************************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top