RE: problem with upload to REST-enabled service

2008-09-09 Thread 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\toolstcpmon Listen port : 9090 Target port : 8080 Target host: localhost SENDING DATA.. /* sending

Re: problem with upload to REST-enabled service

2008-09-07 Thread Samisa Abeysinghe
[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 server

RE: problem with upload to REST-enabled service

2008-09-05 Thread Arnie Chien
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 handled by a service which

Re: problem with upload to REST-enabled service

2008-09-05 Thread Samisa Abeysinghe
:[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 upload an image

RE: problem with upload to REST-enabled service

2008-09-05 Thread Arnie Chien
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 receiving anything. Try

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 service name=KIPSvc parameter name=ServiceClass locked=xsd:falseKIPSvc/parameter description/ operation name=getVC

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 service