Does anyone know of any SOAP libraries
Does anyone out there know where I can get a class or two that allows you to programmatically create a SOAP request, and consume a SOAP response message? I've been back and forth with the SoapMessage class in .NET, to no avail. For one, it only works for creating SOAP Request messages. Secondly, I can't seem to get it to serialize objects correctly when they are used as parameters to a method call.
This is frustrating to say the least, because I know the code I need is buried inside the .NET framework; I just can't get at it. Spicifically, the class I need is the SoapClientMessage class, which can be found in the System.Web.Protocols namespace. Unfortunatly for me, that class is sealed, and has a protected .ctor. (See previous rant in relation to this).
If you know anything, drop me a line... --Thanks
[Currently Playing: Disturbed - Believe]