.net - SOAP with Attachments -
.net - SOAP with Attachments -
i need send soap (with attachments) message via http post 3rd party. contents of soap header need customised , additional info sent attachment. both soap header (the kid elements within specific) , attachment need signed , included in soap header. there no wsdl available no proxy code can generated.
the way can think of doing @ moment build message scratch manually i.e. build contents of soap header series classes (with help of xsd.exe), add together signature, serialise xml, insert manually constructed mime message , similar attachment. while give me total command on contents of message feels long winded way of doing .net gives me free.
so guess question is, there improve way of doing this? can give me pointers on begin? i've been looking wcf don't believe supports attachments or custom soap headers - correct?
.net soap
Comments
Post a Comment