samples.attachments |
|
Java Source File Name | Type | Comment |
EchoAttachment.java | Class | An example of sending an attachment via RPC. |
EchoAttachmentsService.java | Class | An example of
This class has a main method that beside the standard arguments
allows you to specify an attachment that will be sent to a
service which will then send it back. |
TestRef.java | Class | An example of sending an attachment via messages.
The main purpose is to validate the different types of attachment references
by content Id, content location both absolute and relative.
Creates 5 separate attachments referenced differently by a SOAP document.
Each attachment contains a string that is assembled and tested to see if
if the attachments are correctly sent and referenced. |