Re: Attachments in WS-I

2005-05-21 Thread Samisa Abeysinghe
+1 for taking mime bindings into account. Samisa... On 5/20/05, Mark Whitlock [EMAIL PROTECTED] wrote: I propose to add in support to wsdl2ws to allow mime bindings in the wsdl binding so that attachments are described by the wsdl. Attachments are passed to the client as a parameter

Re: Attachments

2005-05-05 Thread Rangika Mendis
Hi All, I commited attachment stuff now. It's in the cvs head. It's not added to the ANT build scripts. Can anyone add them pls.I can't add because Ant is not working for me. Regds Rangika On Thu, 2005-05-05 at 13:59 +0600, Rangika Mendis wrote: Hi John, When I typed the following

RE: Attachments

2005-05-05 Thread Samisa Abeysinghe
Please commit the program used to test as well. Thanks, Samisa... -Original Message- From: Rangika Mendis [mailto:[EMAIL PROTECTED] Sent: Friday, May 06, 2005 10:23 AM To: Apache AXIS C Developers Subject: Re: Attachments Hi Samisa, yes, the sample is in checkout\c\samples\server

RE: Attachments

2005-05-05 Thread Samisa Abeysinghe
: Rangika Mendis [mailto:[EMAIL PROTECTED] Sent: Friday, May 06, 2005 10:23 AM To: Apache AXIS C Developers Subject: Re: Attachments Hi Samisa, yes, the sample is in checkout\c\samples\server\mime Attachment support is only added to Apache 2 currently. I'm trying to put it for Apache13 now Regds

Re: Attachments

2005-04-26 Thread Rangika Mendis
- Original Message - From: Lilantha Darshana To: Apache AXIS C Developers List Sent: Tuesday, April 26, 2005 7:40 PM Subject: RE: Attachments May be this is not a question to ask: Is the return value: EchoAttachmentReturn xsi:type="xsd:string"?/

Re: Attachments

2005-04-25 Thread Rangika Mendis
respond to Subject Apache AXIS C Re: Attachments Developers List Hi Mark, We are working on server side attachment support.There's a minor problem but other than that it's working fine. The code is committed

RE: attachments

2005-04-20 Thread Nithyakala Thangaraja
…       -Original Message- From: Nithyakala Thangaraja [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 10:20 AM To: Apache AXIS C Developers List Subject: Re: attachments   Hi, Attachments was working in Axis CPP for Server Side,  but currently there seems

RE: attachments

2005-04-19 Thread Samisa Abeysinghe
: Tuesday, April 19, 2005 12:36 PM To: Apache AXIS C Developers List Subject: Re: attachments Hi Samisa, I tested attachment support with the socket client in February and it worked. But now when I tried to see whether it's working I get the following soap message in the TCP

Re: attachments

2005-04-19 Thread Nithyakala Thangaraja
Mendis [EMAIL PROTECTED] 19/04/2005 04:56 Please respond to Apache AXIS C Developers List To Apache AXIS C Developers List axis-c-dev@ws.apache.org cc Subject Re: attachments Hi John,   I'm sorry for the earlier reply. The client that I'm using

RE: attachments

2005-04-18 Thread Samisa Abeysinghe
:[EMAIL PROTECTED]] Sent: Tuesday, April 19, 2005 9:56 AM To: Apache AXIS C Developers List Subject: Re: attachments Hi John, I'm sorry for the earlier reply. The client that I'm using is a socket program that's just used for testing.It will just send couple of attachments

Re: attachments

2005-04-17 Thread Rangika Mendis
Hi John, Server side ws-attachments is complete. Regards, Rangika - Original Message - From: John Hawkins To: axis-c-dev@ws.apache.org Sent: Monday, April 11, 2005 7:30 PM Subject: attachments Hi Folks, how is the attachment support coming along?

RE: attachments

2005-04-17 Thread Samisa Abeysinghe
Hi Rangika, How can we test those? Do we have a sample? Thanks, Samisa -Original Message- From: Rangika Mendis [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 10:44 AM To: Apache AXIS C Developers List Subject: Re: attachments Hi John, Server side ws

Re: attachments

2005-03-01 Thread Rangika Mendis
Hi John, Attachment specification we used is SOAP Messages with Attachments, W3C Note 11 December 2000the link is given below,http://www.w3.org/TR/SOAP-attachmentsThe above specification describes a standard way to associate a SOAP message with one or more attachments in their