Re: User defined object as a request, literal XML as aresponse. Poss ible?!

2001-06-18 Thread Naggi Rao
hi, Let me know if you need help.. I have a method which accepts a Element(Object) and returns a Literal XML Naggi - Original Message - From: Hecking, Dirck J [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, June 18, 2001 1:33 PM Subject: FW: User defined object

Re: User defined object as a request, literal XML as aresponse. Poss ible?!

2001-06-18 Thread Naggi Rao
as aresponse. Poss ible?! Does any one have any code which returns XML as return value -Original Message- From: Naggi Rao [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 2:01 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: User defined object as a request, literal XML

Re: Urgent help needed

2001-07-01 Thread Naggi Rao
hi , Thanxs for the help.. But it was really my bad I had not read the XML Spec.. - Original Message - From: Oleg Dulin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, June 29, 2001 5:26 PM Subject: Re: Urgent help needed I was wondering if there was a

Re: Validating and parsing the soap payload

2001-08-14 Thread Naggi Rao
hi, The best would be to pass the payload as a literal XML and then in your web Service get the payload and validate it against a Schema/Dtd --Naggi - Original Message - From: Bruno Martins To: [EMAIL PROTECTED] Sent: Tuesday, August 14, 2001 4:06 AM Subject:

Re: deploying soap services with weblogic

2001-10-16 Thread Naggi Rao
Title: deploying soap services with weblogic Chris, Why do you want SOAP implementation to give you that kind of feature? Write a Weblogic startup class that deploys your services.. --Naggi - Original Message - From: Chris Bridges To: '[EMAIL PROTECTED]' Sent:

Re: Jar Problem

2001-12-20 Thread Naggi Rao
I guess its in no way related to SOAP.. But try the following 1)DO a javap on that class (with the Jar in the CLASSPATH) manually and get it to work.. 2Write a small test Harness with a main() which calls that class main(String args[]){