You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ Example SOAP call
71
71
${attachment}= Create object ns1:AttachmentType
72
72
... Nr=1
73
73
... Filename=Signature.jpg
74
+
... Contents=cid:Signature.jpg # `base64Binary' field which will be optimized using XOP. The value of this `cid' property should correspond to the physical filename.
74
75
... Type=Signature
75
76
@{attachments}= Create list ${attachment} # In this example, the attachments don't have some grouping `Attachments' parent, but the `AttachmentType' is a list.
0 commit comments