Re: JSON output format problem

2007-10-02 Thread Dale Peakall
You need to set the content-type on the endpoint, not on the service factory bean: e.g. jaxws:endpoint id=catalogJsonWS implementor=#catalogRest address=/json/Catalog bindingUri=http://apache.org/cxf/binding/http; jaxws:properties entry key=Content-Type

Re: JSON output format problem

2007-10-02 Thread gdprao
Thanks a lot. I tried this configuration and it perfectly worked. Dale Peakall-2 wrote: You need to set the content-type on the endpoint, not on the service factory bean: e.g. jaxws:endpoint id=catalogJsonWS implementor=#catalogRest address=/json/Catalog

Re: JSON output

2007-08-23 Thread Kaleb Walton
| --| | | Subject: | | --| |Re: JSON output

RE: JSON output

2007-08-22 Thread Liu, Jervis
Hi Kaleb, I am really not sure if it makes sense to convert SOAP message to JSON. But if the payload is Plain-old--XML(POX), it should be doable in CXF. At the moment, CXF HTTP binding can serve RESTful service in both POX and JSON payload. Details can be found from