Re: Calling SOAP with attachments from non java application

2003-02-05 Thread Scott Nichol
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

Calling soap with attachments from non java application

2003-02-03 Thread Praveen Peddi
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

Calling SOAP with attachments from non java application

2003-02-03 Thread Praveen Peddi
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