Re: SOAP with attachment

2004-03-17 Thread Scott Nichol
specific mail lists. - Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 17, 2004 6:48 PM Subject: Re: SOAP with attachment That is what the code below shows, how to return an attachment from the server. Scott

Re: SOAP with attachment

2004-03-17 Thread Ying Ying
D]> Sent: Wednesday, March 17, 2004 11:48 PM Subject: Re: SOAP with attachment That is what the code below shows, how to return an attachment from the server. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists.

Re: SOAP with attachment

2004-03-17 Thread Scott Nichol
> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 17, 2004 6:11 PM Subject: Re: SOAP with attachment Hi Scott, If I wanna the server to return the attachment (still as a MimeBodyPart), how could I add it to the response message? Thanks, ying - Original Message - From: "Scot

Re: SOAP with attachment

2004-03-17 Thread Ying Ying
Hi Scott, If I wanna the server to return the attachment (still as a MimeBodyPart), how could I add it to the response message? Thanks, ying - Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 10:2

Re: SOAP with attachment

2004-03-11 Thread Martin Gainty
Ying- This information is available within the SOAPContext class getBodyPart() methodcheck out http://www.markrichman.com/5091_Chap14.pdfRegards,Martin - Original Message - From: Ying Ying To: [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 5:10 PM Subject: SOAP

Re: SOAP with attachment

2004-03-11 Thread Ying Ying
Thanks, Scott. It seems working properly. cheers, ying - Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 10:26 PM Subject: Re: SOAP with attachment For an RPC service where the attachment

Re: SOAP with attachment

2004-03-11 Thread Scott Nichol
For an RPC service where the attachment is not referenced by a parameter, you would insert a first parameter of type SOAPContext in the service method. For example, if your method is currently void MyMethod(void) {...} change it to void MyMethod(SOAPContext ctx) { MimeBodyPart