Re: REST support on Axis2/C

2008-10-20 Thread Samisa Abeysinghe
Uthaiyashankar wrote: Hi, I think the problem is browser dependent. When I checked with Firefox, it is failing. But works, when I checked with IE. FireFox sends a header "Accept-Charset" which causes problem. When I capture the message using tcpmon, and then remove that header, it works. We h

Re: REST support on Axis2/C

2008-10-20 Thread Sanjiva Weerawarana
It could be that the XML parser is looking at the accept charset and trying to change the character set and failing? It shouldn't of course (as this is a content negotiation thing it should just do what it knows). Anyway, hopefully this helps .. Sanjiva. Samisa Abeysinghe wrote: Uthaiyashank

[jira] Created: (AXIS2C-1276) Possible race conditions cuases skeleton init and invoke methods to be invoked out of order

2008-10-20 Thread Supun Kamburugamuva (JIRA)
Possible race conditions cuases skeleton init and invoke methods to be invoked out of order --- Key: AXIS2C-1276 URL: https://issues.apache.org/jira/browse/AXIS2C-1276

Adding Soap Header

2008-10-20 Thread pankaj singh
Hello All, I want to add WSA header or any header in echo.c client application. Please tell me how i can do this if you have any example It will help me a lot. Thanks Pankaj Singh

[jira] Resolved: (AXIS2C-1276) Possible race conditions cuases skeleton init and invoke methods to be invoked out of order

2008-10-20 Thread Supun Kamburugamuva (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Supun Kamburugamuva resolved AXIS2C-1276. - Resolution: Fixed Assignee: Supun Kamburugamuva Fixed in the svn head. >

[jira] Created: (AXIS2C-1277) Must use empty header in request

2008-10-20 Thread Ruth Struck (JIRA)
Must use empty header in request Key: AXIS2C-1277 URL: https://issues.apache.org/jira/browse/AXIS2C-1277 Project: Axis2-C Issue Type: Bug Reporter: Ruth Struck Why must an empty element be incl