Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 33567 invoked from network); 15 Nov 2004 13:39:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Nov 2004 13:39:31 -0000 Received: (qmail 9033 invoked by uid 500); 15 Nov 2004 13:39:12 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 8994 invoked by uid 500); 15 Nov 2004 13:39:11 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 8966 invoked by uid 99); 15 Nov 2004 13:39:11 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [68.142.225.158] (HELO web54402.mail.yahoo.com) (68.142.225.158) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 15 Nov 2004 05:39:09 -0800 Received: (qmail 98817 invoked by uid 60001); 15 Nov 2004 13:39:03 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=pw9I4MbUx8afmAJrXhi5ZZ0uxY0cjyb+/8xK7x/ffMK1d1YMIHSw1YwndVXq1U0qu84MIXApOOtCIjPopF0oGhK+C1hpNY5HjFwtf8T+ByVeK9RL6cNA/2JOs8iqL0jiDf/it0ZpQDZkG0Io0onVfkLCbPQmN+GAORaTUJaIqI4= ; Message-ID: <20041115133903.98815.qmail@web54402.mail.yahoo.com> Received: from [67.112.24.97] by web54402.mail.yahoo.com via HTTP; Mon, 15 Nov 2004 05:39:03 PST Date: Mon, 15 Nov 2004 05:39:03 -0800 (PST) From: sven morales Subject: RE: Soap under Tomcat To: tomcat-user@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type "text/html; charset=ISO-8859-1", must be : "text/xml". Response was: <html><head><title>Apache Tomcat/4.1.30 - Error report</tit Your error seems to point to the type text/html. Apache SOAP uses POST and type text/xml. I don't know how your program spits out text/html. I tried same tutorial and it works for me. Also there is a tool called tcpmon thats very helpful in seeing whats being sent (HTTP) towards Tomcat and Tomcats HTTP response. aka_sergio __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org