C# using SOAP with other transport layer than HTTP -
while soap standard transport layer agnostic, microsoft in infinite wisdom decided helper classes shouldn't be, @ least not in obvious, documented way.
so there third party library or other mechanism (i'm thinking soap aware xml serializer perhaps) accepts parameter soap message (as string or stream) , returns meaningful data structure (like dictionary or dynamic), or have write myself?
Comments
Post a Comment