I am not sure what other implementations support attachments as RPC
parameters (as opposed to just being plain attachments).
Also, you should note that there are two methods for encoding
attachments, MIME and DIME. Apache SOAP does MIME, as specified in
the original SOAP Attachments spec. I b
I have a soap method on the server side that
implements soap with attachments (method takes DataHandler as an argument). we
have clients implemented in different programming languages like Java, C, VB and
accessing soap services. With Java everything works perfect. Now we are trying
to imple
I have a soap method on the server side that implements soap with
attachments (method takes DataHandler as an argument). we have clients
implemented in different programming languages like Java, C, VB and
accessing soap services. With Java everything works perfect. Now we are
trying to implement a