Yes i have specified the datatype to be xml. And i get a proper SOAP message as an output. But is there a simple way to convert the message into a javascript object(removing the soap headers and extracting data).
On Dec 9, 4:55 am, "Smith, Allex" <allex.sm...@chelanpud.org> wrote: > Have you looked at using the xml dataType with $.ajax? > > > > -----Original Message----- > From: jquery-en+ow...@googlegroups.com > [mailto:jquery-en+ow...@googlegroups.com] On Behalf Of Hariharan.t > Sent: Tuesday, December 08, 2009 4:44 AM > To: jQuery (English) > Subject: [jQuery] SOAP message handling in jquery > > Is there a plugin/utility by jquery to convert a SOAP message to JSON > object or any easy way to read output from SOAP message.