you don't need to specify the content type anywhere.
are you sure your server installation is alright ?
You'll have an rpcrouter url for your server, which looks something like this ( though in your case it might be different).
 
 
when you point your browser to this url, you should get an error message like this:

Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me.

If that much is working, then you need to see if the service you're trying to call is deployed or not.
 
hope it helps.
 
 
----- Original Message -----
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 type...??
I have only java files with me.

---------------------------------------------------------
Anjali Jain
Ecom-CoC
ATHENA
A-44, MCIE, Mathura Road, Delhi-44.
Ph: 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 Error: <404 Not found>


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 "text/xml"
then try . I am sure you will get now.

Radhika

Reply via email to