RE: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-05 Thread Prasad DGV
:42 AMTo: [EMAIL PROTECTED]Subject: Re: SOAP 2.2 & Tomcat Error: <404 Not found> what is the classpath at your server side ? Make sure xerces is ahead of everything else.   - Original Message - From: Anjali Jain To: [EMAIL PROTECTED]

RE: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-04 Thread Anjali Jain
hi Kartheeek, I have all what u've said. my classpath has the first entry for xerces1.4.     -Original Message-From: Kartheek Hirode [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 04, 2001 10:38 PMTo: [EMAIL PROTECTED]Subject: RE: SOAP 2.2 & Tomcat Error: <4

RE: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-04 Thread Kartheek Hirode
clients   2. Please avoid xerces1.3.1 which will create namespace processing errors somewhere down the line for sure.) -Original Message-From: Anjali Jain [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 04, 2001 6:20 AMTo: [EMAIL PROTECTED]Subject: RE: SOAP 2.2 & Tomcat Err

RE: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-04 Thread Anjali Jain
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 04, 2001 4:12 PMTo: [EMAIL PROTECTED]Subject: RE: SOAP 2.2 & Tomcat Error: <404 Not found> Please see Rosh Nair's reply to this thread. It is clear there what needs to be done.   It would help if you can elaborate o

RE: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-04 Thread Ralf Bierig
: 91-11-6950491-97 > Ext:5153 > [EMAIL PROTECTED] > -- > > > -Original Message- > From: Radhika [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 01, 2000 8:52 PM > To: [EMAIL PROTECTED] > Subject: RE: SOAP 2.2 & Tomcat

RE: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-04 Thread Kartheek Hirode
at it expects a text/xml response always. Regards, --Kartheek   -Original Message-From: Anjali Jain [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 04, 2001 1:17 AMTo: [EMAIL PROTECTED]Subject: RE: SOAP 2.2 & Tomcat Error: <404 Not found> my server is working fi

RE: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-04 Thread Radhika
Hi, You can specify the content type for responce object with setContentType method   regards -Original Message-From: Anjali Jain [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 04, 2001 1:00 PMTo: [EMAIL PROTECTED]Subject: RE: SOAP 2.2 & Tomcat Error: <404 Not foun

Re: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-04 Thread Tarun Garg
what is the classpath at your server side ? Make sure xerces is ahead of everything else.   - Original Message - From: Anjali Jain To: [EMAIL PROTECTED] Sent: Wednesday, July 04, 2001 1:46 PM Subject: RE: SOAP 2.2 & Tomcat Error: <404 Not found&g

RE: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-04 Thread Anjali Jain
x27;re trying to call is deployed or not.   hope it helps.     - Original Message - From: Anjali Jain To: [EMAIL PROTECTED] Sent: Wednesday, July 04, 2001 1:00 PM Subject: RE: SOAP 2.2 & Tomcat Error: <404 Not found> Hi Radhika, I

Re: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-04 Thread Tarun Garg
--- Original Message - From: Anjali Jain To: [EMAIL PROTECTED] Sent: Wednesday, July 04, 2001 1:00 PM Subject: RE: SOAP 2.2 & Tomcat Error: <404 Not found> Hi Radhika, I'm getting the same error. but how & where do we specify content t

RE: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-04 Thread Anjali Jain
Title: RE: SOAP 2.2 & Tomcat Error: <404 Not found> Hi Radhika, I'm getting the same error. but how & where do we specify content type...?? I have only java files with me. - Anjali Jain Ecom-CoC ATHENA A-44, MCIE,

RE: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-03 Thread Radhika
Hi, As per my knowledge is concerned , your error it self is clearly describing the the content type should be "text/xml". The reason is the default content type is "text/html" even if you don't specify any thing. But when you are returning Soap response ,it is better you set the content type as

RE: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-03 Thread Rosh R Nair
Hello, You have to set the mime type in web.xml in /conf like this: xml text/xml Hope this will help you. Cheers Rosh Nair -Original Message- From: Ralf Bierig [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 0

Re: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-03 Thread greyson . smith
Is mypackage.myClient in the Tomcat classpath? Ralf Bierig cc: