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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -