Click here to Skip to main content
15,881,881 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: .NET advantage over JAVA Pin
Jeff Varszegi8-May-04 7:08
professionalJeff Varszegi8-May-04 7:08 
GeneralRe: .NET advantage over JAVA Pin
Jeff Varszegi8-May-04 7:07
professionalJeff Varszegi8-May-04 7:07 
GeneralA licensed windows forms control on a web page Pin
Patrick Lassalle4-May-04 11:02
Patrick Lassalle4-May-04 11:02 
GeneralRe: A licensed windows forms control on a web page Pin
ian mariano8-May-04 6:59
ian mariano8-May-04 6:59 
GeneralSOAP Server Pin
Patje4-May-04 3:15
Patje4-May-04 3:15 
GeneralRe: SOAP Server Pin
ian mariano8-May-04 7:12
ian mariano8-May-04 7:12 
GeneralRe: SOAP Server Pin
Patje10-May-04 21:20
Patje10-May-04 21:20 
GeneralRe: SOAP Server Pin
Ryan Roberts11-May-04 6:54
Ryan Roberts11-May-04 6:54 
Have a look at gSOAP[^]. Its a clean, fast way to put a SOAP interface onto C/C++ programs. The server code generated is small and fast enough to be used in embedded systems, and has no nasty dependancies.

So, for gSOAP.

  • Is it possible, using .NET technology, to make a standalone .exe server-application behave like a SOAP-server via the HTTP protocol?
  • Yup, HTTPS too.

  • Is it possible, using .NET technology, to make it accept SOAP requests via a message queue as well?
  • Not directly using gSOAP, but you can create asymetric methods. You would need to create a proxy to get them to/from the SOAP service.



Ryan.
GeneralRe: SOAP Server Pin
Patje11-May-04 21:15
Patje11-May-04 21:15 
GeneralXPathDocument vs. XmlDocument Pin
Paul Watson3-May-04 23:26
sitebuilderPaul Watson3-May-04 23:26 
General.net components site like boland delphi vcl sites(www.totty.net) Pin
Anonymous3-May-04 11:27
Anonymous3-May-04 11:27 
GeneralRebasing Pin
Ivan Fernandez3-May-04 3:18
Ivan Fernandez3-May-04 3:18 
GeneralRe: Rebasing Pin
ian mariano8-May-04 7:16
ian mariano8-May-04 7:16 
GeneralWindows Service Error "Access is denied" Pin
Christophe Hell2-May-04 23:10
Christophe Hell2-May-04 23:10 
QuestionCan we use .NET assemblies in ATL Pin
Tarundeep Singh Kalra2-May-04 22:52
Tarundeep Singh Kalra2-May-04 22:52 
AnswerRe: Can we use .NET assemblies in ATL Pin
ian mariano8-May-04 7:18
ian mariano8-May-04 7:18 
Generalstatus bar color Pin
Dpriya2-May-04 20:57
Dpriya2-May-04 20:57 
GeneralRe: status bar color Pin
Jeff Martin4-May-04 5:46
Jeff Martin4-May-04 5:46 
Generalmultiline column headers in a windows forms datagrid Pin
ricardojb1-May-04 15:06
ricardojb1-May-04 15:06 
GeneralWeb Service From Java Pin
Member 1697730-Apr-04 19:32
Member 1697730-Apr-04 19:32 
GeneralRe: Web Service From Java Pin
Colin Angus Mackay3-May-04 0:07
Colin Angus Mackay3-May-04 0:07 
GeneralRe: Web Service From Java Pin
ian mariano13-May-04 18:35
ian mariano13-May-04 18:35 
GeneralBack to the beginning Pin
RickZ28-Apr-04 18:22
RickZ28-Apr-04 18:22 
GeneralSystem.EntryPointNotFoundException Pin
taylo28-Apr-04 5:01
taylo28-Apr-04 5:01 
GeneralRe: System.EntryPointNotFoundException Pin
Mike Dimmick28-Apr-04 6:19
Mike Dimmick28-Apr-04 6:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.