RE: Stax Parsing in AXIOM

2007-12-20 Thread Ganesan, Chandru
-- - Original Message - From: Ganesan, Chandru [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, December 20, 2007 3:11 PM Subject: Stax Parsing in AXIOM Hi Dennis Thank You for the response. Much appreciated. Thanks Chandru Ganesan -Original Message- From: Dennis Sosnoski

StAX parsing of XML file using AXIOM API

2007-12-18 Thread Ganesan, Chandru
Hi I'm a newbie to Apache Axis2. I have few questions on AXIOM (StAX)API. Since I didn't get any answers to my original post to '[EMAIL PROTECTED]' mailing list, I'm posting to this group hoping for answers/guidance. I'd like to parse a huge file without building complete object model (linked

SOAP vs REST request

2007-10-09 Thread Ganesan, Chandru
Hi I'm newbie to Axis, so pardon my rudimentary question? What factors should I consider before choosing between REST vs SOAP request processing in Axis 2.0? In case of SOAP I'd use axis2/services URI path in the WSDL soap port (AxisServlet) In case of REST I'd use axis2/rest URI path in the

RE: Axis 2.0 Content-type

2007-10-03 Thread Ganesan, Chandru
Hi Keith Wonder if you had a chance to look at this. Thanks Chandru Ganesan From: Ganesan, Chandru Sent: Tuesday, October 02, 2007 1:11 PM To: axis-user@ws.apache.org Subject: RE: Axis 2.0 Content-type

RE: Axis 2.0 Content-type

2007-10-03 Thread Ganesan, Chandru
: Axis 2.0 Content-type Would it be possible for you the check this with the 1.3 release? Apparently its very stable (And i'm sure your scenario works perfectly on it). Thanks, Keith. On 10/3/07, Ganesan, Chandru [EMAIL

Axis 2.0 Content-type

2007-10-02 Thread Ganesan, Chandru
Hi When I send a SOAP request to Axis 2.0 service the response contains content-type=application/xml in the HTTP header. This causes WSDL/SOAP client tool to throw an exception as it doesn't understand the content-type of application/xml. For SOAP 1.1 it expects content-type=text/xml. I

RE: Axis 2.0 Content-type

2007-10-02 Thread Ganesan, Chandru
as the contentType). The reason your response was application/xml is because Axis2 treated your request as a REST request and responded accordingly. Thanks, Keith. On 10/2/07, Ganesan, Chandru [EMAIL PROTECTED] wrote: Hi

RE: Axis 2.0 Content-type

2007-10-02 Thread Ganesan, Chandru
not specified) if the request is SOAP 1.1. Thanks, Keith On 10/2/07, Ganesan, Chandru [EMAIL PROTECTED] wrote: Hi Keith Thanks for the quick response

RE: Axis 2.0 Content-type

2007-10-02 Thread Ganesan, Chandru
request as REST. Can you send me the request and response (with the http headers) taken after reverting the changes you did to the axis2.xml . Thanks, Keith. On 10/2/07, Ganesan, Chandru [EMAIL PROTECTED] wrote: I'm

RE: Axis 2.0 Content-type

2007-10-02 Thread Ganesan, Chandru
1.1 but with the wrong content-type header. May i know your axis2 version please? Thanks, Keith. On 10/2/07, Ganesan, Chandru [EMAIL PROTECTED] wrote: Here is the request/response with HTTP header. SOAP request was transmitted after