RE: problem with upload to REST-enabled service

2008-09-05 Thread Arnie Chien
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. I'm new to axis so would appreciate if you could advise me. In case it helps, the log reads: [Thu Sep 04 18:06:08 2008] [debug]

Re: problem with upload to REST-enabled service

2008-09-05 Thread Samisa Abeysinghe
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 using TCPMon. Samisa... I'm new to axis so would appreciate if you could advise me. In case it helps,

RE: problem with upload to REST-enabled service

2008-09-05 Thread Arnie Chien
Ok thanks. In the meantime, can you tell me whether I'm right that it should be possible for this to work when the client is not written to the axis2 api, and just sends standard http requests? -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Friday, September

Re: Clean-up and Freeing (and nnexpected close-tags being created)

2008-09-05 Thread Dimuthu Gamage
Hi, Looks like the axiom node created with axutil_string is having problem, I too got the same problem with your code, and I tried replacing axiom_element_create_str with axiom_element_create and it was working correctly. axiom_node_t *nodeA = axiom_node_create(env);