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
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.
>
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
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
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
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
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