|
From: Visva <vk...@ho...> - 2002-12-23 10:13:09
|
When I try to run a test case (source checked out from CVS today)
I get the following error when the Message Service Handler triesto=20
deliver the message.
I created a dummy servlet to act as the receiver. Before I had any=20
servlet corresponding to the receiver URL, I got an error stating
"incorrect content type: text/html".
I am obivously missing something fundamental here. Any help will be =
appreciated.
Stack trace:=20
Caused by: javax.xml.soap.SOAPException: Absent Content-Type
at =
com.sun.xml.messaging.saaj.soap.MessageImpl.<init>(MessageImpl.java:8
6)
at =
com.sun.xml.messaging.saaj.soap.MessageFactoryImpl.createMessage(Mess
ageFactoryImpl.java:32)
at =
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOA
PConnection.java:333)
at =
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedP
ost.run(HttpSOAPConnection.java:142)
Regards,
Visva
|