December 2004
Intermediate to advanced
1008 pages
21h 40m
English
You might have noticed a common theme in dealing with some of the extras that come with WSE with regard to web service communication. Many of the additional industry standards, such as WS-Attachments, WS-Security, and so on, can be accessed via methods and properties of the WSE RequestSoapContext and ResponseSoapContext properties.
The same is true of attachments. To attach a file to a message being sent to a web service (or any other WSE-based SOAP endpoint, such as the TCP samples from earlier in the chapter), all you need to do is simply add the file to the Attachments collection by creating a DimeAttachment.
DIME (Direct Internet Message Encapsulation) is a standard for sending ...
Read now
Unlock full access