RE: problem with upload to REST-enabled service

2008-09-09 Thread Arnie Chien
d appreciate advice- -Original Message- From: Arnie Chien [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2008 5:21 PM To: 'Apache AXIS C User List' Subject: RE: problem with upload to REST-enabled service I see the following with tcpmon: C:\axis2c\bin\tools>tcpmon

RE: problem with upload to REST-enabled service

2008-09-08 Thread Arnie Chien
tation, would appreciate any suggestions. -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Sunday, September 07, 2008 10:48 AM To: Apache AXIS C User List Subject: Re: problem with upload to REST-enabled service Arnie Chien wrote: > Ok thanks. In the meantime,

Re: problem with upload to REST-enabled service

2008-09-07 Thread Samisa Abeysinghe
inghe [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2008 11:23 AM To: Apache AXIS C User List Subject: Re: problem with upload to REST-enabled service Arnie Chien wrote: Do you mean verify what the message is as it leaves the client?I don't know how to capture it on the ser

RE: problem with upload to REST-enabled service

2008-09-05 Thread Arnie Chien
ember 05, 2008 11:23 AM To: Apache AXIS C User List Subject: Re: problem with upload to REST-enabled service Arnie Chien wrote: > Do you mean verify what the message is as it leaves the client?I don't > know how to capture it on the server if the service operation is not > receivi

Re: problem with upload to REST-enabled service

2008-09-05 Thread Samisa Abeysinghe
is [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2008 11:28 PM To: Apache AXIS C User List Subject: Re: problem with upload to REST-enabled service Can you capture the message which is sent to the server ? On Thu, 2008-09-04 at 17:19 -0400, Arnie Chien wrote: Hi, I'm trying to upl

RE: problem with upload to REST-enabled service

2008-09-05 Thread Arnie Chien
2008 11:28 PM To: Apache AXIS C User List Subject: Re: problem with upload to REST-enabled service Can you capture the message which is sent to the server ? On Thu, 2008-09-04 at 17:19 -0400, Arnie Chien wrote: > Hi, > I'm trying to upload an image to an axis2c server. The image is h

Re: problem with upload to REST-enabled service

2008-09-04 Thread Manjula Peiris
Can you capture the message which is sent to the server ? On Thu, 2008-09-04 at 17:19 -0400, Arnie Chien wrote: > Hi, > I'm trying to upload an image to an axis2c server. The image is handled by > a service which is REST-enabled (modeled after the echo sample). The > services.xml is > > >

problem with upload to REST-enabled service

2008-09-04 Thread Arnie Chien
Hi, I'm trying to upload an image to an axis2c server. The image is handled by a service which is REST-enabled (modeled after the echo sample). The services.xml is KIPSvc POST getVC The client is written in Java, but does not use the axis2 API; it j