A Action Oct 7, 2003 #1 I can only find webservice I'd like to use SOAP to transport my data from a C# client to Java Server..... thx
I can only find webservice I'd like to use SOAP to transport my data from a C# client to Java Server..... thx
P Peter Vervoorn Oct 7, 2003 #2 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
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
C Cowboy \(Gregory A. Beamer\) Oct 7, 2003 #3 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! **********************************************************************
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! **********************************************************************