El dj 20 de 03 del 2008 a les 12:56 -0400, en/na Tim Howard va escriure: > Can someone help me with this? I want to be able to process SOAP > messages without relying on a web service/web server. I've done a lot > of research and many searches but can't find the answer.
You can setup an HTTP remoting channel using the Soap formatter on your applications. There is plenty of information on the web about how to do it. > Obviously all of the pieces are there, but I can't figure it out. I > thought using a SoapMessage was the way to go, but I guess that's an > abstract class for mainly writing extensions. > > There's the SoapReader and various things like that but I guess I > don't know enough. I can handle receiving the message from the > requester, that's no problem. And I don't mind doing a little leg > work, like possibly switching on the method name to call the right > function. So if someone could point me in the right direction that > would be great. > > P.S. - I love Mono. :) > > > > Thanks. > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
