RE: how to send Nested object in RESTful webservice

2010-02-18 Thread Sharma, Abhishek
] Sent: Thursday, February 18, 2010 5:26 PM To: users@cxf.apache.org Cc: Sharma, Abhishek Subject: Re: how to send Nested object in RESTful webservice Hi, thanks for the clarification, lets move the discussion back to the users list... Please see my comments inline... cheers, Sergey - Original

RE: how to send Nested object in RESTful webservice

2010-02-17 Thread Sharma, Abhishek
but I'd like to 'manager' actually refers to another complex object or not... cheers, Sergey ----- Original Message - From: "Sharma, Abhishek" To: Sent: Wednesday, February 17, 2010 10:13 AM Subject: how to send Nested object in RESTful webservice I am planning

how to send Nested object in RESTful webservice

2010-02-17 Thread Sharma, Abhishek
I am planning to use CXF as my Webservice development framework. The java code is already written using spring and hibernate. The requirement is to expose the service layer in Model as web service and their method as web methods in probably both SOAP and REST. As a proof of concept I found CXF

RE: Getting SOAP Header in WSDL

2010-02-08 Thread Sharma, Abhishek
Please respond I just want Authentication to be implemented thru JSESSIONID in my Webservices. Thanks Abhishek -Original Message- From: Sharma, Abhishek [mailto:abhishek.sha...@safenet-inc.com] Sent: Thursday, February 04, 2010 2:28 PM To: 'users@cxf.apache.org' Subject: Ge

Getting SOAP Header in WSDL

2010-02-04 Thread Sharma, Abhishek
I've a web application developed using Spring MVC. The model layer code is written using spring. Now I want to publish the service layer code as Soap based web service and used CXF for the same. This runs fine and I am able to get the WSDL and service running, but the problem is I want to includ