standard.net.soap.SOAPCtxAddFile

SOAPCtxAddFile is available since version 1.0.

Prototype:

number SOAPCtxAddFile(number soap_ctx, string filename, string content_type, string dest_href)

Parameters

soap_ctx
[in] the soap context as returned by SOAPCtxNewWithMethod or { SOAPClientInvoke} (the response)
filename
[in] the file name
content_type
[in] content type
dest_href
[in] destination href

Description:

Add a file.

Return value:

Returns null if succeeded, or an error handle (to get the error text, you should call SOAPError)